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-10-01T02:07:57.570Z||main|||||INFO|500||The following profiles are active: basic
2021-10-01T02:08:07.664Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-01T02:08:07.665Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-01T02:08:07.758Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-01T02:08:10.221Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-01T02:08:10.401Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-01T02:08:10.891Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-01T02:08:10.897Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-01T02:08:10.985Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-01T02:08:11.102Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-01T02:08:11.502Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-01T02:08:12.383Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-01T02:08:14.499Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-01T02:08:14.549Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-01T02:08:15.102Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-01T02:08:15.356Z||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-10-01T02:08:16.669Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-01T02:08:17.778Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-01T02:08:17.795Z||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$$16196139.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-10-01T02:08:17.796Z||main|||||WARN|500||The sdc end point is not alive
2021-10-01T02:08:20.929Z||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-10-01T02:08:23.813Z||main|||||WARN|500||---
2021-10-01T02:08:23.813Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-01T02:08:23.813Z||main|||||WARN|500||---
2021-10-01T02:08:24.265Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-01T02:08:29.166Z||main|||||INFO|500||Started Application in 36.484 seconds (JVM running for 37.742)
2021-10-01T02:08:29.181Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-01T02:08:29.183Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-01T02:08:29.192Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-01T02:08:29.264Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-01T02:08:29.303Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b79f6459-e663-4d6d-b2a3-fc964ef60f5c url= /sdc/v1/artifactTypes
2021-10-01T02:08:29.303Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-01T02:08:29.568Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-01T02:08:29.583Z||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-10-01T02:08:29.602Z||scheduling-1|||||DEBUG|500||create keys
2021-10-01T02:08:29.609Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-01T02:08:29.633Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:08:29.652Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a7b862e4-2eb1-4097-8f82-effd48450532 url= /sdc/v1/registerForDistribution
2021-10-01T02:08:29.821Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a7b862e4-2eb1-4097-8f82-effd48450532 url= /sdc/v1/registerForDistribution
2021-10-01T02:08:29.821Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-01T02:08:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:08:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:08:29.836Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-01T02:08:29.836Z||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-10-01T02:08:29.837Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:08:29.837Z||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-10-01T02:08:29.837Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:08:40.062Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:08:40.063Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:09:29.828Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:09:29.829Z||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-10-01T02:09:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:09:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:09:29.831Z||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-10-01T02:09:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:09:39.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:09:39.376Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:10:29.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:10:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:10:29.833Z||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-10-01T02:10:29.834Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:10:29.834Z||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-10-01T02:10:29.835Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:10:39.385Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:10:39.385Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:11:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:11:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:11:29.832Z||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-10-01T02:11:29.832Z||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-10-01T02:11:29.832Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:11:29.832Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:11:39.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:11:39.380Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:12:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:12:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:12:29.830Z||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-10-01T02:12:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:12:29.831Z||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-10-01T02:12:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:12:39.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:12:39.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:13:29.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:13:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:13:29.831Z||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-10-01T02:13:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:13:29.832Z||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-10-01T02:13:29.833Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:13:39.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:13:39.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:14:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:14:29.830Z||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-10-01T02:14:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:14:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:14:29.831Z||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-10-01T02:14:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:14:39.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:14:39.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:15:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:15:29.829Z||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-10-01T02:15:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:15:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:15:29.831Z||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-10-01T02:15:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:15:39.374Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:15:39.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:16:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:16:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:16:29.832Z||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-10-01T02:16:29.832Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:16:29.833Z||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-10-01T02:16:29.833Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:16:39.380Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:16:39.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:17:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:17:29.829Z||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-10-01T02:17:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:17:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:17:29.831Z||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-10-01T02:17:29.832Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:17:39.374Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:17:39.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:18:12.775Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-01T02:18:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:18:29.830Z||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-10-01T02:18:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:18:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:18:29.830Z||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-10-01T02:18:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:18:39.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:18:39.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:19:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:19:29.829Z||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-10-01T02:19:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:19:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:19:29.831Z||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-10-01T02:19:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:19:39.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:19:39.375Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:20:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:20:29.829Z||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-10-01T02:20:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:20:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:20:29.831Z||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-10-01T02:20:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:20:39.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:20:39.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:21:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:21:29.829Z||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-10-01T02:21:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:21:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:21:29.831Z||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-10-01T02:21:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:21:39.374Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:21:39.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:22:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:22:29.829Z||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-10-01T02:22:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:22:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:22:29.830Z||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-10-01T02:22:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:22:39.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:22:39.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:23:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:23:29.829Z||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-10-01T02:23:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:23:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:23:29.831Z||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-10-01T02:23:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:23:39.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:23:39.371Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:24:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:24:29.829Z||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-10-01T02:24:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:24:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:24:29.831Z||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-10-01T02:24:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:24:39.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:24:39.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:25:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:25:29.829Z||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-10-01T02:25:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:25:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:25:29.831Z||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-10-01T02:25:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:25:39.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:25:39.376Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:26:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:26:29.829Z||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-10-01T02:26:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:26:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:26:29.830Z||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-10-01T02:26:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:26:39.375Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:26:39.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:27:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:27:29.829Z||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-10-01T02:27:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:27:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:27:29.831Z||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-10-01T02:27:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:27:39.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:27:39.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:28:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:28:29.829Z||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-10-01T02:28:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:28:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:28:29.830Z||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-10-01T02:28:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:28:39.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:28:39.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:29:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:29:29.829Z||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-10-01T02:29:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:29:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:29:29.831Z||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-10-01T02:29:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:29:39.390Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:29:39.395Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:30:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:30:29.829Z||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-10-01T02:30:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:30:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:30:29.831Z||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-10-01T02:30:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:30:39.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:30:39.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:31:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:31:29.829Z||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-10-01T02:31:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:31:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:31:29.831Z||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-10-01T02:31:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:31:39.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:31:39.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:32:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:32:29.828Z||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-10-01T02:32:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:32:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:32:29.831Z||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-10-01T02:32:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:32:39.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:32:39.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:33:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:33:29.829Z||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-10-01T02:33:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:33:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:33:29.830Z||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-10-01T02:33:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:33:39.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:33:39.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:34:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:34:29.829Z||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-10-01T02:34:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:34:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:34:29.830Z||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-10-01T02:34:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:34:39.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:34:39.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:35:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:35:29.829Z||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-10-01T02:35:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:35:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:35:29.831Z||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-10-01T02:35:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:35:39.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:35:39.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:36:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:36:29.829Z||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-10-01T02:36:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:36:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:36:29.831Z||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-10-01T02:36:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:36:39.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:36:39.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:37:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:37:29.829Z||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-10-01T02:37:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:37:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:37:29.831Z||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-10-01T02:37:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:37:39.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:37:39.376Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:38:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:38:29.829Z||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-10-01T02:38:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:38:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:38:29.830Z||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-10-01T02:38:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:38:39.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:38:39.370Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:39:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:39:29.829Z||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-10-01T02:39:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:39:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:39:29.831Z||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-10-01T02:39:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:39:39.369Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:39:39.370Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:40:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:40:29.829Z||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-10-01T02:40:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:40:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:40:29.831Z||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-10-01T02:40:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:40:39.369Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:40:39.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:41:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:41:29.829Z||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-10-01T02:41:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:41:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:41:29.831Z||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-10-01T02:41:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:41:39.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:41:39.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:42:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:42:29.829Z||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-10-01T02:42:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:42:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:42:29.831Z||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-10-01T02:42:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:42:39.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:42:39.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:43:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:43:29.829Z||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-10-01T02:43:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:43:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:43:29.831Z||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-10-01T02:43:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:43:39.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:43:39.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:44:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:44:29.829Z||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-10-01T02:44:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:44:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:44:29.831Z||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-10-01T02:44:29.832Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:44:39.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:44:39.373Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:45:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:45:29.829Z||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-10-01T02:45:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:45:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:45:29.831Z||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-10-01T02:45:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:45:39.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:45:39.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:46:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:46:29.829Z||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-10-01T02:46:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:46:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:46:29.831Z||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-10-01T02:46:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:46:39.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:46:39.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:47:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:47:29.829Z||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-10-01T02:47:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:47:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:47:29.830Z||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-10-01T02:47:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:47:39.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:47:39.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:48:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:48:29.829Z||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-10-01T02:48:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:48:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:48:29.830Z||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-10-01T02:48:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:48:39.368Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:48:39.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:49:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:49:29.829Z||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-10-01T02:49:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:49:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:49:29.831Z||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-10-01T02:49:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:49:39.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:49:39.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:50:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:50:29.829Z||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-10-01T02:50:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:50:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:50:29.831Z||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-10-01T02:50:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:50:39.369Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:50:39.370Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:51:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:51:29.829Z||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-10-01T02:51:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:51:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:51:29.831Z||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-10-01T02:51:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:51:39.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:51:39.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:52:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:52:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:52:29.830Z||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-10-01T02:52:29.830Z||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-10-01T02:52:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:52:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:52:39.372Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:52:39.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:53:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:53:29.829Z||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-10-01T02:53:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:53:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:53:29.831Z||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-10-01T02:53:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:53:39.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:53:39.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:54:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:54:29.829Z||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-10-01T02:54:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:54:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:54:29.831Z||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-10-01T02:54:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:54:39.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:54:39.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:55:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:55:29.830Z||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-10-01T02:55:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:55:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:55:29.831Z||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-10-01T02:55:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:55:39.372Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:55:39.372Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:56:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:56:29.829Z||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-10-01T02:56:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:56:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:56:29.831Z||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-10-01T02:56:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:56:39.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:56:39.371Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:57:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:57:29.829Z||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-10-01T02:57:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:57:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:57:29.831Z||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-10-01T02:57:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:57:39.370Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:57:39.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:58:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:58:29.829Z||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-10-01T02:58:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:58:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:58:29.831Z||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-10-01T02:58:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:58:39.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:58:39.373Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:59:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:59:29.829Z||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-10-01T02:59:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:59:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T02:59:29.830Z||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-10-01T02:59:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T02:59:39.374Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T02:59:39.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:00:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:00:29.829Z||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-10-01T03:00:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:00:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:00:29.830Z||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-10-01T03:00:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:00:39.373Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:00:39.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:01:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:01:29.829Z||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-10-01T03:01:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:01:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:01:29.830Z||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-10-01T03:01:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:01:39.368Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:01:39.372Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:02:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:02:29.829Z||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-10-01T03:02:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:02:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:02:29.830Z||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-10-01T03:02:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:02:39.372Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:02:39.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:03:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:03:29.829Z||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-10-01T03:03:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:03:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:03:29.831Z||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-10-01T03:03:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:03:39.376Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:03:39.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:04:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:04:29.829Z||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-10-01T03:04:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:04:29.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:04:29.832Z||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-10-01T03:04:29.832Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:04:39.369Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:04:39.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:05:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:05:29.829Z||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-10-01T03:05:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:05:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:05:29.830Z||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-10-01T03:05:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:05:39.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:05:39.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:06:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:06:29.829Z||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-10-01T03:06:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:06:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:06:29.830Z||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-10-01T03:06:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:06:39.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:06:39.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:07:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:07:29.829Z||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-10-01T03:07:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:07:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:07:29.830Z||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-10-01T03:07:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:07:39.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:07:39.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:08:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:08:29.829Z||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-10-01T03:08:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:08:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:08:29.830Z||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-10-01T03:08:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:08:39.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:08:39.371Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:09:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:09:29.829Z||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-10-01T03:09:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:09:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:09:29.831Z||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-10-01T03:09:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:09:39.369Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:09:39.374Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:10:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:10:29.829Z||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-10-01T03:10:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:10:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:10:29.831Z||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-10-01T03:10:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:10:39.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:10:39.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:11:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:11:29.829Z||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-10-01T03:11:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:11:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:11:29.831Z||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-10-01T03:11:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:11:39.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:11:39.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:12:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:12:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:12:29.830Z||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-10-01T03:12:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:12:29.831Z||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-10-01T03:12:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:12:39.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:12:39.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:13:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:13:29.829Z||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-10-01T03:13:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:13:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:13:29.830Z||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-10-01T03:13:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:13:39.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:13:39.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:14:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:14:29.829Z||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-10-01T03:14:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:14:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:14:29.831Z||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-10-01T03:14:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:14:39.374Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:14:39.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:15:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:15:29.829Z||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-10-01T03:15:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:15:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:15:29.831Z||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-10-01T03:15:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:15:39.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:15:39.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:16:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:16:29.829Z||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-10-01T03:16:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:16:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:16:29.831Z||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-10-01T03:16:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:16:39.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:16:39.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:17:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:17:29.829Z||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-10-01T03:17:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:17:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:17:29.831Z||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-10-01T03:17:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:17:39.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:17:39.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:18:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:18:29.829Z||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-10-01T03:18:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:18:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:18:29.831Z||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-10-01T03:18:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:18:39.370Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:18:39.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:19:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:19:29.829Z||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-10-01T03:19:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:19:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:19:29.831Z||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-10-01T03:19:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:19:39.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:19:39.370Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:20:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:20:29.829Z||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-10-01T03:20:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:20:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:20:29.831Z||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-10-01T03:20:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:20:39.368Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:20:39.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:21:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:21:29.829Z||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-10-01T03:21:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:21:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:21:29.830Z||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-10-01T03:21:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:21:39.403Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:21:39.405Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:22:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:22:29.829Z||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-10-01T03:22:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:22:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:22:29.831Z||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-10-01T03:22:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:22:39.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:22:39.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:23:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:23:29.829Z||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-10-01T03:23:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:23:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:23:29.831Z||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-10-01T03:23:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:23:39.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:23:39.370Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:24:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:24:29.829Z||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-10-01T03:24:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:24:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:24:29.831Z||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-10-01T03:24:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:24:39.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:24:39.370Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:25:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:25:29.829Z||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-10-01T03:25:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:25:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:25:29.831Z||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-10-01T03:25:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:25:39.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:25:39.369Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:26:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:26:29.829Z||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-10-01T03:26:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:26:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:26:29.830Z||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-10-01T03:26:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:26:39.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:26:39.370Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:27:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:27:29.829Z||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-10-01T03:27:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:27:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:27:29.831Z||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-10-01T03:27:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:27:39.367Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:27:39.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:28:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:28:29.829Z||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-10-01T03:28:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:28:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:28:29.831Z||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-10-01T03:28:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:28:39.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:28:39.370Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:29:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:29:29.829Z||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-10-01T03:29:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:29:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:29:29.830Z||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-10-01T03:29:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:29:39.368Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:29:39.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:30:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:30:29.829Z||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-10-01T03:30:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:30:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:30:29.831Z||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-10-01T03:30:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:30:39.371Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:30:39.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:31:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:31:29.829Z||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-10-01T03:31:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:31:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:31:29.831Z||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-10-01T03:31:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:31:39.372Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:31:39.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:32:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:32:29.828Z||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-10-01T03:32:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:32:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:32:29.831Z||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-10-01T03:32:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:32:39.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:32:39.372Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:33:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:33:29.829Z||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-10-01T03:33:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:33:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:33:29.830Z||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-10-01T03:33:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:33:39.365Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:33:39.370Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:34:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:34:29.829Z||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-10-01T03:34:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:34:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:34:29.830Z||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-10-01T03:34:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:34:39.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:34:39.371Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:35:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:35:29.829Z||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-10-01T03:35:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:35:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:35:29.831Z||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-10-01T03:35:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:35:39.372Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:35:39.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:36:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:36:29.829Z||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-10-01T03:36:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:36:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:36:29.831Z||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-10-01T03:36:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:36:39.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:36:39.373Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:37:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:37:29.829Z||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-10-01T03:37:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:37:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:37:29.831Z||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-10-01T03:37:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:37:39.368Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:37:39.372Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:38:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:38:29.829Z||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-10-01T03:38:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:38:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:38:29.831Z||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-10-01T03:38:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:38:39.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:38:39.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:39:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:39:29.829Z||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-10-01T03:39:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:39:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:39:29.831Z||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-10-01T03:39:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:39:39.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:39:39.369Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:40:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:40:29.829Z||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-10-01T03:40:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:40:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:40:29.830Z||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-10-01T03:40:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:40:39.368Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:40:39.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:41:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:41:29.829Z||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-10-01T03:41:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:41:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:41:29.831Z||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-10-01T03:41:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:41:39.370Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:41:39.370Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:42:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:42:29.829Z||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-10-01T03:42:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:42:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:42:29.831Z||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-10-01T03:42:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:42:39.372Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:42:39.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:43:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:43:29.829Z||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-10-01T03:43:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:43:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:43:29.830Z||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-10-01T03:43:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:43:39.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:43:39.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:44:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:44:29.829Z||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-10-01T03:44:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:44:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:44:29.831Z||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-10-01T03:44:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:44:39.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:44:39.372Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:45:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:45:29.829Z||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-10-01T03:45:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:45:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:45:29.830Z||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-10-01T03:45:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:45:39.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:45:39.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:46:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:46:29.829Z||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-10-01T03:46:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:46:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:46:29.830Z||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-10-01T03:46:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:46:39.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:46:39.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:47:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:47:29.829Z||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-10-01T03:47:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:47:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:47:29.830Z||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-10-01T03:47:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:47:39.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:47:39.369Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:48:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:48:29.829Z||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-10-01T03:48:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:48:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:48:29.830Z||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-10-01T03:48:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:48:39.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:48:39.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:49:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:49:29.829Z||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-10-01T03:49:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:49:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:49:29.830Z||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-10-01T03:49:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:49:39.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:49:39.370Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:50:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:50:29.829Z||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-10-01T03:50:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:50:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:50:29.830Z||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-10-01T03:50:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:50:39.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:50:39.374Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:51:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:51:29.829Z||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-10-01T03:51:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:51:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:51:29.830Z||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-10-01T03:51:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:51:39.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:51:39.370Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:52:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:52:29.829Z||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-10-01T03:52:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:52:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:52:29.831Z||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-10-01T03:52:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:52:39.368Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:52:39.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:53:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:53:29.829Z||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-10-01T03:53:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:53:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:53:29.831Z||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-10-01T03:53:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:53:39.370Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:53:39.370Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:54:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:54:29.829Z||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-10-01T03:54:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:54:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:54:29.831Z||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-10-01T03:54:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:54:39.369Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:54:39.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:55:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:55:29.829Z||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-10-01T03:55:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:55:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:55:29.830Z||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-10-01T03:55:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:55:39.368Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:55:39.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:56:29.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:56:29.829Z||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-10-01T03:56:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:56:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:56:29.830Z||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-10-01T03:56:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:56:39.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:56:39.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:57:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:57:29.829Z||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-10-01T03:57:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:57:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:57:29.831Z||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-10-01T03:57:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:57:39.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:57:39.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:58:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:58:29.829Z||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-10-01T03:58:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:58:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:58:29.830Z||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-10-01T03:58:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:58:39.367Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:58:39.367Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:59:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:59:29.829Z||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-10-01T03:59:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:59:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T03:59:29.830Z||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-10-01T03:59:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T03:59:39.369Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T03:59:39.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:00:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:00:29.829Z||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-10-01T04:00:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:00:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:00:29.830Z||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-10-01T04:00:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:00:39.370Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:00:39.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:01:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:01:29.829Z||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-10-01T04:01:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:01:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:01:29.831Z||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-10-01T04:01:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:01:39.365Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:01:39.365Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:02:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:02:29.829Z||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-10-01T04:02:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:02:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:02:29.831Z||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-10-01T04:02:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:02:39.366Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:02:39.368Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:03:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:03:29.829Z||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-10-01T04:03:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:03:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:03:29.830Z||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-10-01T04:03:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:03:39.366Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:03:39.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:04:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:04:29.829Z||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-10-01T04:04:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:04:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:04:29.831Z||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-10-01T04:04:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:04:39.367Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:04:39.369Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:05:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:05:29.829Z||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-10-01T04:05:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:05:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:05:29.830Z||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-10-01T04:05:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:05:39.366Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:05:39.367Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:06:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:06:29.829Z||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-10-01T04:06:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:06:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:06:29.831Z||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-10-01T04:06:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:06:39.369Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:06:39.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:07:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:07:29.829Z||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-10-01T04:07:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:07:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:07:29.831Z||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-10-01T04:07:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:07:39.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:07:39.370Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:08:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:08:29.829Z||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-10-01T04:08:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:08:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:08:29.831Z||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-10-01T04:08:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:08:39.376Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:08:39.377Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:09:29.828Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:09:29.829Z||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-10-01T04:09:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:09:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:09:29.830Z||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-10-01T04:09:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:09:39.368Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:09:39.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:10:29.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:10:29.829Z||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-10-01T04:10:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:10:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:10:29.831Z||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-10-01T04:10:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:10:39.370Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:10:39.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:11:29.828Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:11:29.829Z||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-10-01T04:11:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:11:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:11:29.831Z||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-10-01T04:11:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:11:39.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:11:39.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:12:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:12:29.828Z||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-10-01T04:12:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:12:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:12:29.830Z||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-10-01T04:12:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:12:39.368Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:12:39.368Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:13:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:13:29.829Z||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-10-01T04:13:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:13:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:13:29.830Z||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-10-01T04:13:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:13:39.368Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:13:39.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:14:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:14:29.829Z||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-10-01T04:14:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:14:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:14:29.830Z||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-10-01T04:14:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:14:39.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:14:39.367Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:15:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:15:29.829Z||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-10-01T04:15:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:15:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:15:29.831Z||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-10-01T04:15:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:15:39.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:15:39.370Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:16:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:16:29.829Z||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-10-01T04:16:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:16:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:16:29.831Z||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-10-01T04:16:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:16:39.366Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:16:39.368Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:17:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:17:29.829Z||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-10-01T04:17:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:17:29.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:17:29.831Z||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-10-01T04:17:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:17:39.368Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:17:39.368Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:18:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:18:29.829Z||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-10-01T04:18:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:18:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:18:29.830Z||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-10-01T04:18:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:18:39.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:18:39.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:19:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:19:29.828Z||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-10-01T04:19:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:19:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:19:29.830Z||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-10-01T04:19:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:19:39.367Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:19:39.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:20:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:20:29.829Z||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-10-01T04:20:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:20:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:20:29.830Z||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-10-01T04:20:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:20:39.367Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:20:39.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:21:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:21:29.829Z||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-10-01T04:21:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:21:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:21:29.830Z||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-10-01T04:21:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:21:39.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:21:39.369Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:22:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:22:29.828Z||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-10-01T04:22:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:22:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:22:29.830Z||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-10-01T04:22:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:22:39.367Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:22:39.368Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:23:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:23:29.828Z||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-10-01T04:23:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:23:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:23:29.830Z||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-10-01T04:23:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:23:39.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:23:39.368Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:24:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:24:29.829Z||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-10-01T04:24:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:24:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:24:29.831Z||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-10-01T04:24:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:24:39.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:24:39.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:25:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:25:29.828Z||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-10-01T04:25:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:25:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:25:29.831Z||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-10-01T04:25:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:25:39.370Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:25:39.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:26:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:26:29.828Z||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-10-01T04:26:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:26:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:26:29.831Z||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-10-01T04:26:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:26:39.364Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:26:39.365Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:27:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:27:29.829Z||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-10-01T04:27:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:27:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:27:29.831Z||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-10-01T04:27:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:27:39.367Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:27:39.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:28:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:28:29.829Z||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-10-01T04:28:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:28:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:28:29.830Z||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-10-01T04:28:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:28:39.365Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:28:39.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:29:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:29:29.829Z||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-10-01T04:29:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:29:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:29:29.831Z||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-10-01T04:29:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:29:39.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:29:39.369Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:30:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:30:29.829Z||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-10-01T04:30:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:30:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:30:29.831Z||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-10-01T04:30:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:30:39.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:30:39.370Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:31:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:31:29.828Z||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-10-01T04:31:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:31:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:31:29.830Z||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-10-01T04:31:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:31:39.363Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:31:39.365Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:32:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:32:29.829Z||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-10-01T04:32:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:32:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:32:29.831Z||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-10-01T04:32:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:32:39.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:32:39.371Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:33:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:33:29.828Z||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-10-01T04:33:29.828Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:33:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:33:29.830Z||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-10-01T04:33:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:33:39.368Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:33:39.370Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:34:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:34:29.829Z||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-10-01T04:34:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:34:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:34:29.830Z||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-10-01T04:34:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:34:39.366Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:34:39.367Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:35:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:35:29.829Z||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-10-01T04:35:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:35:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:35:29.831Z||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-10-01T04:35:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:35:39.368Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:35:39.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:36:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:36:29.828Z||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-10-01T04:36:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:36:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:36:29.830Z||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-10-01T04:36:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:36:39.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:36:39.371Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:37:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:37:29.828Z||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-10-01T04:37:29.828Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:37:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:37:29.831Z||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-10-01T04:37:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:37:39.367Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:37:39.368Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:38:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:38:29.828Z||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-10-01T04:38:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:38:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:38:29.831Z||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-10-01T04:38:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:38:39.367Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:38:39.368Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:39:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:39:29.828Z||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-10-01T04:39:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:39:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:39:29.830Z||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-10-01T04:39:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:39:39.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:39:39.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:40:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:40:29.829Z||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-10-01T04:40:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:40:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:40:29.831Z||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-10-01T04:40:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:40:39.367Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:40:39.371Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:29.828Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:41:29.828Z||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-10-01T04:41:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:41:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:41:29.830Z||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-10-01T04:41:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:41:30.448Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:30.448Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:30.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac63c509-0d6c-4516-93fe-552fff019be5","serviceName":"vFW 2021-10-01 04-38-33","serviceVersion":"1.0","serviceUUID":"993f9c9d-9ed8-414f-aa70-f5fbdc136431","serviceDescription":"catalog service description","serviceInvariantUUID":"19de2465-312a-41ed-a959-cb09a1d87f9e","resources":[{"resourceInstanceName":"vFW 9167d57d-d994 0","resourceName":"vFW 9167d57d-d994","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1db5b34-4125-41dd-8d0b-a12b6f57fbc2","resourceInvariantUUID":"e59ebb29-86f0-41e7-9fe5-ec6a0e5decfd","resourceCustomizationUUID":"bdb395dd-9818-453c-bab2-476e5941d0ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml","artifactChecksum":"MzhhMDAzNTI3NWY1NzVmMDc5YTJlNTYxMjgyMGY5ZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd8b2963-9bc1-446a-a57f-03d355b670c0","artifactVersion":"1"},{"artifactName":"vfw9167d57dd9940_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json","artifactChecksum":"ZWFmMzNkNzY3MzVkZTMxNDI3ODAwODk2OTZiMmQ4ZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"77416ab1-f016-4342-b2e1-85bd783a16ea","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"082839bd-527a-4fb2-a1df-a6ed342278ec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml","artifactChecksum":"Y2Y0ODZkYzk5ZDg1Y2Q5ODhlMjJjYTlmZDY5NmRiOTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1fd41e85-4fd6-45db-a539-0e5c89d2b950","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92","artifactVersion":"2","generatedFromUUID":"082839bd-527a-4fb2-a1df-a6ed342278ec"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211001043833-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml","artifactChecksum":"NjRhYjk2MGNjMjZjZTZlZGM2NWY3YTY3MDc5OWIzNTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4a44766-8547-47e3-ac37-99b5886f04a5","artifactVersion":"1"},{"artifactName":"service-Vfw20211001043833-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar","artifactChecksum":"OGFmYmExM2JhNGRmZmVjYzkzNDAzYzQ3YjA3OGYyMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"083e0c91-db86-4c94-8628-0439638794da","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-01T04:41:30.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "cds",
  "timestamp": 1633063279552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.496Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:30.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "dcae-sch",
  "timestamp": 1633063282652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "cds",
  "timestamp": 1633063279552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "dcae-sch",
  "timestamp": 1633063282652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "cds",
  "timestamp": 1633063279552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "dcae-sch",
  "timestamp": 1633063282652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "aai-ml",
  "timestamp": 1633063286642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "cds",
  "timestamp": 1633063279552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "dcae-sch",
  "timestamp": 1633063282652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063287030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "aai-ml",
  "timestamp": 1633063286642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "cds",
  "timestamp": 1633063279552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "dcae-sch",
  "timestamp": 1633063282652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063287030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "aai-ml",
  "timestamp": 1633063286642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "cds",
  "timestamp": 1633063279552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "dcae-sch",
  "timestamp": 1633063282652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063287030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:41:30.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:41:30.530Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:30.553Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:30.554Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:30.654Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2021-10-01T04:41:30.657Z||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-10-01T04:41:30.658Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:30.667Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:30.667Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:31.570Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:31.571Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:31.573Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:31.573Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:41:31.673Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:31.674Z||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-10-01T04:41:31.675Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:31.685Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:31.685Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:32.573Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:32.574Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:32.576Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:32.576Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:41:32.676Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:32.677Z||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-10-01T04:41:32.677Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:32.687Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:32.688Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:33.576Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:33.577Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:33.579Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:33.580Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:33.680Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:33.680Z||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-10-01T04:41:33.680Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:33.690Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:33.690Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:34.580Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:34.582Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:34.584Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:34.584Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-01T04:41:34.684Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:34.685Z||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-10-01T04:41:34.685Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:34.695Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:34.695Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:35.584Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:35.585Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:35.587Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:35.588Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:41:35.688Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:35.689Z||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-10-01T04:41:35.689Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:35.698Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:35.699Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:36.588Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:41:36.589Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:36.591Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:36.591Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:41:36.691Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:36.692Z||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-10-01T04:41:36.692Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:36.701Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:36.701Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-10-01T04:41:37.593Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "serviceName": "vFW 2021-10-01 04-38-33",
  "serviceVersion": "1.0",
  "serviceUUID": "993f9c9d-9ed8-414f-aa70-f5fbdc136431",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "19de2465-312a-41ed-a959-cb09a1d87f9e",
  "resources": [
    {
      "resourceInstanceName": "vFW 9167d57d-d994 0",
      "resourceCustomizationUUID": "bdb395dd-9818-453c-bab2-476e5941d0ad",
      "resourceName": "vFW 9167d57d-d994",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c1db5b34-4125-41dd-8d0b-a12b6f57fbc2",
      "resourceInvariantUUID": "e59ebb29-86f0-41e7-9fe5-ec6a0e5decfd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9167d57dd9940_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
          "artifactChecksum": "ZWFmMzNkNzY3MzVkZTMxNDI3ODAwODk2OTZiMmQ4ZTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "77416ab1-f016-4342-b2e1-85bd783a16ea",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "082839bd-527a-4fb2-a1df-a6ed342278ec",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92",
            "generatedFromUUID": "082839bd-527a-4fb2-a1df-a6ed342278ec"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211001043833-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
      "artifactChecksum": "OGFmYmExM2JhNGRmZmVjYzkzNDAzYzQ3YjA3OGYyMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "083e0c91-db86-4c94-8628-0439638794da"
    }
  ],
  "workloadContext": "Production"
}
2021-10-01T04:41:37.595Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-01T04:41:37.595Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 993f9c9d-9ed8-414f-aa70-f5fbdc136431 ASDC
2021-10-01T04:41:37.702Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ac63c509-0d6c-4516-93fe-552fff019be5
ServiceName:vFW 2021-10-01 04-38-33
ServiceVersion:1.0
ServiceUUID:993f9c9d-9ed8-414f-aa70-f5fbdc136431
ServiceInvariantUUID:19de2465-312a-41ed-a959-cb09a1d87f9e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211001043833-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar
ArtifactUUID:083e0c91-db86-4c94-8628-0439638794da
ArtifactChecksum:OGFmYmExM2JhNGRmZmVjYzkzNDAzYzQ3YjA3OGYyMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9167d57d-d994 0
ResourceCustomizationUUID:bdb395dd-9818-453c-bab2-476e5941d0ad
ResourceInvariantUUID:e59ebb29-86f0-41e7-9fe5-ec6a0e5decfd
ResourceName:vFW 9167d57d-d994
ResourceType:VF
ResourceUUID:c1db5b34-4125-41dd-8d0b-a12b6f57fbc2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9167d57dd9940_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json
ArtifactUUID:77416ab1-f016-4342-b2e1-85bd783a16ea
ArtifactChecksum:ZWFmMzNkNzY3MzVkZTMxNDI3ODAwODk2OTZiMmQ4ZTc=
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/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml
ArtifactUUID:082839bd-527a-4fb2-a1df-a6ed342278ec
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env
ArtifactUUID:cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env
ArtifactUUID:cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-01T04:41:37.702Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 993f9c9d-9ed8-414f-aa70-f5fbdc136431 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-10-01T04:41:37.997Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:41:37.998Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-01T04:41:37.999Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-01T04:41:37.999Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 083e0c91-db86-4c94-8628-0439638794da from URL: /sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:38.000Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:41:38.001Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:38.439Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:41:38.466Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar 083e0c91-db86-4c94-8628-0439638794da 98783
2021-10-01T04:41:38.468Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar ASDC sendASDCNotification
2021-10-01T04:41:38.468Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:38.469Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:41:38.470Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:38.471Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:38.471Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063298466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:41:38.572Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:38.572Z||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-10-01T04:41:38.573Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:38.584Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:38.584Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:39.472Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:41:39.473Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-01T04:41:39.474Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 083e0c91-db86-4c94-8628-0439638794da, URL: /sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar to file: /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:39.474Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211001043833-csar.csar
2021-10-01T04:41:39.704Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:39.704Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:40.425Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1051459929953333003/Definitions/service-Vfw20211001043833-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-10-01T04:41:43.127Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.131Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9167d57d-d994 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-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:43.132Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-01T04:41:43.144Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.145Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.148Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:43.148Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-01T04:41:43.150Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.151Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.155Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T04:41:43.157Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.157Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:43.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.159Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=79a62912-d48c-4816-8c0f-233d926bfa27
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.160Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f7ef355-625c-402c-a76f-ec89ce1075f1
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:43.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:43.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3798947a-ce05-4a0b-9d1f-695f0cd09f16
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:43.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-01 04-38-33
Description:catalog service description
Model UUID:993f9c9d-9ed8-414f-aa70-f5fbdc136431
Model Version:NULL
Model InvariantUuid:19de2465-312a-41ed-a959-cb09a1d87f9e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9167d57d-d994
Model UUID:de27cfad-72f9-40ea-b9a3-0cb0e239a6af
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e59ebb29-86f0-41e7-9fe5-ec6a0e5decfd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bdb395dd-9818-453c-bab2-476e5941d0ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2728b196-5e72-4224-8422-aff29981fce2
ModelName:Vfw9167d57dD994..base_vfw..module-0
ModelUuid:520d32b8-da14-437d-8828-1a2e170dcf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:79a62912-d48c-4816-8c0f-233d926bfa27
ModelInvariantUuid:3c7ee2c4-e1e4-4916-a3e5-19354873e17c
ModelName:vFW 9167d57d-d994-nodes.vfwCvfc
ModelUuid:42c0ebc5-8c82-4319-a4a3-40fc472f42ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:bf9eb67c-e10c-468c-b6c2-888c6568cea7
ModelInvariantUuid:f0ba30ff-d930-4d23-a9a6-d4a3bf375003
ModelName:Vfw9167d57dD994.compute.nodes.heat.vfw
ModelUuid:94cc462a-bf06-49a9-a1d4-edf643c62601
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4f7ef355-625c-402c-a76f-ec89ce1075f1
ModelInvariantUuid:66306f78-94f0-4d39-9fc1-87186f48bcb6
ModelName:vFW 9167d57d-d994-nodes.vsnCvfc
ModelUuid:d756d5e7-8a15-4bd1-859b-0d2840991252
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7b713d45-c4d6-4b95-b176-2f8c2ac08127
ModelInvariantUuid:6803b698-c76f-416d-b0ed-7f71c3621ffe
ModelName:Vfw9167d57dD994.compute.nodes.heat.vsn
ModelUuid:5c750a49-b545-481f-b1b2-56a0fcc78925
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3798947a-ce05-4a0b-9d1f-695f0cd09f16
ModelInvariantUuid:c2349564-4553-494e-bb3a-e9b8827e082c
ModelName:vFW 9167d57d-d994-nodes.vpgCvfc
ModelUuid:b0cabf7d-a303-470e-a1d8-5a1f39e64e61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2ff68a3f-d32e-4d96-87e9-4333bddea087
ModelInvariantUuid:b05f992d-40a9-4023-8f4d-0512914bce07
ModelName:Vfw9167d57dD994.compute.nodes.heat.vpg
ModelUuid:782e2078-c43e-44e6-bad8-1dd516462f90
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-10-01T04:41:43.185Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c1db5b34-4125-41dd-8d0b-a12b6f57fbc2
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-10-01T04:41:43.291Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||vFW 9167d57d-d994 0
2021-10-01T04:41:43.302Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1db5b34-4125-41dd-8d0b-a12b6f57fbc2
2021-10-01T04:41:43.303Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 77416ab1-f016-4342-b2e1-85bd783a16ea from URL: /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json
2021-10-01T04:41:43.303Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:41:43.303Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json
2021-10-01T04:41:43.653Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:41:43.653Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json 77416ab1-f016-4342-b2e1-85bd783a16ea 785
2021-10-01T04:41:43.654Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json ASDC sendASDCNotification
2021-10-01T04:41:43.654Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json
2021-10-01T04:41:43.654Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:41:43.654Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:43.657Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:43.657Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063303654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:41:43.757Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T04:41:43.758Z||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-10-01T04:41:43.759Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:43.769Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:43.769Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:44.659Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9167d57dD994..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2728b196-5e72-4224-8422-aff29981fce2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "520d32b8-da14-437d-8828-1a2e170dcf4b",
    "vfModuleModelCustomizationUUID": "0947919a-843d-4590-80a0-8075687cae8a",
    "isBase": true,
    "artifacts": [
      "082839bd-527a-4fb2-a1df-a6ed342278ec",
      "cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92"
    ],
    "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-10-01T04:41:44.687Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9167d57dD994..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:520d32b8-da14-437d-8828-1a2e170dcf4b
VfModuleModelInvariantUUID:2728b196-5e72-4224-8422-aff29981fce2
VfModuleModelDescription:NULL
Artifacts UUID List:{
082839bd-527a-4fb2-a1df-a6ed342278ec
,
cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92

}
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-10-01T04:41:44.690Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9167d57dD994..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2728b196-5e72-4224-8422-aff29981fce2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "520d32b8-da14-437d-8828-1a2e170dcf4b",
    "vfModuleModelCustomizationUUID": "0947919a-843d-4590-80a0-8075687cae8a",
    "isBase": true,
    "artifacts": [
      "082839bd-527a-4fb2-a1df-a6ed342278ec",
      "cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92"
    ],
    "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-10-01T04:41:44.690Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9167d57dD994..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:520d32b8-da14-437d-8828-1a2e170dcf4b
VfModuleModelInvariantUUID:2728b196-5e72-4224-8422-aff29981fce2
VfModuleModelDescription:NULL
Artifacts UUID List:{
082839bd-527a-4fb2-a1df-a6ed342278ec
,
cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92

}
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-10-01T04:41:44.690Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 082839bd-527a-4fb2-a1df-a6ed342278ec from URL: /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml
2021-10-01T04:41:44.691Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:41:44.691Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml
2021-10-01T04:41:45.156Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:41:45.157Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml 082839bd-527a-4fb2-a1df-a6ed342278ec 20368
2021-10-01T04:41:45.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-01T04:41:45.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml
2021-10-01T04:41:45.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:41:45.158Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:45.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:45.161Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063305157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:41:45.261Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:45.262Z||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-10-01T04:41:45.263Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:45.272Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:45.273Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:46.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92 from URL: /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env
2021-10-01T04:41:46.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:41:46.163Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env
2021-10-01T04:41:46.625Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:41:46.626Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env cbdb2dd8-12d6-4a1c-93f0-f277e0d59b92 2098
2021-10-01T04:41:46.626Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-01T04:41:46.626Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env
2021-10-01T04:41:46.626Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:41:46.626Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:46.629Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:46.629Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063306626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:41:46.729Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:46.730Z||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-10-01T04:41:46.730Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:46.741Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:46.742Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-01T04:41:47.629Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 993f9c9d-9ed8-414f-aa70-f5fbdc136431
2021-10-01T04:41:47.630Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9167d57d-d994 0 c1db5b34-4125-41dd-8d0b-a12b6f57fbc2 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-10-01T04:41:47.664Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dbcedae, org.onap.sdc.toscaparser.api.parameters.Input@32103594, org.onap.sdc.toscaparser.api.parameters.Input@bf1c9eb, org.onap.sdc.toscaparser.api.parameters.Input@5e10c4e1, org.onap.sdc.toscaparser.api.parameters.Input@140b9310]
2021-10-01T04:41:47.667Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.667Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.667Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-10-01T04:41:47.667Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bdb395dd-9818-453c-bab2-476e5941d0ad
2021-10-01T04:41:47.667Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdb395dd-9818-453c-bab2-476e5941d0ad matches Tosca VF Customization UUID: bdb395dd-9818-453c-bab2-476e5941d0ad
2021-10-01T04:41:47.668Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bdb395dd-9818-453c-bab2-476e5941d0ad  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-10-01T04:41:47.673Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.673Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.674Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bdb395dd-9818-453c-bab2-476e5941d0ad: {\"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-10-01T04:41:47.674Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@490e674a
2021-10-01T04:41:47.675Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.675Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T04:41:47.675Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0947919a-843d-4590-80a0-8075687cae8a
2021-10-01T04:41:47.676Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0947919a-843d-4590-80a0-8075687cae8a
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-10-01T04:41:47.682Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.683Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:47.683Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:47.684Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.684Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:47.684Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:47.684Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.684Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:47.685Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:47.685Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:47.685Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-01T04:41:47.685Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-01T04:41:47.685Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-01T04:41:47.686Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.686Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:47.686Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-01T04:41:47.686Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:47.686Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-01T04:41:47.687Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.687Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=79a62912-d48c-4816-8c0f-233d926bfa27
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-10-01T04:41:47.697Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.697Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:47.698Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:47.698Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.698Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:47.698Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.699Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-01T04:41:47.700Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-01T04:41:47.700Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:47.700Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-01T04:41:47.700Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.700Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f7ef355-625c-402c-a76f-ec89ce1075f1
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-10-01T04:41:47.703Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.703Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:47.703Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:47.705Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.705Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-01T04:41:47.706Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.707Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-01T04:41:47.707Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-01T04:41:47.707Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-01T04:41:47.707Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-01T04:41:47.707Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-01T04:41:47.707Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3798947a-ce05-4a0b-9d1f-695f0cd09f16
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-10-01T04:41:47.709Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.709Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:47.709Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:41:47.709Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.710Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Node template vFW 9167d57d-d994 0 is matching search criteria
2021-10-01T04:41:47.710Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 9167d57d-d994 0] matching following query criteria: sdcType=VF, customizationUUID=bdb395dd-9818-453c-bab2-476e5941d0ad
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-10-01T04:41:47.711Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.711Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.712Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 993f9c9d-9ed8-414f-aa70-f5fbdc136431: vFW 9167d57d-d994
2021-10-01T04:41:47.712Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.712Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.712Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.713Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.713Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.713Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.713Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.714Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.714Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:41:47.714Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-01 04-38-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:41:47.714Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-10-01 04-38-33 
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-10-01T04:41:48.028Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9167d57d-d994 c1db5b34-4125-41dd-8d0b-a12b6f57fbc2 1 ASDC deployResourceStructure
2021-10-01T04:41:48.028Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json ASDC sendASDCNotification
2021-10-01T04:41:48.028Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json
2021-10-01T04:41:48.029Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:41:48.029Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:48.030Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:48.030Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063308028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T04:41:48.131Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T04:41:48.131Z||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-10-01T04:41:48.131Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:48.140Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:48.141Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:49.032Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-01T04:41:49.033Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml
2021-10-01T04:41:49.033Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:41:49.033Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:49.036Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:49.036Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063309032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T04:41:49.137Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:49.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-10-01T04:41:49.138Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:49.146Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:49.147Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-01T04:41:50.038Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-01T04:41:50.038Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env
2021-10-01T04:41:50.039Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:41:50.039Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:50.041Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:50.041Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063310038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-01T04:41:50.141Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:50.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-10-01T04:41:50.143Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:50.153Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:50.153Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:51.042Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar ASDC sendASDCNotification
2021-10-01T04:41:51.043Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar
2021-10-01T04:41:51.043Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:41:51.044Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:41:51.046Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:41:51.047Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063311042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:41:51.147Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:41:51.147Z||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-10-01T04:41:51.148Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:41:51.157Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:41:51.158Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:41:52.048Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:41:52.076Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:41:52.079Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:41:52.079Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:41:52.080Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:42:22.080Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:42:22.091Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:42:22.094Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:42:22.094Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:42:22.094Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:42:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:42:29.831Z||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-10-01T04:42:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:42:29.853Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:42:29.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:42:29.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "aai-ml",
  "timestamp": 1633063286642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:42:29.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:42:52.094Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:42:52.106Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:42:52.109Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:42:52.109Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:42:52.109Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:43:22.110Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:43:22.120Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:43:22.123Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:43:22.123Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:43:22.123Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:43:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:43:29.831Z||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-10-01T04:43:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:43:29.854Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:43:29.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:43:29.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "cds",
  "timestamp": 1633063279552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:43:29.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:43:52.123Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:43:52.134Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:43:52.136Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:43:52.137Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:43:52.137Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:44:22.137Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:44:22.147Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:44:22.149Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:44:22.150Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:44:22.150Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:44:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:44:29.831Z||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-10-01T04:44:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:44:29.854Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:44:29.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "dcae-sch",
  "timestamp": 1633063282652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063287030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063290546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "aai-ml",
  "timestamp": 1633063286642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063287030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "cds",
  "timestamp": 1633063292076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063290546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "aai-ml",
  "timestamp": 1633063286642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063287030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "cds",
  "timestamp": 1633063293090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-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-10-01T04:44:29.871Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac63c509-0d6c-4516-93fe-552fff019be5
2021-10-01T04:44:29.871Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac63c509-0d6c-4516-93fe-552fff019be5 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-10-01T04:44:29.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063290546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "aai-ml",
  "timestamp": 1633063286642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "policy-id",
  "timestamp": 1633063292656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063287030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063290546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "policy-id",
  "timestamp": 1633063292656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "aai-ml",
  "timestamp": 1633063295050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063290546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063295314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "policy-id",
  "timestamp": 1633063292656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063295455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063290546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "policy-id",
  "timestamp": 1633063292656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063289828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063296935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063295455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063290546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "policy-id",
  "timestamp": 1633063292656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063295455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063298254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "policy-id",
  "timestamp": 1633063292656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063298466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063295455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "policy-id",
  "timestamp": 1633063292656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063295455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063300153,
  "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-10-01T04:44:29.893Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac63c509-0d6c-4516-93fe-552fff019be5
2021-10-01T04:44:29.893Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac63c509-0d6c-4516-93fe-552fff019be5 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-10-01T04:44:29.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "policy-id",
  "timestamp": 1633063300945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063295455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063301157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "clamp",
  "timestamp": 1633063301073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "policy-id",
  "timestamp": 1633063301952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:44:29.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063295455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "clamp",
  "timestamp": 1633063301073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "policy-id",
  "timestamp": 1633063302959,
  "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-10-01T04:44:29.908Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac63c509-0d6c-4516-93fe-552fff019be5
2021-10-01T04:44:29.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac63c509-0d6c-4516-93fe-552fff019be5 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-10-01T04:44:29.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063303573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.916Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063303654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "clamp",
  "timestamp": 1633063301073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "clamp",
  "timestamp": 1633063301073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063305157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "clamp",
  "timestamp": 1633063301073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "aai-ml",
  "timestamp": 1633063305850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063306626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "clamp",
  "timestamp": 1633063301073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:44:29.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "aai-ml",
  "timestamp": 1633063306855,
  "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-10-01T04:44:29.923Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac63c509-0d6c-4516-93fe-552fff019be5
2021-10-01T04:44:29.924Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac63c509-0d6c-4516-93fe-552fff019be5 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-10-01T04:44:29.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "clamp",
  "timestamp": 1633063301073,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:44:29.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063308028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/vfw9167d57dd9940_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063308104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063309032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063309110,
  "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-10-01T04:44:29.938Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac63c509-0d6c-4516-93fe-552fff019be5
2021-10-01T04:44:29.938Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac63c509-0d6c-4516-93fe-552fff019be5 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-10-01T04:44:29.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063310038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/resourceInstances/vfw9167d57dd9940/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-01T04:44:29.947Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063311042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "clamp",
  "timestamp": 1633063323955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "clamp",
  "timestamp": 1633063325929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211001043833/1.0/artifacts/service-Vfw20211001043833-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:44:29.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:44:29.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:44:29.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "clamp",
  "timestamp": 1633063326932,
  "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-10-01T04:44:29.954Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac63c509-0d6c-4516-93fe-552fff019be5
2021-10-01T04:44:29.954Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac63c509-0d6c-4516-93fe-552fff019be5 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-10-01T04:44:52.150Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:44:52.162Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:44:52.165Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:44:52.166Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-01T04:44:52.166Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-01T04:44:52.166Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-01T04:44:52.166Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:44:52.166Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:44:52.166Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:44:52.167Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:44:52.167Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:44:52.167Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:44:52.167Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:44:52.172Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-01T04:45:22.173Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac63c509-0d6c-4516-93fe-552fff019be5 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-10-01T04:45:22.182Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac63c509-0d6c-4516-93fe-552fff019be5 and serviceModelVersionId: 993f9c9d-9ed8-414f-aa70-f5fbdc136431
2021-10-01T04:45:22.182Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 19de2465-312a-41ed-a959-cb09a1d87f9e
2021-10-01T04:45:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:45:29.831Z||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-10-01T04:45:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:45:30.358Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:45:30.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063347030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063355455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "cds",
  "timestamp": 1633063354552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063350546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "policy-id",
  "timestamp": 1633063352656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063347030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:45:30.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "cds",
  "timestamp": 1633063354552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063355455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063350546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "policy-id",
  "timestamp": 1633063352656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063347030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:45:30.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063350546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "cds",
  "timestamp": 1633063354552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063355455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "policy-id",
  "timestamp": 1633063352656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063347030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063350546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "cds",
  "timestamp": 1633063354552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063355455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "policy-id",
  "timestamp": 1633063352656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063350546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "cds",
  "timestamp": 1633063354552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063347030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063355455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "policy-id",
  "timestamp": 1633063352656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "clamp",
  "timestamp": 1633063361073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063347030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "cds",
  "timestamp": 1633063354552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063350546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063355455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "policy-id",
  "timestamp": 1633063352656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "clamp",
  "timestamp": 1633063361073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063347030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "cds",
  "timestamp": 1633063354552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063350546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063355455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "policy-id",
  "timestamp": 1633063352656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633063362652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "clamp",
  "timestamp": 1633063361073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633063362652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063364457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "cds",
  "timestamp": 1633063364463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "policy-id",
  "timestamp": 1633063364510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063364559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "clamp",
  "timestamp": 1633063361073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633063362652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "cds",
  "timestamp": 1633063365468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:45:30.390Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3441637e-9c53-4bdb-b946-fdb6af09d0a8
2021-10-01T04:45:30.390Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3441637e-9c53-4bdb-b946-fdb6af09d0a8 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-10-01T04:45:30.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "policy-id",
  "timestamp": 1633063365513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "clamp",
  "timestamp": 1633063361073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063365775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633063362652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "policy-id",
  "timestamp": 1633063366516,
  "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-10-01T04:45:30.406Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3441637e-9c53-4bdb-b946-fdb6af09d0a8
2021-10-01T04:45:30.407Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3441637e-9c53-4bdb-b946-fdb6af09d0a8 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-10-01T04:45:30.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063366619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "clamp",
  "timestamp": 1633063361073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063367141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633063362652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633063367622,
  "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-10-01T04:45:30.421Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3441637e-9c53-4bdb-b946-fdb6af09d0a8
2021-10-01T04:45:30.422Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3441637e-9c53-4bdb-b946-fdb6af09d0a8 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-10-01T04:45:30.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "clamp",
  "timestamp": 1633063361073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:45:30.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063368156,
  "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-10-01T04:45:30.436Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3441637e-9c53-4bdb-b946-fdb6af09d0a8
2021-10-01T04:45:30.436Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3441637e-9c53-4bdb-b946-fdb6af09d0a8 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-10-01T04:45:30.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633063362652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633063369160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "dcae-sch",
  "timestamp": 1633063362652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "aai-ml",
  "timestamp": 1633063376642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "aai-ml",
  "timestamp": 1633063376642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "aai-ml",
  "timestamp": 1633063376642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "clamp",
  "timestamp": 1633063379921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "aai-ml",
  "timestamp": 1633063376642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "aai-ml",
  "timestamp": 1633063376642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "clamp",
  "timestamp": 1633063381929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "aai-ml",
  "timestamp": 1633063376642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:30.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "clamp",
  "timestamp": 1633063382932,
  "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-10-01T04:45:30.487Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3441637e-9c53-4bdb-b946-fdb6af09d0a8
2021-10-01T04:45:30.488Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3441637e-9c53-4bdb-b946-fdb6af09d0a8 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-10-01T04:45:30.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "aai-ml",
  "timestamp": 1633063376642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:45:30.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:45:30.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "aai-ml",
  "timestamp": 1633063384665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:45:30.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "aai-ml",
  "timestamp": 1633063391046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:45:30.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:45:30.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:45:30.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "aai-ml",
  "timestamp": 1633063392050,
  "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-10-01T04:45:30.504Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3441637e-9c53-4bdb-b946-fdb6af09d0a8
2021-10-01T04:45:30.504Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3441637e-9c53-4bdb-b946-fdb6af09d0a8 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-10-01T04:45:45.144Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0
2021-10-01T04:45:45.315Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-01T04:45:45.870Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0|INFO|500||Invoke
2021-10-01T04:45:45.876Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ac63c509-0d6c-4516-93fe-552fff019be5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ccc1faba-766c-485e-a04e-4eb080e145bc], X-ECOMP-RequestID=[ac63c509-0d6c-4516-93fe-552fff019be5], X-TransactionId=[], X-ONAP-RequestID=[ac63c509-0d6c-4516-93fe-552fff019be5], Content-Type=[application/merge-patch+json]}
2021-10-01T04:45:46.444Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-01T04:45:46.757Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?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/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211001-04:45:46:487-81967], vertex-id=[163896], Content-Length=[0], Date=[Fri, 01 Oct 2021 04:45:46 GMT], Content-Type=[application/json]}
2021-10-01T04:45:46.758Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-01T04:45:46.758Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/19de2465-312a-41ed-a959-cb09a1d87f9e/model-vers/model-ver/993f9c9d-9ed8-414f-aa70-f5fbdc136431?depth=0|INFO|500||InvokeReturn
2021-10-01T04:45:46.761Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-01T04:45:46.762Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||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-10-01T04:45:46.765Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-01T04:45:46.766Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac63c509-0d6c-4516-93fe-552fff019be5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-01T04:45:46.767Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-01T04:45:46.767Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:46.768Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:46.769Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063546766,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T04:45:46.869Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:46.870Z||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-10-01T04:45:46.870Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:46.878Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:45:46.879Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-01T04:45:47.783Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:45:47.784Z|ac63c509-0d6c-4516-93fe-552fff019be5|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-10-01T04:45:47.784Z|ac63c509-0d6c-4516-93fe-552fff019be5|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:45:52.082Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:45:52.084Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-01T04:45:52.084Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3441637e-9c53-4bdb-b946-fdb6af09d0a8","serviceName":"basic_onboard_mkfWrb","serviceVersion":"1.0","serviceUUID":"6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7","serviceDescription":"service","serviceInvariantUUID":"a557ce90-d26e-4916-8f67-d7c18b5bc81f","resources":[{"resourceInstanceName":"basic_onboard_mkfWrb 0","resourceName":"basic_onboard_mkfWrb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4da17963-f6fe-4a06-a1cf-28c1683ff775","resourceInvariantUUID":"2ceb0d55-3070-48ea-b7db-b80e44673b1f","resourceCustomizationUUID":"73489335-d56b-49a3-a82b-d5323536a156","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml","artifactChecksum":"MWIzNmZhZDgxYWUxYmY5OTRlZmY1MjZmYmVhODBlZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6c71fc5-9271-4697-8f2a-bb39e5497229","artifactVersion":"1"},{"artifactName":"basic_onboard_mkfwrb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json","artifactChecksum":"Y2RjNmMxNjcwNWQ0ZTRhMTFiOGVkYTIwYjA0ZmM2Mzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"51b0f5db-b8c9-4091-b717-045b6fdb4726","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4bff597a-3957-4d08-9cdd-fe06e8d6c81e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6b5b66dd-7d4e-480f-a898-dd1e25a953d5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f23f4220-7324-45dc-9114-0dee4d88dc54","artifactVersion":"2","generatedFromUUID":"4bff597a-3957-4d08-9cdd-fe06e8d6c81e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMkfwrb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml","artifactChecksum":"NDk5YWEyYmEwNTIxODRiZjYxOTkwMjU4MGFmZmVkODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"529037f9-8607-42d8-8455-d4753acbbe18","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMkfwrb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar","artifactChecksum":"ZTg3NzY2ZTQyZTg4ZGQ4YmFmNTc0NDEyYzIwYTJjZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"266e4d29-7a13-482b-b91f-e89bc15d2c3c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-01T04:45:52.087Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:52.088Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:52.090Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:52.090Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:52.190Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:52.191Z||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-10-01T04:45:52.191Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:52.200Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:45:52.200Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:53.090Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:53.091Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:53.093Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:53.093Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:45:53.193Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:53.194Z||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-10-01T04:45:53.194Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:53.203Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:45:53.203Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:54.095Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:54.096Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:54.097Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:54.097Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:45:54.198Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:54.199Z||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-10-01T04:45:54.199Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:54.208Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:45:54.208Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:55.098Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:55.099Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:55.101Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:55.101Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:55.203Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T04:45:55.204Z||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-10-01T04:45:55.204Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:55.218Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:45:55.219Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:56.103Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:56.104Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:56.107Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:56.107Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-01T04:45:56.207Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:56.208Z||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-10-01T04:45:56.208Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:56.218Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:45:56.219Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:57.108Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:57.109Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:57.110Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:57.111Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:45:57.211Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:57.211Z||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-10-01T04:45:57.211Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:57.221Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:45:57.221Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:58.111Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:45:58.112Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:58.113Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:58.114Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:45:58.214Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:58.215Z||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-10-01T04:45:58.215Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:58.225Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:45:58.226Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:45:59.116Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "serviceName": "basic_onboard_mkfWrb",
  "serviceVersion": "1.0",
  "serviceUUID": "6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a557ce90-d26e-4916-8f67-d7c18b5bc81f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_mkfWrb 0",
      "resourceCustomizationUUID": "73489335-d56b-49a3-a82b-d5323536a156",
      "resourceName": "basic_onboard_mkfWrb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4da17963-f6fe-4a06-a1cf-28c1683ff775",
      "resourceInvariantUUID": "2ceb0d55-3070-48ea-b7db-b80e44673b1f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_mkfwrb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
          "artifactChecksum": "Y2RjNmMxNjcwNWQ0ZTRhMTFiOGVkYTIwYjA0ZmM2Mzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "51b0f5db-b8c9-4091-b717-045b6fdb4726",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4bff597a-3957-4d08-9cdd-fe06e8d6c81e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f23f4220-7324-45dc-9114-0dee4d88dc54",
            "generatedFromUUID": "4bff597a-3957-4d08-9cdd-fe06e8d6c81e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f23f4220-7324-45dc-9114-0dee4d88dc54",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMkfwrb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
      "artifactChecksum": "ZTg3NzY2ZTQyZTg4ZGQ4YmFmNTc0NDEyYzIwYTJjZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "266e4d29-7a13-482b-b91f-e89bc15d2c3c"
    }
  ],
  "workloadContext": "Production"
}
2021-10-01T04:45:59.116Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-01T04:45:59.116Z|ac63c509-0d6c-4516-93fe-552fff019be5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7 ASDC
2021-10-01T04:45:59.117Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3441637e-9c53-4bdb-b946-fdb6af09d0a8
ServiceName:basic_onboard_mkfWrb
ServiceVersion:1.0
ServiceUUID:6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7
ServiceInvariantUUID:a557ce90-d26e-4916-8f67-d7c18b5bc81f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMkfwrb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar
ArtifactUUID:266e4d29-7a13-482b-b91f-e89bc15d2c3c
ArtifactChecksum:ZTg3NzY2ZTQyZTg4ZGQ4YmFmNTc0NDEyYzIwYTJjZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mkfWrb 0
ResourceCustomizationUUID:73489335-d56b-49a3-a82b-d5323536a156
ResourceInvariantUUID:2ceb0d55-3070-48ea-b7db-b80e44673b1f
ResourceName:basic_onboard_mkfWrb
ResourceType:VF
ResourceUUID:4da17963-f6fe-4a06-a1cf-28c1683ff775
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mkfwrb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json
ArtifactUUID:51b0f5db-b8c9-4091-b717-045b6fdb4726
ArtifactChecksum:Y2RjNmMxNjcwNWQ0ZTRhMTFiOGVkYTIwYjA0ZmM2Mzg=
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/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4bff597a-3957-4d08-9cdd-fe06e8d6c81e
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/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env
ArtifactUUID:f23f4220-7324-45dc-9114-0dee4d88dc54
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/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env
ArtifactUUID:f23f4220-7324-45dc-9114-0dee4d88dc54
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-01T04:45:59.117Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7 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-10-01T04:45:59.153Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:45:59.154Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-01T04:45:59.154Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-01T04:45:59.154Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 266e4d29-7a13-482b-b91f-e89bc15d2c3c from URL: /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:45:59.154Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:45:59.154Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:45:59.632Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:45:59.639Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar 266e4d29-7a13-482b-b91f-e89bc15d2c3c 71376
2021-10-01T04:45:59.639Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar ASDC sendASDCNotification
2021-10-01T04:45:59.639Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:45:59.639Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:45:59.640Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:45:59.641Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:45:59.641Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063559639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:45:59.741Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:45:59.742Z||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-10-01T04:45:59.742Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:45:59.751Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:45:59.751Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:00.642Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:46:00.643Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-01T04:46:00.643Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 266e4d29-7a13-482b-b91f-e89bc15d2c3c, URL: /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar to file: /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:00.644Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:00.644Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:00.644Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:00.956Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16281466034710404710/Definitions/service-BasicOnboardMkfwrb-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-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||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-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.251Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mkfWrb 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-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:46:02.252Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:02.253Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is not matching search criteria
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T04:46:02.254Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:02.255Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:02.255Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:46:02.255Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:02.255Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:02.255Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:46:02.255Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is not matching search criteria
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-01T04:46:02.256Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d3782257-663d-4887-8b7e-85324b73e579
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:02.257Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:02.258Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_mkfWrb
Description:service
Model UUID:6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7
Model Version:NULL
Model InvariantUuid:a557ce90-d26e-4916-8f67-d7c18b5bc81f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_mkfWrb
Model UUID:92ccaba9-835b-4ace-81cb-70b31a9421d5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2ceb0d55-3070-48ea-b7db-b80e44673b1f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:73489335-d56b-49a3-a82b-d5323536a156
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a1e7e4f7-c979-4204-95c2-4ae322b30f6e
ModelName:BasicOnboardMkfwrb..base_ubuntu18..module-0
ModelUuid:56c69b50-5f8a-4242-b1eb-76312fef313b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d3782257-663d-4887-8b7e-85324b73e579
ModelInvariantUuid:58af745e-7f42-4459-9090-79e7ddf76213
ModelName:basic_onboard_mkfWrb-nodes.ubuntu18Cvfc
ModelUuid:0d00b390-32e7-4a8c-9174-75381be8d770
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4bf1c1a9-58b7-4075-a71d-62dc40faa102
ModelInvariantUuid:5b347555-67da-45d1-ac3a-1d04d23f43d4
ModelName:BasicOnboardMkfwrb.compute.nodes.heat.ubuntu18
ModelUuid:1ebca1d1-c606-446c-a6bd-4c8d9e99a012
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-10-01T04:46:02.263Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4da17963-f6fe-4a06-a1cf-28c1683ff775
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-10-01T04:46:02.265Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||basic_onboard_mkfWrb 0
2021-10-01T04:46:02.265Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4da17963-f6fe-4a06-a1cf-28c1683ff775
2021-10-01T04:46:02.266Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 51b0f5db-b8c9-4091-b717-045b6fdb4726 from URL: /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json
2021-10-01T04:46:02.266Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:46:02.266Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json
2021-10-01T04:46:02.963Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:46:02.964Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json 51b0f5db-b8c9-4091-b717-045b6fdb4726 798
2021-10-01T04:46:02.964Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json ASDC sendASDCNotification
2021-10-01T04:46:02.964Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json
2021-10-01T04:46:02.965Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:46:02.965Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:02.968Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:02.968Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063562964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:46:03.068Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:46:03.069Z||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-10-01T04:46:03.069Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:03.083Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:46:03.084Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:03.968Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMkfwrb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a1e7e4f7-c979-4204-95c2-4ae322b30f6e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56c69b50-5f8a-4242-b1eb-76312fef313b",
    "vfModuleModelCustomizationUUID": "c147679b-e0cd-4de5-88ce-46f1d3625746",
    "isBase": true,
    "artifacts": [
      "4bff597a-3957-4d08-9cdd-fe06e8d6c81e",
      "f23f4220-7324-45dc-9114-0dee4d88dc54"
    ],
    "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-10-01T04:46:03.973Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMkfwrb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56c69b50-5f8a-4242-b1eb-76312fef313b
VfModuleModelInvariantUUID:a1e7e4f7-c979-4204-95c2-4ae322b30f6e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bff597a-3957-4d08-9cdd-fe06e8d6c81e
,
f23f4220-7324-45dc-9114-0dee4d88dc54

}
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-10-01T04:46:03.976Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMkfwrb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a1e7e4f7-c979-4204-95c2-4ae322b30f6e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56c69b50-5f8a-4242-b1eb-76312fef313b",
    "vfModuleModelCustomizationUUID": "c147679b-e0cd-4de5-88ce-46f1d3625746",
    "isBase": true,
    "artifacts": [
      "4bff597a-3957-4d08-9cdd-fe06e8d6c81e",
      "f23f4220-7324-45dc-9114-0dee4d88dc54"
    ],
    "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-10-01T04:46:03.976Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMkfwrb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56c69b50-5f8a-4242-b1eb-76312fef313b
VfModuleModelInvariantUUID:a1e7e4f7-c979-4204-95c2-4ae322b30f6e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4bff597a-3957-4d08-9cdd-fe06e8d6c81e
,
f23f4220-7324-45dc-9114-0dee4d88dc54

}
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-10-01T04:46:03.977Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4bff597a-3957-4d08-9cdd-fe06e8d6c81e from URL: /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml
2021-10-01T04:46:03.977Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:46:03.977Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml
2021-10-01T04:46:04.460Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:46:04.460Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml 4bff597a-3957-4d08-9cdd-fe06e8d6c81e 5033
2021-10-01T04:46:04.460Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-01T04:46:04.460Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml
2021-10-01T04:46:04.460Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:46:04.461Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:04.463Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:04.463Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063564460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:46:04.563Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:46:04.564Z||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-10-01T04:46:04.564Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:04.572Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:46:04.572Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:05.464Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f23f4220-7324-45dc-9114-0dee4d88dc54 from URL: /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env
2021-10-01T04:46:05.464Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-01T04:46:05.465Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env
2021-10-01T04:46:05.589Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-01T04:46:05.589Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env f23f4220-7324-45dc-9114-0dee4d88dc54 909
2021-10-01T04:46:05.589Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-01T04:46:05.590Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env
2021-10-01T04:46:05.590Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:46:05.590Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:05.591Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:05.592Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063565589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:46:05.692Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:46:05.693Z||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-10-01T04:46:05.693Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:05.702Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:46:05.703Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:06.592Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7
2021-10-01T04:46:06.593Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mkfWrb 0 4da17963-f6fe-4a06-a1cf-28c1683ff775 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-10-01T04:46:06.607Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7594f94, org.onap.sdc.toscaparser.api.parameters.Input@578d198d, org.onap.sdc.toscaparser.api.parameters.Input@4cdf376c, org.onap.sdc.toscaparser.api.parameters.Input@11a7edd, org.onap.sdc.toscaparser.api.parameters.Input@4c72a485]
2021-10-01T04:46:06.608Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.609Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.609Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-10-01T04:46:06.609Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 73489335-d56b-49a3-a82b-d5323536a156
2021-10-01T04:46:06.609Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73489335-d56b-49a3-a82b-d5323536a156 matches Tosca VF Customization UUID: 73489335-d56b-49a3-a82b-d5323536a156
2021-10-01T04:46:06.609Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 73489335-d56b-49a3-a82b-d5323536a156  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-10-01T04:46:06.611Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.611Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.612Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 73489335-d56b-49a3-a82b-d5323536a156: {\"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-10-01T04:46:06.612Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a2db5b1
2021-10-01T04:46:06.612Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.612Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T04:46:06.612Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c147679b-e0cd-4de5-88ce-46f1d3625746
2021-10-01T04:46:06.612Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c147679b-e0cd-4de5-88ce-46f1d3625746
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-10-01T04:46:06.614Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.614Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:06.615Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:46:06.615Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.615Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:06.615Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:46:06.615Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.616Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is not matching search criteria
2021-10-01T04:46:06.616Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-01T04:46:06.616Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-01T04:46:06.616Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d3782257-663d-4887-8b7e-85324b73e579
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-10-01T04:46:06.618Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.618Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:06.618Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:46:06.619Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.619Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_mkfWrb 0 is matching search criteria
2021-10-01T04:46:06.619Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_mkfWrb 0] matching following query criteria: sdcType=VF, customizationUUID=73489335-d56b-49a3-a82b-d5323536a156
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-10-01T04:46:06.620Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.620Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7: basic_onboard_mkfWrb
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.621Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.622Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.622Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:46:06.622Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mkfWrb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:46:06.622Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_mkfWrb 
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-10-01T04:46:06.680Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mkfWrb 4da17963-f6fe-4a06-a1cf-28c1683ff775 1 ASDC deployResourceStructure
2021-10-01T04:46:06.680Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json ASDC sendASDCNotification
2021-10-01T04:46:06.680Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json
2021-10-01T04:46:06.680Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:46:06.680Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:06.682Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:06.682Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063566680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T04:46:06.783Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T04:46:06.784Z||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-10-01T04:46:06.784Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:06.794Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:46:06.794Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:07.683Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-01T04:46:07.684Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml
2021-10-01T04:46:07.684Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:46:07.684Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:07.687Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:07.687Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063567683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T04:46:07.787Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:46:07.788Z||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-10-01T04:46:07.789Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:07.798Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:46:07.799Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:08.688Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-01T04:46:08.689Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env
2021-10-01T04:46:08.689Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:46:08.689Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:08.691Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:08.691Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063568688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-01T04:46:08.791Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T04:46:08.792Z||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-10-01T04:46:08.792Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:08.801Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:46:08.802Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:09.692Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar ASDC sendASDCNotification
2021-10-01T04:46:09.693Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar
2021-10-01T04:46:09.693Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:46:09.693Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:09.694Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:09.695Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063569692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:46:09.795Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:46:09.795Z||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-10-01T04:46:09.795Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:09.804Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:46:09.805Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:46:10.695Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3441637e-9c53-4bdb-b946-fdb6af09d0a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:46:10.708Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3441637e-9c53-4bdb-b946-fdb6af09d0a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:46:10.711Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:46:10.712Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-01T04:46:10.717Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-01T04:46:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:46:29.831Z||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-10-01T04:46:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:46:30.453Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:46:30.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac63c509-0d6c-4516-93fe-552fff019be5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063546766,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T04:46:30.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:46:30.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:46:30.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:46:30.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:46:30.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:46:30.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:46:30.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:46:30.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:46:30.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-01T04:46:30.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:46:30.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:46:30.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:46:30.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063547783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063559639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063562964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063564460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063565589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063566680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/basic_onboard_mkfwrb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063567683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T04:46:30.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063568688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/resourceInstances/basic_onboard_mkfwrb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-01T04:46:30.461Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:30.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-01T04:46:30.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063569692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkfwrb/1.0/artifacts/service-BasicOnboardMkfwrb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:46:30.461Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:46:40.718Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3441637e-9c53-4bdb-b946-fdb6af09d0a8 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-10-01T04:46:40.723Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3441637e-9c53-4bdb-b946-fdb6af09d0a8 and serviceModelVersionId: 6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7
2021-10-01T04:46:40.723Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a557ce90-d26e-4916-8f67-d7c18b5bc81f
2021-10-01T04:46:40.724Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a557ce90-d26e-4916-8f67-d7c18b5bc81f/model-vers/model-ver/6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7?depth=0
2021-10-01T04:46:40.729Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-01T04:46:40.774Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a557ce90-d26e-4916-8f67-d7c18b5bc81f/model-vers/model-ver/6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7?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-10-01T04:46:40.775Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a557ce90-d26e-4916-8f67-d7c18b5bc81f/model-vers/model-ver/6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7?depth=0|INFO|500||Invoke
2021-10-01T04:46:40.813Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a557ce90-d26e-4916-8f67-d7c18b5bc81f/model-vers/model-ver/6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-01T04:46:41.127Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a557ce90-d26e-4916-8f67-d7c18b5bc81f/model-vers/model-ver/6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7?depth=0|INFO|500||InvokeReturn
2021-10-01T04:46:41.127Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a557ce90-d26e-4916-8f67-d7c18b5bc81f/model-vers/model-ver/6f3a509a-0f32-4fb0-bd55-e02ae6c63ac7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211001-04:46:40:821-11909], vertex-id=[159824], Content-Length=[0], Date=[Fri, 01 Oct 2021 04:46:40 GMT], Content-Type=[application/json]}
2021-10-01T04:46:41.128Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-01T04:46:41.128Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-01T04:46:41.128Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||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-10-01T04:46:41.132Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-01T04:46:41.133Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3441637e-9c53-4bdb-b946-fdb6af09d0a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-01T04:46:41.133Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-01T04:46:41.134Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:46:41.136Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:46:41.137Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063601133,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T04:46:41.236Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T04:46:41.237Z||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-10-01T04:46:41.238Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:46:41.250Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:46:41.250Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-01T04:46:42.150Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:46:42.150Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:46:42.150Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:46:51.687Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:46:51.688Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:46:51.688Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:46:51.688Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:47:01.224Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:47:01.225Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:47:01.225Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:47:01.225Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:47:10.760Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:47:10.761Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:47:10.761Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:47:10.762Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:47:20.296Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:47:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:47:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:47:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:47:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:47:29.830Z||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-10-01T04:47:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:47:30.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:47:30.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:47:30.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3441637e-9c53-4bdb-b946-fdb6af09d0a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633063601133,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T04:47:30.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:47:39.366Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:48:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:48:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:48:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:48:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:48:29.830Z||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-10-01T04:48:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:48:39.371Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:48:39.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:49:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:49:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:49:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:49:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:49:29.830Z||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-10-01T04:49:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:49:39.366Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:49:39.366Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:50:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:50:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:50:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:50:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:50:29.830Z||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-10-01T04:50:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:50:39.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:50:39.371Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:51:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:51:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:51:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:51:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:51:29.830Z||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-10-01T04:51:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:51:39.368Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:51:39.370Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:52:29.828Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:52:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T04:52:29.829Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:52:29.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:52:29.830Z||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-10-01T04:52:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:52:39.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:52:39.371Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:53:29.828Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:53:29.829Z||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-10-01T04:53:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:53:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:53:29.831Z||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-10-01T04:53:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:53:30.165Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:53:30.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "clamp",
  "timestamp": 1633063991073,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063990546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "policy-id",
  "timestamp": 1633063992656,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "clamp",
  "timestamp": 1633063991073,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633063990546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "policy-id",
  "timestamp": 1633063992656,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "policy-id",
  "timestamp": 1633063999807,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "cds",
  "timestamp": 1633063999552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "policy-id",
  "timestamp": 1633064000810,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:53:30.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:53:30.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "cds",
  "timestamp": 1633063999552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:53:30.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "policy-id",
  "timestamp": 1633064001813,
  "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-10-01T04:53:30.185Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58b8eb35-150e-4907-aebb-9a32905fc0d2
2021-10-01T04:53:30.185Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58b8eb35-150e-4907-aebb-9a32905fc0d2 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-10-01T04:53:30.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "dcae-sch",
  "timestamp": 1633064002652,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "cds",
  "timestamp": 1633064003471,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "dcae-sch",
  "timestamp": 1633064002652,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "cds",
  "timestamp": 1633064004476,
  "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-10-01T04:53:30.199Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58b8eb35-150e-4907-aebb-9a32905fc0d2
2021-10-01T04:53:30.199Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58b8eb35-150e-4907-aebb-9a32905fc0d2 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-10-01T04:53:30.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "clamp",
  "timestamp": 1633064007036,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:53:30.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:53:30.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "aai-ml",
  "timestamp": 1633064006642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064007030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "aai-ml",
  "timestamp": 1633064006642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064007030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "clamp",
  "timestamp": 1633064009037,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:53:30.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:53:30.452Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:53:30.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-01T04:53:30.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"58b8eb35-150e-4907-aebb-9a32905fc0d2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"438e80e5-1367-4359-901c-d5b03b986ab1","serviceDescription":"service","serviceInvariantUUID":"159f479f-4813-40e9-b406-c4ed99618346","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cc7c2552-ae0f-43bf-a0bf-0cbe0368cefc","resourceInvariantUUID":"07f766a6-be50-4522-b518-a5ea143e87af","resourceCustomizationUUID":"614585c0-8349-4664-98ef-9bac079c8e70","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":"MjM5ZGM1OTlhNGI5NjgwMzhhZTE3MmZiYjQxMGEyZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"549d5711-f985-432a-905e-fd5df27d28d0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTJjZDI5YjgxYmE4Mzk4MzZiNzZiM2Q3MDkzZjlhMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c05257fa-5f0d-49df-b108-e2e607845b25","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-01T04:53:30.455Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:53:30.456Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:53:30.458Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:53:30.458Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064009828,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:53:30.558Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:53:30.559Z||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-10-01T04:53:30.559Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:53:30.567Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:53:30.568Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:53:31.459Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:53:31.460Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:53:31.463Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:53:31.463Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064009828,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:53:31.563Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:53:31.564Z||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-10-01T04:53:31.564Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:53:31.572Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:53:31.572Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:53:32.464Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "438e80e5-1367-4359-901c-d5b03b986ab1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "159f479f-4813-40e9-b406-c4ed99618346",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "614585c0-8349-4664-98ef-9bac079c8e70",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "cc7c2552-ae0f-43bf-a0bf-0cbe0368cefc",
      "resourceInvariantUUID": "07f766a6-be50-4522-b518-a5ea143e87af",
      "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": "OTJjZDI5YjgxYmE4Mzk4MzZiNzZiM2Q3MDkzZjlhMWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c05257fa-5f0d-49df-b108-e2e607845b25"
    }
  ],
  "workloadContext": "Production"
}
2021-10-01T04:53:32.464Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-01T04:53:32.464Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 438e80e5-1367-4359-901c-d5b03b986ab1 ASDC
2021-10-01T04:53:32.465Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:58b8eb35-150e-4907-aebb-9a32905fc0d2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:438e80e5-1367-4359-901c-d5b03b986ab1
ServiceInvariantUUID:159f479f-4813-40e9-b406-c4ed99618346
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:c05257fa-5f0d-49df-b108-e2e607845b25
ArtifactChecksum:OTJjZDI5YjgxYmE4Mzk4MzZiNzZiM2Q3MDkzZjlhMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:614585c0-8349-4664-98ef-9bac079c8e70
ResourceInvariantUUID:07f766a6-be50-4522-b518-a5ea143e87af
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:cc7c2552-ae0f-43bf-a0bf-0cbe0368cefc
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-01T04:53:32.465Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 438e80e5-1367-4359-901c-d5b03b986ab1 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-10-01T04:53:32.489Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:53:32.489Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:53:32.489Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:53:32.489Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c05257fa-5f0d-49df-b108-e2e607845b25 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-01T04:53:32.489Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T04:53:32.489Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-01T04:53:32.664Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T04:53:32.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c05257fa-5f0d-49df-b108-e2e607845b25 52178
2021-10-01T04:53:32.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-01T04:53:32.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-01T04:53:32.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:53:32.668Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:53:32.670Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:53:32.670Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064012667,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:53:32.771Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:53:32.771Z||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-10-01T04:53:32.772Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:53:32.780Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:53:32.781Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:53:33.670Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:53:33.671Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:53:33.672Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c05257fa-5f0d-49df-b108-e2e607845b25, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:33.672Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-01T04:53:33.672Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:33.672Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:33.750Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10908517530060722384/Definitions/service-BasicNetwork-template.yml
2021-10-01T04:53:34.160Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-01T04:53:34.160Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T04:53:34.160Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.160Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.161Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.162Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:438e80e5-1367-4359-901c-d5b03b986ab1
Model Version:NULL
Model InvariantUuid:159f479f-4813-40e9-b406-c4ed99618346
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:07f766a6-be50-4522-b518-a5ea143e87af
Model UUID:cceaaaf1-8e03-447d-9a92-63656652801c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:614585c0-8349-4664-98ef-9bac079c8e70
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-10-01T04:53:34.168Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: cc7c2552-ae0f-43bf-a0bf-0cbe0368cefc
2021-10-01T04:53:34.168Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||No resources found for Service: 438e80e5-1367-4359-901c-d5b03b986ab1
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-10-01T04:53:34.171Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||
2021-10-01T04:53:34.171Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-10-01T04:53:34.172Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 438e80e5-1367-4359-901c-d5b03b986ab1
2021-10-01T04:53:34.172Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 438e80e5-1367-4359-901c-d5b03b986ab1
2021-10-01T04:53:34.172Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-10-01T04:53:34.172Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-01T04:53:34.176Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@497812af, org.onap.sdc.toscaparser.api.parameters.Input@60ce29ae, org.onap.sdc.toscaparser.api.parameters.Input@6926fa37, org.onap.sdc.toscaparser.api.parameters.Input@3f535ba9, org.onap.sdc.toscaparser.api.parameters.Input@36b7db86]
2021-10-01T04:53:34.176Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 438e80e5-1367-4359-901c-d5b03b986ab1: Generic NeutronNet
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.177Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-01T04:53:34.201Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.202Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.202Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.202Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.202Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:53:34.202Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:53:34.202Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-01T04:53:34.259Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-10-01T04:53:34.259Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-01T04:53:34.259Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-01T04:53:34.259Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:53:34.259Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:53:34.261Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:53:34.261Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064014259,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:53:34.361Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:53:34.362Z||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-10-01T04:53:34.362Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:53:34.371Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:53:34.372Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:53:35.261Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:53:35.272Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:53:35.274Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:53:35.274Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:53:35.274Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:54:05.274Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:54:05.285Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:54:05.287Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:54:05.287Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:54:05.287Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:54:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:54:29.831Z||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-10-01T04:54:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:54:29.852Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:54:29.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:54:29.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "clamp",
  "timestamp": 1633064010043,
  "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-10-01T04:54:29.860Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58b8eb35-150e-4907-aebb-9a32905fc0d2
2021-10-01T04:54:29.860Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58b8eb35-150e-4907-aebb-9a32905fc0d2 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-10-01T04:54:35.288Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:54:35.300Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:54:35.306Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:54:35.306Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:54:35.306Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:55:05.306Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:55:05.317Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:55:05.319Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:55:05.319Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:55:05.319Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:55:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:55:29.831Z||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-10-01T04:55:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:55:29.851Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:55:29.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:55:29.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "aai-ml",
  "timestamp": 1633064010145,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:55:29.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:55:35.319Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:55:35.331Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:55:35.333Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:55:35.333Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:55:35.333Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:56:05.334Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:56:05.344Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:56:05.347Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:56:05.347Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:56:05.347Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:56:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:56:29.831Z||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-10-01T04:56:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:56:30.353Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:56:30.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064009828,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:56:30.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:56:30.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064009828,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:56:30.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064012667,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "aai-ml",
  "timestamp": 1633064012897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "aai-ml",
  "timestamp": 1633064013902,
  "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-10-01T04:56:30.363Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58b8eb35-150e-4907-aebb-9a32905fc0d2
2021-10-01T04:56:30.363Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58b8eb35-150e-4907-aebb-9a32905fc0d2 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-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064014259,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064015455,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064015455,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:56:30.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064018232,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064019661,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:56:30.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064020665,
  "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-10-01T04:56:30.379Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58b8eb35-150e-4907-aebb-9a32905fc0d2
2021-10-01T04:56:30.379Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58b8eb35-150e-4907-aebb-9a32905fc0d2 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-10-01T04:56:35.348Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:56:35.362Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:56:35.366Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:56:35.366Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-01T04:56:35.366Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-01T04:56:35.366Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-01T04:56:35.366Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:56:35.367Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:56:35.367Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:56:35.367Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:56:35.367Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:56:35.367Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:56:35.367Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|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-10-01T04:56:35.372Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-01T04:57:05.372Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2 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-10-01T04:57:05.378Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58b8eb35-150e-4907-aebb-9a32905fc0d2 and serviceModelVersionId: 438e80e5-1367-4359-901c-d5b03b986ab1
2021-10-01T04:57:05.378Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 159f479f-4813-40e9-b406-c4ed99618346
2021-10-01T04:57:05.379Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0
2021-10-01T04:57:05.386Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-01T04:57:05.428Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0|INFO|500||Invoke
2021-10-01T04:57:05.429Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58b8eb35-150e-4907-aebb-9a32905fc0d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4a8282b0-044c-4116-bfb1-c8477fa8a06d], X-ECOMP-RequestID=[58b8eb35-150e-4907-aebb-9a32905fc0d2], X-TransactionId=[], X-ONAP-RequestID=[58b8eb35-150e-4907-aebb-9a32905fc0d2], Content-Type=[application/merge-patch+json]}
2021-10-01T04:57:05.455Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-01T04:57:05.662Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?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/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211001-04:57:05:460-2621], vertex-id=[450656], Content-Length=[0], Date=[Fri, 01 Oct 2021 04:57:05 GMT], Content-Type=[application/json]}
2021-10-01T04:57:05.663Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-01T04:57:05.663Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/159f479f-4813-40e9-b406-c4ed99618346/model-vers/model-ver/438e80e5-1367-4359-901c-d5b03b986ab1?depth=0|INFO|500||InvokeReturn
2021-10-01T04:57:05.663Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-01T04:57:05.663Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|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-10-01T04:57:05.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|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-10-01T04:57:05.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58b8eb35-150e-4907-aebb-9a32905fc0d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-01T04:57:05.667Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-01T04:57:05.668Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:05.669Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:05.669Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064225667,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T04:57:05.770Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:05.770Z||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-10-01T04:57:05.771Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:05.783Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:05.783Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-01T04:57:06.680Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:57:06.680Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|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-10-01T04:57:06.681Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:57:16.854Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:16.854Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:57:16.855Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|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-10-01T04:57:16.855Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:57:26.387Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:26.388Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:57:26.388Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|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-10-01T04:57:26.388Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:57:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:57:29.831Z||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-10-01T04:57:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:57:30.450Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:30.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:57:30.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58b8eb35-150e-4907-aebb-9a32905fc0d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064225667,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T04:57:30.451Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:57:35.917Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:35.918Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:57:35.919Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|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-10-01T04:57:35.919Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:57:45.388Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:45.390Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-01T04:57:45.390Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6fa4f19-9cbf-489a-b81e-c5a248c1342c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6b78f06b-2d9e-4308-a816-ed0edf32e4a9","serviceDescription":"service","serviceInvariantUUID":"cbac1ec1-550a-4391-917c-b7d97b2722f2","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7313664e-db07-4099-bf84-ef7730ee7125","resourceInvariantUUID":"95f7bc35-7088-4a97-bfce-544e27faac4e","resourceCustomizationUUID":"3c039aef-4fa7-40f5-affa-982ce7e9e153","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":"NjNkNDBjNzFiZjEwZmMzNmYwZWZhZjMxYmQ2ZDlkYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"728f12af-0799-4059-9e6f-77a3bbe4b22b","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":"YmEzNTA0NjY3MzAzNjViNDkzMmVmMTI3ZjJlNjhjYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5c74739a-c688-4bd6-b90f-fb3eb8c15879","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":"3956a269-4a21-4c8c-8b89-49f3cc78c68e","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":"4d1b43d2-453a-4c26-9102-a991f1a33546","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":"adeb17b1-2e09-4717-b4eb-38a9b0e77b8c","artifactVersion":"2","generatedFromUUID":"3956a269-4a21-4c8c-8b89-49f3cc78c68e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDc4NTE5ZmE5MDIzYTg3YTQ4YjlmNjZkMzViNjljNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4839911-5fd2-41b3-ab0f-8da231f5eddc","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGZlNDE3MjZiZTc3ZGU3Zjc2ZGM1NDNlNzczYjZkOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92092867-cfc7-4d89-8dc2-ca1076a364e4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-01T04:57:45.393Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:45.393Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:45.395Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:45.395Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:57:45.496Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:45.497Z||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-10-01T04:57:45.497Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:45.508Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:45.509Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:46.396Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:46.397Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:46.398Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:46.398Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:57:46.498Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:46.499Z||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-10-01T04:57:46.499Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:46.507Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:46.507Z||pool-41-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:47.399Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:47.399Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:47.401Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:47.401Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:57:47.501Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:47.502Z||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-10-01T04:57:47.502Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:47.511Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:47.511Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:48.402Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:48.402Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:48.404Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:48.404Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:57:48.504Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:48.505Z||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-10-01T04:57:48.505Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:48.513Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:48.513Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:49.404Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:49.405Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:49.407Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:49.408Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-01T04:57:49.508Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:49.509Z||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-10-01T04:57:49.509Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:49.517Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:49.518Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:50.408Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:50.409Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:50.411Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:50.411Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:57:50.512Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:50.512Z||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-10-01T04:57:50.512Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:50.520Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:50.520Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:51.412Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:57:51.413Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:51.415Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:51.415Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:57:51.515Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:51.516Z||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-10-01T04:57:51.516Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:51.524Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:51.524Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:52.417Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "6b78f06b-2d9e-4308-a816-ed0edf32e4a9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cbac1ec1-550a-4391-917c-b7d97b2722f2",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3c039aef-4fa7-40f5-affa-982ce7e9e153",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7313664e-db07-4099-bf84-ef7730ee7125",
      "resourceInvariantUUID": "95f7bc35-7088-4a97-bfce-544e27faac4e",
      "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": "YmEzNTA0NjY3MzAzNjViNDkzMmVmMTI3ZjJlNjhjYmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5c74739a-c688-4bd6-b90f-fb3eb8c15879",
          "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": "3956a269-4a21-4c8c-8b89-49f3cc78c68e",
          "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": "adeb17b1-2e09-4717-b4eb-38a9b0e77b8c",
            "generatedFromUUID": "3956a269-4a21-4c8c-8b89-49f3cc78c68e"
          },
          "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": "adeb17b1-2e09-4717-b4eb-38a9b0e77b8c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZGZlNDE3MjZiZTc3ZGU3Zjc2ZGM1NDNlNzczYjZkOTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92092867-cfc7-4d89-8dc2-ca1076a364e4"
    }
  ],
  "workloadContext": "Production"
}
2021-10-01T04:57:52.417Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-01T04:57:52.417Z|58b8eb35-150e-4907-aebb-9a32905fc0d2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b78f06b-2d9e-4308-a816-ed0edf32e4a9 ASDC
2021-10-01T04:57:52.418Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f6fa4f19-9cbf-489a-b81e-c5a248c1342c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:6b78f06b-2d9e-4308-a816-ed0edf32e4a9
ServiceInvariantUUID:cbac1ec1-550a-4391-917c-b7d97b2722f2
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:92092867-cfc7-4d89-8dc2-ca1076a364e4
ArtifactChecksum:ZGZlNDE3MjZiZTc3ZGU3Zjc2ZGM1NDNlNzczYjZkOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3c039aef-4fa7-40f5-affa-982ce7e9e153
ResourceInvariantUUID:95f7bc35-7088-4a97-bfce-544e27faac4e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7313664e-db07-4099-bf84-ef7730ee7125
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:5c74739a-c688-4bd6-b90f-fb3eb8c15879
ArtifactChecksum:YmEzNTA0NjY3MzAzNjViNDkzMmVmMTI3ZjJlNjhjYmY=
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:3956a269-4a21-4c8c-8b89-49f3cc78c68e
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:adeb17b1-2e09-4717-b4eb-38a9b0e77b8c
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:adeb17b1-2e09-4717-b4eb-38a9b0e77b8c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-01T04:57:52.418Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b78f06b-2d9e-4308-a816-ed0edf32e4a9 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-10-01T04:57:52.449Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:57:52.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:57:52.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:57:52.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 92092867-cfc7-4d89-8dc2-ca1076a364e4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-01T04:57:52.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T04:57:52.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-01T04:57:53.159Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T04:57:53.165Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 92092867-cfc7-4d89-8dc2-ca1076a364e4 70854
2021-10-01T04:57:53.166Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-01T04:57:53.166Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-01T04:57:53.166Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:57:53.166Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:53.169Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:53.169Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064273166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:57:53.269Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:53.270Z||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-10-01T04:57:53.270Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:53.279Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:53.279Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:54.169Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:57:54.170Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:57:54.170Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 92092867-cfc7-4d89-8dc2-ca1076a364e4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:54.171Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-01T04:57:54.171Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:54.171Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:54.319Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17309312888454865807/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-10-01T04:57:55.326Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-01T04:57:55.326Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T04:57:55.326Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:55.326Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-01T04:57:55.326Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:55.326Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:55.327Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-01T04:57:55.328Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T04:57:55.328Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:57:55.328Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:57:55.328Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:57:55.328Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T04:57:55.329Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:57:55.329Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:57:55.329Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:57:55.329Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:57:55.329Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T04:57:55.330Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:57:55.330Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:57:55.330Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:57:55.330Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:57:55.331Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-01T04:57:55.331Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-01T04:57:55.331Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-01T04:57:55.331Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-01T04:57:55.331Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-01T04:57:55.332Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-01T04:57:55.332Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:57:55.332Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T04:57:55.332Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:57:55.332Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:57:55.332Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:57:55.333Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:57:55.333Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:57:55.333Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:57:55.333Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:57:55.334Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:57:55.334Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:57:55.334Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:57:55.334Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-01T04:57:55.334Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-01T04:57:55.335Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-01T04:57:55.335Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=208daa5d-3941-43c0-8207-32a92c878d43
2021-10-01T04:57:55.335Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:57:55.335Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:57:55.335Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:57:55.336Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:57:55.336Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:57:55.336Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:57:55.336Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:57:55.336Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:57:55.336Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:6b78f06b-2d9e-4308-a816-ed0edf32e4a9
Model Version:NULL
Model InvariantUuid:cbac1ec1-550a-4391-917c-b7d97b2722f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f90eb507-1e14-45a2-82bf-26519dd68e61
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:95f7bc35-7088-4a97-bfce-544e27faac4e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3c039aef-4fa7-40f5-affa-982ce7e9e153
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c0ac7cda-7074-4abb-b9bd-da74ffe1933c
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9abd1d44-e6f0-4a0d-a629-684973a3cdd7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:208daa5d-3941-43c0-8207-32a92c878d43
ModelInvariantUuid:b19c3413-e76b-4e99-ad11-22976c3ac6c6
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c06a2eaa-0364-4899-94cc-15b75ad64fd6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9d664baa-3c87-4af3-9f07-86d61efe55d5
ModelInvariantUuid:f596faa2-e149-44f7-ba1d-ec6c74ea4982
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:9f917027-f2b0-41aa-bc99-0a27c7da0f5f
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-10-01T04:57:55.342Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7313664e-db07-4099-bf84-ef7730ee7125
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-10-01T04:57:55.344Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-10-01T04:57:55.344Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7313664e-db07-4099-bf84-ef7730ee7125
2021-10-01T04:57:55.344Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5c74739a-c688-4bd6-b90f-fb3eb8c15879 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-01T04:57:55.344Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T04:57:55.345Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-01T04:57:55.910Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T04:57:55.911Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 5c74739a-c688-4bd6-b90f-fb3eb8c15879 787
2021-10-01T04:57:55.911Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-01T04:57:55.911Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-01T04:57:55.911Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:57:55.912Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:55.914Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:55.914Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064275911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:57:56.014Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:56.015Z||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-10-01T04:57:56.015Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:56.023Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:56.023Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:56.915Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c0ac7cda-7074-4abb-b9bd-da74ffe1933c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9abd1d44-e6f0-4a0d-a629-684973a3cdd7",
    "vfModuleModelCustomizationUUID": "bc56cc24-4003-4bc8-9a1d-14da7082a747",
    "isBase": true,
    "artifacts": [
      "3956a269-4a21-4c8c-8b89-49f3cc78c68e",
      "adeb17b1-2e09-4717-b4eb-38a9b0e77b8c"
    ],
    "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-10-01T04:57:56.917Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9abd1d44-e6f0-4a0d-a629-684973a3cdd7
VfModuleModelInvariantUUID:c0ac7cda-7074-4abb-b9bd-da74ffe1933c
VfModuleModelDescription:NULL
Artifacts UUID List:{
3956a269-4a21-4c8c-8b89-49f3cc78c68e
,
adeb17b1-2e09-4717-b4eb-38a9b0e77b8c

}
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-10-01T04:57:56.918Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c0ac7cda-7074-4abb-b9bd-da74ffe1933c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9abd1d44-e6f0-4a0d-a629-684973a3cdd7",
    "vfModuleModelCustomizationUUID": "bc56cc24-4003-4bc8-9a1d-14da7082a747",
    "isBase": true,
    "artifacts": [
      "3956a269-4a21-4c8c-8b89-49f3cc78c68e",
      "adeb17b1-2e09-4717-b4eb-38a9b0e77b8c"
    ],
    "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-10-01T04:57:56.919Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9abd1d44-e6f0-4a0d-a629-684973a3cdd7
VfModuleModelInvariantUUID:c0ac7cda-7074-4abb-b9bd-da74ffe1933c
VfModuleModelDescription:NULL
Artifacts UUID List:{
3956a269-4a21-4c8c-8b89-49f3cc78c68e
,
adeb17b1-2e09-4717-b4eb-38a9b0e77b8c

}
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-10-01T04:57:56.919Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3956a269-4a21-4c8c-8b89-49f3cc78c68e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-01T04:57:56.919Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T04:57:56.919Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-01T04:57:57.418Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T04:57:57.418Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3956a269-4a21-4c8c-8b89-49f3cc78c68e 5033
2021-10-01T04:57:57.419Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-01T04:57:57.419Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-01T04:57:57.419Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:57:57.419Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:57.421Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:57.421Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064277419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:57:57.521Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:57.522Z||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-10-01T04:57:57.522Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:57.531Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:57.532Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:57:58.421Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: adeb17b1-2e09-4717-b4eb-38a9b0e77b8c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-01T04:57:58.422Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T04:57:58.422Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-01T04:57:59.420Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T04:57:59.420Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env adeb17b1-2e09-4717-b4eb-38a9b0e77b8c 903
2021-10-01T04:57:59.421Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-01T04:57:59.421Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-01T04:57:59.421Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:57:59.421Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:57:59.423Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:57:59.423Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064279421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:57:59.523Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:57:59.524Z||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-10-01T04:57:59.524Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:57:59.534Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:57:59.534Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-01T04:58:00.424Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6b78f06b-2d9e-4308-a816-ed0edf32e4a9
2021-10-01T04:58:00.424Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7313664e-db07-4099-bf84-ef7730ee7125 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-10-01T04:58:00.438Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@109af5b3, org.onap.sdc.toscaparser.api.parameters.Input@9a6730a, org.onap.sdc.toscaparser.api.parameters.Input@524a8e2d, org.onap.sdc.toscaparser.api.parameters.Input@32322d31, org.onap.sdc.toscaparser.api.parameters.Input@754271a9]
2021-10-01T04:58:00.441Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.441Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:58:00.441Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-10-01T04:58:00.441Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3c039aef-4fa7-40f5-affa-982ce7e9e153
2021-10-01T04:58:00.441Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c039aef-4fa7-40f5-affa-982ce7e9e153 matches Tosca VF Customization UUID: 3c039aef-4fa7-40f5-affa-982ce7e9e153
2021-10-01T04:58:00.442Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3c039aef-4fa7-40f5-affa-982ce7e9e153  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-10-01T04:58:00.444Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.444Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:58:00.444Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3c039aef-4fa7-40f5-affa-982ce7e9e153: {\"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-10-01T04:58:00.444Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a0341b0
2021-10-01T04:58:00.444Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.444Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T04:58:00.445Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bc56cc24-4003-4bc8-9a1d-14da7082a747
2021-10-01T04:58:00.445Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bc56cc24-4003-4bc8-9a1d-14da7082a747
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-10-01T04:58:00.447Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.447Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:58:00.447Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:58:00.447Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.447Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:58:00.447Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:58:00.447Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.448Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-01T04:58:00.448Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-01T04:58:00.448Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-01T04:58:00.448Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=208daa5d-3941-43c0-8207-32a92c878d43
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-10-01T04:58:00.449Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:58:00.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:58:00.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-01T04:58:00.450Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3c039aef-4fa7-40f5-affa-982ce7e9e153
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-10-01T04:58:00.451Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.451Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:58:00.452Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6b78f06b-2d9e-4308-a816-ed0edf32e4a9: basic_vm
2021-10-01T04:58:00.452Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.452Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:58:00.452Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.452Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:58:00.452Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.452Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:58:00.452Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.452Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:58:00.452Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:58:00.452Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:58:00.452Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:58:00.520Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7313664e-db07-4099-bf84-ef7730ee7125 1 ASDC deployResourceStructure
2021-10-01T04:58:00.521Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-01T04:58:00.521Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-01T04:58:00.521Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:58:00.521Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:58:00.523Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:58:00.523Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064280521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:00.623Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:58:00.624Z||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-10-01T04:58:00.624Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:58:00.633Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:58:00.634Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:58:01.525Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-01T04:58:01.525Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-01T04:58:01.526Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:58:01.526Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:58:01.528Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:58:01.528Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064281523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:01.628Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:58:01.629Z||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-10-01T04:58:01.629Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:58:01.637Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:58:01.638Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:58:02.529Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-01T04:58:02.529Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-01T04:58:02.529Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:58:02.529Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:58:02.531Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:58:02.531Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064282529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:02.632Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T04:58:02.632Z||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-10-01T04:58:02.632Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:58:02.640Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:58:02.641Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:58:03.532Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-01T04:58:03.532Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-01T04:58:03.532Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:58:03.533Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:58:03.534Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:58:03.534Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064283532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:03.634Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:58:03.635Z||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-10-01T04:58:03.635Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:58:03.644Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:58:03.644Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:58:04.534Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6fa4f19-9cbf-489a-b81e-c5a248c1342c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:58:04.545Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6fa4f19-9cbf-489a-b81e-c5a248c1342c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:58:04.547Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:58:04.547Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:58:04.548Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:58:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:58:29.831Z||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-10-01T04:58:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:58:29.959Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:58:30.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "clamp",
  "timestamp": 1633064261073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064255455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "dcae-sch",
  "timestamp": 1633064262652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "clamp",
  "timestamp": 1633064261073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064255455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "dcae-sch",
  "timestamp": 1633064262652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064255455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "clamp",
  "timestamp": 1633064261073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "dcae-sch",
  "timestamp": 1633064262652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064255455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "clamp",
  "timestamp": 1633064261073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "dcae-sch",
  "timestamp": 1633064262652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064255455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "clamp",
  "timestamp": 1633064261073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "dcae-sch",
  "timestamp": 1633064262652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064255455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "clamp",
  "timestamp": 1633064261073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "dcae-sch",
  "timestamp": 1633064262652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064255455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "clamp",
  "timestamp": 1633064261073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064255918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "dcae-sch",
  "timestamp": 1633064262652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064273052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064273166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064275056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064275210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064275911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064276058,
  "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-10-01T04:58:30.447Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6fa4f19-9cbf-489a-b81e-c5a248c1342c
2021-10-01T04:58:30.447Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6fa4f19-9cbf-489a-b81e-c5a248c1342c 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-10-01T04:58:30.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064276830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064277419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "cds",
  "timestamp": 1633064277820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "clamp",
  "timestamp": 1633064278067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064278526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "cds",
  "timestamp": 1633064278825,
  "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-10-01T04:58:30.462Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6fa4f19-9cbf-489a-b81e-c5a248c1342c
2021-10-01T04:58:30.462Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6fa4f19-9cbf-489a-b81e-c5a248c1342c 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-10-01T04:58:30.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064279421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.470Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064279642,
  "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-10-01T04:58:30.474Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6fa4f19-9cbf-489a-b81e-c5a248c1342c
2021-10-01T04:58:30.474Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6fa4f19-9cbf-489a-b81e-c5a248c1342c 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-10-01T04:58:30.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "clamp",
  "timestamp": 1633064280074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064280521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064280646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "clamp",
  "timestamp": 1633064281077,
  "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-10-01T04:58:30.489Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f6fa4f19-9cbf-489a-b81e-c5a248c1342c
2021-10-01T04:58:30.489Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6fa4f19-9cbf-489a-b81e-c5a248c1342c 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-10-01T04:58:30.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064281523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "policy-id",
  "timestamp": 1633064281648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064282529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "policy-id",
  "timestamp": 1633064282652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "dcae-sch",
  "timestamp": 1633064282652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064283532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "policy-id",
  "timestamp": 1633064283654,
  "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-10-01T04:58:30.508Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6fa4f19-9cbf-489a-b81e-c5a248c1342c
2021-10-01T04:58:30.508Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6fa4f19-9cbf-489a-b81e-c5a248c1342c 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-10-01T04:58:30.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "dcae-sch",
  "timestamp": 1633064282652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "aai-ml",
  "timestamp": 1633064284674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064270546,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "dcae-sch",
  "timestamp": 1633064282652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064285455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "dcae-sch",
  "timestamp": 1633064282652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064285455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "cds",
  "timestamp": 1633064269552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "dcae-sch",
  "timestamp": 1633064282652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064285455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "dcae-sch",
  "timestamp": 1633064282652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "cds",
  "timestamp": 1633064288342,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.520Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064285455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064267030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "dcae-sch",
  "timestamp": 1633064282652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "cds",
  "timestamp": 1633064289347,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:58:30.535Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
2021-10-01T04:58:30.535Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7de9daf7-a6d1-4864-86f3-17d24b46a3cb 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-10-01T04:58:30.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064285455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "dcae-sch",
  "timestamp": 1633064282652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064285455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "cds",
  "timestamp": 1633064290350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064290546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064291322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.547Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064285455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "policy-id",
  "timestamp": 1633064272656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "cds",
  "timestamp": 1633064290350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064290546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "aai-ml",
  "timestamp": 1633064292320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064285455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "cds",
  "timestamp": 1633064290350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064290546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "aai-ml",
  "timestamp": 1633064293323,
  "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-10-01T04:58:30.555Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6fa4f19-9cbf-489a-b81e-c5a248c1342c
2021-10-01T04:58:30.556Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6fa4f19-9cbf-489a-b81e-c5a248c1342c 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-10-01T04:58:30.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064293361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.565Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "policy-id",
  "timestamp": 1633064293370,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.565Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "dcae-sch",
  "timestamp": 1633064293883,
  "artifactURL": "/sdc/v1/catalog/services/6a814174-1c77-4fee-b840-70594c8fd02b/resourceInstances/basicclamp0/artifacts/c39907e8-4cd0-4545-9035-ae2ecbd40685",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064293919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "cds",
  "timestamp": 1633064290350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064290546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "policy-id",
  "timestamp": 1633064294373,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064294710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "cds",
  "timestamp": 1633064290350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "dcae-sch",
  "timestamp": 1633064295119,
  "artifactURL": "/sdc/v1/catalog/services/6a814174-1c77-4fee-b840-70594c8fd02b/resourceInstances/basicclamp0/artifacts/c39907e8-4cd0-4545-9035-ae2ecbd40685",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064290546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "policy-id",
  "timestamp": 1633064295376,
  "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-10-01T04:58:30.573Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
2021-10-01T04:58:30.573Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7de9daf7-a6d1-4864-86f3-17d24b46a3cb 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-10-01T04:58:30.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064295722,
  "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-10-01T04:58:30.593Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
2021-10-01T04:58:30.594Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7de9daf7-a6d1-4864-86f3-17d24b46a3cb 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-10-01T04:58:30.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064295893,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "cds",
  "timestamp": 1633064290350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "dcae-sch",
  "timestamp": 1633064296123,
  "artifactURL": "/sdc/v1/catalog/services/6a814174-1c77-4fee-b840-70594c8fd02b/resourceInstances/basicclamp0/artifacts/c39907e8-4cd0-4545-9035-ae2ecbd40685",
  "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-10-01T04:58:30.605Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
2021-10-01T04:58:30.605Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7de9daf7-a6d1-4864-86f3-17d24b46a3cb 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-10-01T04:58:30.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064290546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064296724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064296897,
  "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-10-01T04:58:30.619Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
2021-10-01T04:58:30.620Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7de9daf7-a6d1-4864-86f3-17d24b46a3cb 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-10-01T04:58:30.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "cds",
  "timestamp": 1633064290350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "policy-id",
  "timestamp": 1633064296378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064290546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "cds",
  "timestamp": 1633064290350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "policy-id",
  "timestamp": 1633064296378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064290546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064297727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "policy-id",
  "timestamp": 1633064296378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064297727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "cds",
  "timestamp": 1633064299441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "policy-id",
  "timestamp": 1633064296378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064297727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "policy-id",
  "timestamp": 1633064296378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "aai-ml",
  "timestamp": 1633064276642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064297727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "cds",
  "timestamp": 1633064301483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:58:30.643Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f9a19e7-1a4a-4545-9e2b-486f13f8366e
2021-10-01T04:58:30.643Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f9a19e7-1a4a-4545-9e2b-486f13f8366e 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-10-01T04:58:30.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "policy-id",
  "timestamp": 1633064296378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064297727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "policy-id",
  "timestamp": 1633064296378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "dcae-sch",
  "timestamp": 1633064302652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064297727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "aai-ml",
  "timestamp": 1633064303745,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "policy-id",
  "timestamp": 1633064296378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "dcae-sch",
  "timestamp": 1633064302652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064297727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "dcae-sch",
  "timestamp": 1633064302652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064297727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "policy-id",
  "timestamp": 1633064305476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "dcae-sch",
  "timestamp": 1633064302652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "policy-id",
  "timestamp": 1633064306480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:58:30.653Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064306835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.653Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "dcae-sch",
  "timestamp": 1633064302652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "policy-id",
  "timestamp": 1633064307483,
  "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-10-01T04:58:30.658Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f9a19e7-1a4a-4545-9e2b-486f13f8366e
2021-10-01T04:58:30.658Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f9a19e7-1a4a-4545-9e2b-486f13f8366e 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-10-01T04:58:30.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "dcae-sch",
  "timestamp": 1633064302652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:30.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064309144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:58:30.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T04:58:30.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:58:30.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "dcae-sch",
  "timestamp": 1633064302652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:58:30.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:58:34.548Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6fa4f19-9cbf-489a-b81e-c5a248c1342c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:58:34.557Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6fa4f19-9cbf-489a-b81e-c5a248c1342c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:58:34.560Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:58:34.560Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-01T04:58:34.560Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-01T04:58:34.560Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-01T04:58:34.560Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:58:34.560Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:58:34.560Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:58:34.560Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:58:34.561Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:58:34.561Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T04:58:34.561Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|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-10-01T04:58:34.566Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-01T04:59:04.567Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6fa4f19-9cbf-489a-b81e-c5a248c1342c 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-10-01T04:59:04.571Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6fa4f19-9cbf-489a-b81e-c5a248c1342c and serviceModelVersionId: 6b78f06b-2d9e-4308-a816-ed0edf32e4a9
2021-10-01T04:59:04.571Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cbac1ec1-550a-4391-917c-b7d97b2722f2
2021-10-01T04:59:04.572Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cbac1ec1-550a-4391-917c-b7d97b2722f2/model-vers/model-ver/6b78f06b-2d9e-4308-a816-ed0edf32e4a9?depth=0
2021-10-01T04:59:04.577Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-01T04:59:04.608Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cbac1ec1-550a-4391-917c-b7d97b2722f2/model-vers/model-ver/6b78f06b-2d9e-4308-a816-ed0edf32e4a9?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-10-01T04:59:04.608Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cbac1ec1-550a-4391-917c-b7d97b2722f2/model-vers/model-ver/6b78f06b-2d9e-4308-a816-ed0edf32e4a9?depth=0|INFO|500||Invoke
2021-10-01T04:59:04.634Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cbac1ec1-550a-4391-917c-b7d97b2722f2/model-vers/model-ver/6b78f06b-2d9e-4308-a816-ed0edf32e4a9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-01T04:59:04.961Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cbac1ec1-550a-4391-917c-b7d97b2722f2/model-vers/model-ver/6b78f06b-2d9e-4308-a816-ed0edf32e4a9?depth=0|INFO|500||InvokeReturn
2021-10-01T04:59:04.961Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cbac1ec1-550a-4391-917c-b7d97b2722f2/model-vers/model-ver/6b78f06b-2d9e-4308-a816-ed0edf32e4a9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211001-04:59:04:640-41220], vertex-id=[184320], Content-Length=[0], Date=[Fri, 01 Oct 2021 04:59:04 GMT], Content-Type=[application/json]}
2021-10-01T04:59:04.961Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-01T04:59:04.962Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-01T04:59:04.962Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|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-10-01T04:59:04.967Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|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-10-01T04:59:04.967Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6fa4f19-9cbf-489a-b81e-c5a248c1342c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-01T04:59:04.968Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-01T04:59:04.968Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:04.970Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:04.970Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064344967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T04:59:05.070Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:05.071Z||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-10-01T04:59:05.071Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:05.084Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:05.084Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-01T04:59:05.982Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:59:05.983Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|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-10-01T04:59:05.983Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|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 UpCER7T8omn8FsUw) ...
2021-10-01T04:59:06.601Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:06.601Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-01T04:59:06.601Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7de9daf7-a6d1-4864-86f3-17d24b46a3cb","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"6a814174-1c77-4fee-b840-70594c8fd02b","serviceDescription":"service","serviceInvariantUUID":"c3161f18-fa6b-4c17-b104-1a0eb74f97e2","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12cc4acf-c4eb-4d53-a3a1-eb4b5d2b7e41","resourceInvariantUUID":"2d0e35f0-7236-410f-90c8-e5161f723282","resourceCustomizationUUID":"fc19f170-ec6d-47dd-88c8-db8cf731c169","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c39907e8-4cd0-4545-9035-ae2ecbd40685","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":"YTU2YjkzZjJkNjIyMDQ5M2VkYTk2OGIzY2FkN2JkZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f4dbffc-6f4c-455b-b6c9-ba2733a441f7","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":"N2E3NTU5MjQwNTEwY2FkMTVlM2E4MGZhYzYxNGFiYjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fbc9c051-0f59-4e4a-90a3-92ad47e49ae9","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":"eea43e4e-078d-497e-8afc-c2f0012f466d","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":"d58c4ae5-2702-4218-898b-74334b8b190b","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":"08ff7100-01b5-4afb-8097-66c3ae753766","artifactVersion":"2","generatedFromUUID":"eea43e4e-078d-497e-8afc-c2f0012f466d"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Y2E2MzllMmU2OTAxMTRlMzBiZmQwYzQzY2M5ODRjY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e7d25f2-7a23-457f-b19b-d045916b752d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NGFjNzdlYmJjZTA3MTBhNjM4MTAyYzAxZWE4NWJjZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"539d842d-0770-431a-93d4-3d2d0810766e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-01T04:59:06.603Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:59:06.603Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:06.605Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:06.605Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:59:06.705Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:06.706Z||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-10-01T04:59:06.706Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:06.715Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:06.715Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:07.605Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:59:07.606Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:07.608Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:07.608Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:59:07.709Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:07.709Z||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-10-01T04:59:07.709Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:07.718Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:07.719Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:08.609Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:59:08.610Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:08.612Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:08.612Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T04:59:08.712Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:08.713Z||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-10-01T04:59:08.713Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:08.721Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:08.721Z||pool-58-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:09.613Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:59:09.614Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:09.616Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:09.616Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-01T04:59:09.716Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:09.717Z||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-10-01T04:59:09.717Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:09.725Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:09.726Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:10.617Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:59:10.618Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:10.619Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:10.619Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:59:10.720Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:10.720Z||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-10-01T04:59:10.720Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:10.729Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:10.729Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-10-01T04:59:11.620Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:59:11.621Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:11.622Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:11.622Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-01T04:59:11.722Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:11.723Z||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-10-01T04:59:11.723Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:11.732Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:11.732Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:12.622Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:59:12.623Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:12.626Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:12.626Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:59:12.726Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:12.727Z||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-10-01T04:59:12.727Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:12.736Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:12.736Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:13.626Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T04:59:13.627Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:13.629Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:13.629Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T04:59:13.729Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:13.730Z||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-10-01T04:59:13.730Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:13.739Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:13.739Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:14.630Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "6a814174-1c77-4fee-b840-70594c8fd02b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c3161f18-fa6b-4c17-b104-1a0eb74f97e2",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "fc19f170-ec6d-47dd-88c8-db8cf731c169",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "12cc4acf-c4eb-4d53-a3a1-eb4b5d2b7e41",
      "resourceInvariantUUID": "2d0e35f0-7236-410f-90c8-e5161f723282",
      "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": "N2E3NTU5MjQwNTEwY2FkMTVlM2E4MGZhYzYxNGFiYjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fbc9c051-0f59-4e4a-90a3-92ad47e49ae9",
          "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": "eea43e4e-078d-497e-8afc-c2f0012f466d",
          "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": "08ff7100-01b5-4afb-8097-66c3ae753766",
            "generatedFromUUID": "eea43e4e-078d-497e-8afc-c2f0012f466d"
          },
          "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": "08ff7100-01b5-4afb-8097-66c3ae753766",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NGFjNzdlYmJjZTA3MTBhNjM4MTAyYzAxZWE4NWJjZmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "539d842d-0770-431a-93d4-3d2d0810766e"
    }
  ],
  "workloadContext": "Production"
}
2021-10-01T04:59:14.631Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-01T04:59:14.631Z|f6fa4f19-9cbf-489a-b81e-c5a248c1342c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6a814174-1c77-4fee-b840-70594c8fd02b ASDC
2021-10-01T04:59:14.631Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7de9daf7-a6d1-4864-86f3-17d24b46a3cb
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:6a814174-1c77-4fee-b840-70594c8fd02b
ServiceInvariantUUID:c3161f18-fa6b-4c17-b104-1a0eb74f97e2
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:539d842d-0770-431a-93d4-3d2d0810766e
ArtifactChecksum:NGFjNzdlYmJjZTA3MTBhNjM4MTAyYzAxZWE4NWJjZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:fc19f170-ec6d-47dd-88c8-db8cf731c169
ResourceInvariantUUID:2d0e35f0-7236-410f-90c8-e5161f723282
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:12cc4acf-c4eb-4d53-a3a1-eb4b5d2b7e41
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:fbc9c051-0f59-4e4a-90a3-92ad47e49ae9
ArtifactChecksum:N2E3NTU5MjQwNTEwY2FkMTVlM2E4MGZhYzYxNGFiYjA=
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:eea43e4e-078d-497e-8afc-c2f0012f466d
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:08ff7100-01b5-4afb-8097-66c3ae753766
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:08ff7100-01b5-4afb-8097-66c3ae753766
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-01T04:59:14.631Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a814174-1c77-4fee-b840-70594c8fd02b 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-10-01T04:59:14.663Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:59:14.664Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:59:14.664Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:59:14.664Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 539d842d-0770-431a-93d4-3d2d0810766e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-01T04:59:14.664Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T04:59:14.664Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-01T04:59:15.725Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T04:59:15.730Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 539d842d-0770-431a-93d4-3d2d0810766e 73479
2021-10-01T04:59:15.730Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-01T04:59:15.730Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-01T04:59:15.730Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:59:15.731Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:15.733Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:15.733Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064355730,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:59:15.833Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:15.834Z||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-10-01T04:59:15.834Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:15.842Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:15.842Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:16.733Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T04:59:16.734Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T04:59:16.735Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 539d842d-0770-431a-93d4-3d2d0810766e, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-01T04:59:16.735Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-01T04:59:16.735Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-01T04:59:16.735Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-01T04:59:16.850Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14628036577299997619/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-10-01T04:59:17.864Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-01T04:59:17.865Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T04:59:17.865Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-01T04:59:17.865Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-01T04:59:17.865Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-01T04:59:17.865Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-01T04:59:17.865Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-01T04:59:17.865Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-01T04:59:17.865Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-01T04:59:17.865Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-01T04:59:17.865Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-01T04:59:17.865Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-01T04:59:17.866Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-01T04:59:17.866Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T04:59:17.866Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:17.866Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:17.866Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-01T04:59:17.866Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T04:59:17.866Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:59:17.866Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:17.866Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:17.867Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-01T04:59:17.867Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T04:59:17.867Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T04:59:17.867Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:17.867Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:17.868Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:17.868Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-01T04:59:17.868Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-01T04:59:17.868Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-01T04:59:17.868Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-01T04:59:17.869Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-01T04:59:17.869Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-01T04:59:17.869Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:17.869Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T04:59:17.869Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:17.870Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-01T04:59:17.870Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:59:17.870Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:17.870Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-01T04:59:17.870Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:59:17.871Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:17.871Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-01T04:59:17.871Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:59:17.871Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:17.871Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-01T04:59:17.872Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-01T04:59:17.872Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-01T04:59:17.872Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b65edb1d-7390-408d-85db-8cf9f37b5404
2021-10-01T04:59:17.872Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:17.872Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:17.872Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:17.872Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:17.873Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:17.873Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:17.873Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:17.873Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:17.873Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:6a814174-1c77-4fee-b840-70594c8fd02b
Model Version:NULL
Model InvariantUuid:c3161f18-fa6b-4c17-b104-1a0eb74f97e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:2d7c37fe-7781-418f-9e63-1dc8d9159ecf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2d0e35f0-7236-410f-90c8-e5161f723282
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fc19f170-ec6d-47dd-88c8-db8cf731c169
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8b0eccef-f891-4e8e-893d-f4f3639d94da
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:77d785c3-d4b4-4687-8f9e-bfb340c89f1b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b65edb1d-7390-408d-85db-8cf9f37b5404
ModelInvariantUuid:76372540-c016-420f-9870-736a2c929143
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:a557b067-0667-4525-b781-f03040a02a2d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:77f95572-629b-432a-9bd2-0fd5f215f7bb
ModelInvariantUuid:354b5e6b-1a51-4947-96e2-1d1a9e6b66b2
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:66f0760c-f0d4-4a31-bc3f-25e83edcc204
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-10-01T04:59:17.880Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 12cc4acf-c4eb-4d53-a3a1-eb4b5d2b7e41
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-10-01T04:59:17.882Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-10-01T04:59:17.882Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 12cc4acf-c4eb-4d53-a3a1-eb4b5d2b7e41
2021-10-01T04:59:17.882Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fbc9c051-0f59-4e4a-90a3-92ad47e49ae9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-01T04:59:17.882Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T04:59:17.882Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-01T04:59:18.517Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T04:59:18.518Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json fbc9c051-0f59-4e4a-90a3-92ad47e49ae9 790
2021-10-01T04:59:18.518Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-01T04:59:18.518Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-01T04:59:18.519Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:59:18.519Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:18.521Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:18.521Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064358518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:59:18.621Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:18.622Z||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-10-01T04:59:18.622Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:18.631Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:18.632Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:19.522Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8b0eccef-f891-4e8e-893d-f4f3639d94da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77d785c3-d4b4-4687-8f9e-bfb340c89f1b",
    "vfModuleModelCustomizationUUID": "21efc116-a29f-4c8e-b868-9df00c3482d7",
    "isBase": true,
    "artifacts": [
      "eea43e4e-078d-497e-8afc-c2f0012f466d",
      "08ff7100-01b5-4afb-8097-66c3ae753766"
    ],
    "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-10-01T04:59:19.526Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77d785c3-d4b4-4687-8f9e-bfb340c89f1b
VfModuleModelInvariantUUID:8b0eccef-f891-4e8e-893d-f4f3639d94da
VfModuleModelDescription:NULL
Artifacts UUID List:{
eea43e4e-078d-497e-8afc-c2f0012f466d
,
08ff7100-01b5-4afb-8097-66c3ae753766

}
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-10-01T04:59:19.528Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8b0eccef-f891-4e8e-893d-f4f3639d94da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "77d785c3-d4b4-4687-8f9e-bfb340c89f1b",
    "vfModuleModelCustomizationUUID": "21efc116-a29f-4c8e-b868-9df00c3482d7",
    "isBase": true,
    "artifacts": [
      "eea43e4e-078d-497e-8afc-c2f0012f466d",
      "08ff7100-01b5-4afb-8097-66c3ae753766"
    ],
    "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-10-01T04:59:19.529Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77d785c3-d4b4-4687-8f9e-bfb340c89f1b
VfModuleModelInvariantUUID:8b0eccef-f891-4e8e-893d-f4f3639d94da
VfModuleModelDescription:NULL
Artifacts UUID List:{
eea43e4e-078d-497e-8afc-c2f0012f466d
,
08ff7100-01b5-4afb-8097-66c3ae753766

}
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-10-01T04:59:19.529Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eea43e4e-078d-497e-8afc-c2f0012f466d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-01T04:59:19.529Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T04:59:19.529Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-01T04:59:20.303Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T04:59:20.304Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml eea43e4e-078d-497e-8afc-c2f0012f466d 5033
2021-10-01T04:59:20.304Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-01T04:59:20.304Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-01T04:59:20.304Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:59:20.304Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:20.306Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:20.306Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064360304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:59:20.407Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T04:59:20.407Z||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-10-01T04:59:20.407Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:20.416Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:20.416Z||pool-66-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-10-01T04:59:21.307Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 08ff7100-01b5-4afb-8097-66c3ae753766 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-01T04:59:21.307Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T04:59:21.308Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-01T04:59:23.401Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T04:59:23.401Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 08ff7100-01b5-4afb-8097-66c3ae753766 909
2021-10-01T04:59:23.401Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-01T04:59:23.402Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-01T04:59:23.402Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T04:59:23.402Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:23.404Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:23.404Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064363401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T04:59:23.504Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:23.505Z||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-10-01T04:59:23.505Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:23.514Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:23.515Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:24.405Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6a814174-1c77-4fee-b840-70594c8fd02b
2021-10-01T04:59:24.406Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 12cc4acf-c4eb-4d53-a3a1-eb4b5d2b7e41 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-10-01T04:59:24.417Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c6c7e86, org.onap.sdc.toscaparser.api.parameters.Input@4fb251c2, org.onap.sdc.toscaparser.api.parameters.Input@6a419b26, org.onap.sdc.toscaparser.api.parameters.Input@85e7d57, org.onap.sdc.toscaparser.api.parameters.Input@5719aa94]
2021-10-01T04:59:24.418Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.419Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:24.419Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-10-01T04:59:24.419Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= fc19f170-ec6d-47dd-88c8-db8cf731c169
2021-10-01T04:59:24.419Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fc19f170-ec6d-47dd-88c8-db8cf731c169 matches Tosca VF Customization UUID: fc19f170-ec6d-47dd-88c8-db8cf731c169
2021-10-01T04:59:24.419Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: fc19f170-ec6d-47dd-88c8-db8cf731c169  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-10-01T04:59:24.421Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.421Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:24.422Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id fc19f170-ec6d-47dd-88c8-db8cf731c169: {\"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-10-01T04:59:24.422Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17499324
2021-10-01T04:59:24.422Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.422Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T04:59:24.422Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21efc116-a29f-4c8e-b868-9df00c3482d7
2021-10-01T04:59:24.423Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21efc116-a29f-4c8e-b868-9df00c3482d7
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-10-01T04:59:24.424Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.424Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-01T04:59:24.425Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:59:24.425Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.425Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-01T04:59:24.425Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:59:24.426Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.426Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-01T04:59:24.426Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-01T04:59:24.426Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-01T04:59:24.426Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b65edb1d-7390-408d-85db-8cf9f37b5404
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-10-01T04:59:24.428Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.428Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-01T04:59:24.428Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T04:59:24.429Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.429Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-01T04:59:24.429Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=fc19f170-ec6d-47dd-88c8-db8cf731c169
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-10-01T04:59:24.431Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.431Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:24.431Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6a814174-1c77-4fee-b840-70594c8fd02b: basicclamp
2021-10-01T04:59:24.431Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.431Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:24.431Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.432Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:24.432Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.432Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:24.432Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.432Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:24.432Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T04:59:24.432Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T04:59:24.432Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T04:59:24.505Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 12cc4acf-c4eb-4d53-a3a1-eb4b5d2b7e41 1 ASDC deployResourceStructure
2021-10-01T04:59:24.506Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-01T04:59:24.506Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-01T04:59:24.506Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:59:24.506Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:24.508Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:24.508Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064364506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T04:59:24.608Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:24.609Z||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-10-01T04:59:24.609Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:24.621Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:24.622Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:25.508Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-01T04:59:25.509Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-01T04:59:25.509Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:59:25.510Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:25.511Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:25.511Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064365508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T04:59:25.611Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:25.612Z||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-10-01T04:59:25.612Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:25.621Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:25.621Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:26.512Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-01T04:59:26.512Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-01T04:59:26.512Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:59:26.513Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:26.514Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:26.515Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064366512,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-01T04:59:26.615Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:26.615Z||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-10-01T04:59:26.615Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:26.625Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:26.626Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:27.515Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-01T04:59:27.516Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-01T04:59:27.516Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T04:59:27.516Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T04:59:27.518Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T04:59:27.518Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064367515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T04:59:27.618Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T04:59:27.619Z||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-10-01T04:59:27.619Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T04:59:27.628Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:27.629Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T04:59:28.519Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:59:28.528Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:59:28.530Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:59:28.530Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:59:28.531Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T04:59:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T04:59:29.831Z||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-10-01T04:59:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T04:59:29.851Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T04:59:29.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T04:59:29.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "dcae-sch",
  "timestamp": 1633064302652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T04:59:29.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T04:59:58.531Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T04:59:58.541Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T04:59:58.544Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T04:59:58.545Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T04:59:58.545Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T05:00:28.545Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T05:00:28.556Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T05:00:28.559Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T05:00:28.559Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T05:00:28.559Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T05:00:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:00:29.831Z||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-10-01T05:00:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:00:29.856Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:00:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "aai-ml",
  "timestamp": 1633064311350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:00:29.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064311717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:00:29.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "aai-ml",
  "timestamp": 1633064312353,
  "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-10-01T05:00:29.867Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
2021-10-01T05:00:29.867Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7de9daf7-a6d1-4864-86f3-17d24b46a3cb 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-10-01T05:00:29.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064312732,
  "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-10-01T05:00:29.883Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f9a19e7-1a4a-4545-9e2b-486f13f8366e
2021-10-01T05:00:29.883Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f9a19e7-1a4a-4545-9e2b-486f13f8366e 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-10-01T05:00:29.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "clamp",
  "timestamp": 1633064313073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:00:29.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064313736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T05:00:29.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "aai-ml",
  "timestamp": 1633064313356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "clamp",
  "timestamp": 1633064314075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:00:29.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "aai-ml",
  "timestamp": 1633064313356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064315455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "aai-ml",
  "timestamp": 1633064313356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064315455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "aai-ml",
  "timestamp": 1633064313356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064315455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "aai-ml",
  "timestamp": 1633064313356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "clamp",
  "timestamp": 1633064318151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:00:29.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064315455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "aai-ml",
  "timestamp": 1633064313356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "clamp",
  "timestamp": 1633064319154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064315455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "aai-ml",
  "timestamp": 1633064313356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "clamp",
  "timestamp": 1633064320157,
  "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-10-01T05:00:29.900Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
2021-10-01T05:00:29.900Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7de9daf7-a6d1-4864-86f3-17d24b46a3cb 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-10-01T05:00:29.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064315455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "aai-ml",
  "timestamp": 1633064313356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064315455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064315455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:00:29.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "aai-ml",
  "timestamp": 1633064324150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064324369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064326331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064327334,
  "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-10-01T05:00:29.915Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f9a19e7-1a4a-4545-9e2b-486f13f8366e
2021-10-01T05:00:29.915Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f9a19e7-1a4a-4545-9e2b-486f13f8366e 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-10-01T05:00:29.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "clamp",
  "timestamp": 1633064291073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:00:29.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "aai-ml",
  "timestamp": 1633064332247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:00:29.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "aai-ml",
  "timestamp": 1633064333250,
  "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-10-01T05:00:29.929Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f9a19e7-1a4a-4545-9e2b-486f13f8366e
2021-10-01T05:00:29.929Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f9a19e7-1a4a-4545-9e2b-486f13f8366e 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-10-01T05:00:29.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "clamp",
  "timestamp": 1633064341076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:00:29.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "clamp",
  "timestamp": 1633064344079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:00:29.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6fa4f19-9cbf-489a-b81e-c5a248c1342c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064344967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T05:00:29.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "clamp",
  "timestamp": 1633064345083,
  "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-10-01T05:00:29.944Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2f9a19e7-1a4a-4545-9e2b-486f13f8366e
2021-10-01T05:00:29.944Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f9a19e7-1a4a-4545-9e2b-486f13f8366e 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-10-01T05:00:29.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T05:00:29.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-01T05:00:29.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-01T05:00:29.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:00:29.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:00:29.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:00:29.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064355730,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:00:29.956Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064358518,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:00:29.956Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064360304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:00:29.957Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064363401,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:00:29.957Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064364506,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T05:00:29.957Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064365508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T05:00:29.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064366512,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-01T05:00:29.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:29.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:00:29.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064367515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:00:29.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:00:58.560Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T05:00:58.570Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7de9daf7-a6d1-4864-86f3-17d24b46a3cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T05:00:58.573Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T05:00:58.573Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-01T05:00:58.573Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-01T05:00:58.573Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-01T05:00:58.573Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:00:58.573Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:00:58.573Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:00:58.573Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:00:58.573Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:00:58.573Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:00:58.573Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:00:58.573Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|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-10-01T05:00:58.577Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-01T05:01:28.577Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7de9daf7-a6d1-4864-86f3-17d24b46a3cb 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-10-01T05:01:28.583Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7de9daf7-a6d1-4864-86f3-17d24b46a3cb and serviceModelVersionId: 6a814174-1c77-4fee-b840-70594c8fd02b
2021-10-01T05:01:28.583Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c3161f18-fa6b-4c17-b104-1a0eb74f97e2
2021-10-01T05:01:28.583Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c3161f18-fa6b-4c17-b104-1a0eb74f97e2/model-vers/model-ver/6a814174-1c77-4fee-b840-70594c8fd02b?depth=0
2021-10-01T05:01:28.590Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-01T05:01:28.621Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c3161f18-fa6b-4c17-b104-1a0eb74f97e2/model-vers/model-ver/6a814174-1c77-4fee-b840-70594c8fd02b?depth=0|INFO|500||Invoke
2021-10-01T05:01:28.621Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c3161f18-fa6b-4c17-b104-1a0eb74f97e2/model-vers/model-ver/6a814174-1c77-4fee-b840-70594c8fd02b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c3161f18-fa6b-4c17-b104-1a0eb74f97e2/model-vers/model-ver/6a814174-1c77-4fee-b840-70594c8fd02b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7de9daf7-a6d1-4864-86f3-17d24b46a3cb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[228c77d6-f9f2-4939-ae2d-9fd5f861f8f1], X-ECOMP-RequestID=[7de9daf7-a6d1-4864-86f3-17d24b46a3cb], X-TransactionId=[], X-ONAP-RequestID=[7de9daf7-a6d1-4864-86f3-17d24b46a3cb], Content-Type=[application/merge-patch+json]}
2021-10-01T05:01:28.640Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c3161f18-fa6b-4c17-b104-1a0eb74f97e2/model-vers/model-ver/6a814174-1c77-4fee-b840-70594c8fd02b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-01T05:01:29.018Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c3161f18-fa6b-4c17-b104-1a0eb74f97e2/model-vers/model-ver/6a814174-1c77-4fee-b840-70594c8fd02b?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/c3161f18-fa6b-4c17-b104-1a0eb74f97e2/model-vers/model-ver/6a814174-1c77-4fee-b840-70594c8fd02b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211001-05:01:28:647-33308], vertex-id=[487520], Content-Length=[0], Date=[Fri, 01 Oct 2021 05:01:28 GMT], Content-Type=[application/json]}
2021-10-01T05:01:29.018Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c3161f18-fa6b-4c17-b104-1a0eb74f97e2/model-vers/model-ver/6a814174-1c77-4fee-b840-70594c8fd02b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-01T05:01:29.019Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c3161f18-fa6b-4c17-b104-1a0eb74f97e2/model-vers/model-ver/6a814174-1c77-4fee-b840-70594c8fd02b?depth=0|INFO|500||InvokeReturn
2021-10-01T05:01:29.019Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-01T05:01:29.020Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|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-10-01T05:01:29.025Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|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-10-01T05:01:29.026Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7de9daf7-a6d1-4864-86f3-17d24b46a3cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-01T05:01:29.026Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-01T05:01:29.026Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:29.028Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:29.028Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064489026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T05:01:29.128Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:29.129Z||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-10-01T05:01:29.129Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:29.140Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:29.140Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-01T05:01:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:01:29.831Z||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-10-01T05:01:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:01:29.852Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:29.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "aai-ml",
  "timestamp": 1633064366642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064367030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "dcae-sch",
  "timestamp": 1633064362652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "policy-id",
  "timestamp": 1633064372656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "aai-ml",
  "timestamp": 1633064366642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064367030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "dcae-sch",
  "timestamp": 1633064362652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "policy-id",
  "timestamp": 1633064372656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064367030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "aai-ml",
  "timestamp": 1633064366642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "dcae-sch",
  "timestamp": 1633064362652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "cds",
  "timestamp": 1633064374552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "policy-id",
  "timestamp": 1633064372656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "aai-ml",
  "timestamp": 1633064366642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064367030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "dcae-sch",
  "timestamp": 1633064362652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064375455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "cds",
  "timestamp": 1633064374552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "policy-id",
  "timestamp": 1633064372656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "aai-ml",
  "timestamp": 1633064366642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064367030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "dcae-sch",
  "timestamp": 1633064362652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064375455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "cds",
  "timestamp": 1633064374552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "policy-id",
  "timestamp": 1633064372656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "aai-ml",
  "timestamp": 1633064366642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064367030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-01T05:01:29.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "dcae-sch",
  "timestamp": 1633064362652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064375455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "cds",
  "timestamp": 1633064374552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "policy-id",
  "timestamp": 1633064372656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "aai-ml",
  "timestamp": 1633064366642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064367030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "dcae-sch",
  "timestamp": 1633064362652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064375455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "cds",
  "timestamp": 1633064374552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "policy-id",
  "timestamp": 1633064372656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "aai-ml",
  "timestamp": 1633064366642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:01:29.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064370546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064367030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:01:29.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "dcae-sch",
  "timestamp": 1633064362652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064375455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "cds",
  "timestamp": 1633064374552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "policy-id",
  "timestamp": 1633064372656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:01:29.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064375455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "aai-ml",
  "timestamp": 1633064381114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:01:29.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:01:29.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064381128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:01:29.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:01:29.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "cds",
  "timestamp": 1633064374552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "clamp",
  "timestamp": 1633064381073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064375455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "cds",
  "timestamp": 1633064374552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:01:29.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064382383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T05:01:29.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:01:29.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "clamp",
  "timestamp": 1633064381073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064375455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:01:29.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064383387,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T05:01:29.884Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 90cd235f-d757-4261-aca6-dab9e69fd065
2021-10-01T05:01:29.884Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cd235f-d757-4261-aca6-dab9e69fd065 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-10-01T05:01:29.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "clamp",
  "timestamp": 1633064381073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "policy-id",
  "timestamp": 1633064384022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:01:29.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:01:29.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "cds",
  "timestamp": 1633064384465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:01:29.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:01:29.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064384671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:01:29.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:01:29.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "clamp",
  "timestamp": 1633064381073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "policy-id",
  "timestamp": 1633064385026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:01:29.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:01:29.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "aai-ml",
  "timestamp": 1633064385446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:01:29.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:01:29.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "cds",
  "timestamp": 1633064385469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-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-10-01T05:01:29.899Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90cd235f-d757-4261-aca6-dab9e69fd065
2021-10-01T05:01:29.899Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cd235f-d757-4261-aca6-dab9e69fd065 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-10-01T05:01:29.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "clamp",
  "timestamp": 1633064381073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "policy-id",
  "timestamp": 1633064386029,
  "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-10-01T05:01:29.911Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90cd235f-d757-4261-aca6-dab9e69fd065
2021-10-01T05:01:29.911Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cd235f-d757-4261-aca6-dab9e69fd065 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-10-01T05:01:29.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064386343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:01:29.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:01:29.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "aai-ml",
  "timestamp": 1633064386449,
  "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-10-01T05:01:29.922Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90cd235f-d757-4261-aca6-dab9e69fd065
2021-10-01T05:01:29.922Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cd235f-d757-4261-aca6-dab9e69fd065 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-10-01T05:01:29.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "clamp",
  "timestamp": 1633064381073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064387346,
  "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-10-01T05:01:29.933Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90cd235f-d757-4261-aca6-dab9e69fd065
2021-10-01T05:01:29.933Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cd235f-d757-4261-aca6-dab9e69fd065 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-10-01T05:01:29.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "clamp",
  "timestamp": 1633064381073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:29.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "clamp",
  "timestamp": 1633064381073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:01:29.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:01:29.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "clamp",
  "timestamp": 1633064395085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:01:29.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:01:29.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "clamp",
  "timestamp": 1633064398085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:01:29.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:01:29.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:01:29.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "clamp",
  "timestamp": 1633064399088,
  "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-10-01T05:01:29.944Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90cd235f-d757-4261-aca6-dab9e69fd065
2021-10-01T05:01:29.944Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cd235f-d757-4261-aca6-dab9e69fd065 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 (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T05:01:30.038Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-01T05:01:30.038Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f9a19e7-1a4a-4545-9e2b-486f13f8366e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a0780612-24cb-4d4a-a145-0a6e083b5f99","serviceDescription":"service","serviceInvariantUUID":"054d0ddf-18a1-4d24-a4b4-14d591d77e69","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1d6c5458-6b09-4fb1-9fbe-ee4290bca147","resourceInvariantUUID":"6d9d01f6-2dfb-474f-a5b5-eecac592b725","resourceCustomizationUUID":"6b167d84-7819-4a6e-91ba-bad1a74c2e3f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"M2VkYjYxNGFhZDBiOTQ1OTE0MjFjZDYxMGI0ODFjZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4a060ef-7476-434d-a1b1-b066f825838d","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"OTIyZmE0MGYyNTI4ZDk1YmY5NWRkNDkyYTg5MjRiNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2f8db7d-3253-47bb-9f7f-ac432a8106e6","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"845fd4ff-2f1b-4b08-b4ed-ac6afc08363c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"212c69e3-123b-4e30-b3e2-ef79f9e1c7e6","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ceedcee7-6460-4a06-9139-edf9fd66e645","artifactVersion":"2","generatedFromUUID":"845fd4ff-2f1b-4b08-b4ed-ac6afc08363c"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZTVmMDkzN2I4ZTg5NDM2NTBiN2I1ODgyNDFhZDhhZTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"85caa4a9-a47a-47f0-91dd-e25203a9cc60","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YzlmMzkyODY1NWIxMTY0ZWM1OGY2NDYwZTY4YmM5YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2a1c2f9-d65a-4717-8efe-e3a51652580f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YThiYWNmY2UzMDZmNWEzOWNjZDQwMjE1YzI3ZGIwM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ede8ffc1-855a-40b7-b227-c6702e94e7ff","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-01T05:01:30.039Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:01:30.039Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:30.041Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:30.041Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:30.141Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:30.142Z||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-10-01T05:01:30.142Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:30.151Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:30.151Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:31.041Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:01:31.042Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:31.044Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:31.044Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T05:01:31.145Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T05:01:31.146Z||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-10-01T05:01:31.146Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:31.155Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:31.155Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-01T05:01:32.045Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:01:32.046Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:32.049Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:32.049Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-01T05:01:32.149Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T05:01:32.149Z||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-10-01T05:01:32.150Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:32.158Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:32.158Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:33.050Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:01:33.051Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:33.053Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:33.053Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:33.153Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T05:01:33.154Z||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-10-01T05:01:33.154Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:33.162Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:33.162Z||pool-76-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:34.054Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:01:34.055Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:34.057Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:34.057Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-01T05:01:34.157Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:34.158Z||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-10-01T05:01:34.158Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:34.167Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:34.168Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:35.058Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:01:35.058Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:35.060Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:35.060Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:35.160Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:35.161Z||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-10-01T05:01:35.161Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:35.170Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:35.171Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:36.061Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:01:36.061Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:36.063Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:36.063Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:01:36.164Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:36.164Z||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-10-01T05:01:36.164Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:36.172Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:36.173Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:37.064Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:01:37.065Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:37.068Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:37.068Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:01:37.168Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:37.169Z||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-10-01T05:01:37.169Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:37.179Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:37.179Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:38.069Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a0780612-24cb-4d4a-a145-0a6e083b5f99",
  "serviceDescription": "service",
  "serviceInvariantUUID": "054d0ddf-18a1-4d24-a4b4-14d591d77e69",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "6b167d84-7819-4a6e-91ba-bad1a74c2e3f",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1d6c5458-6b09-4fb1-9fbe-ee4290bca147",
      "resourceInvariantUUID": "6d9d01f6-2dfb-474f-a5b5-eecac592b725",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "OTIyZmE0MGYyNTI4ZDk1YmY5NWRkNDkyYTg5MjRiNjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e2f8db7d-3253-47bb-9f7f-ac432a8106e6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "845fd4ff-2f1b-4b08-b4ed-ac6afc08363c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ceedcee7-6460-4a06-9139-edf9fd66e645",
            "generatedFromUUID": "845fd4ff-2f1b-4b08-b4ed-ac6afc08363c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ceedcee7-6460-4a06-9139-edf9fd66e645",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YThiYWNmY2UzMDZmNWEzOWNjZDQwMjE1YzI3ZGIwM2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ede8ffc1-855a-40b7-b227-c6702e94e7ff"
    }
  ],
  "workloadContext": "Production"
}
2021-10-01T05:01:38.069Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-01T05:01:38.069Z|7de9daf7-a6d1-4864-86f3-17d24b46a3cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0780612-24cb-4d4a-a145-0a6e083b5f99 ASDC
2021-10-01T05:01:38.070Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2f9a19e7-1a4a-4545-9e2b-486f13f8366e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a0780612-24cb-4d4a-a145-0a6e083b5f99
ServiceInvariantUUID:054d0ddf-18a1-4d24-a4b4-14d591d77e69
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:ede8ffc1-855a-40b7-b227-c6702e94e7ff
ArtifactChecksum:YThiYWNmY2UzMDZmNWEzOWNjZDQwMjE1YzI3ZGIwM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:6b167d84-7819-4a6e-91ba-bad1a74c2e3f
ResourceInvariantUUID:6d9d01f6-2dfb-474f-a5b5-eecac592b725
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1d6c5458-6b09-4fb1-9fbe-ee4290bca147
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:e2f8db7d-3253-47bb-9f7f-ac432a8106e6
ArtifactChecksum:OTIyZmE0MGYyNTI4ZDk1YmY5NWRkNDkyYTg5MjRiNjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:845fd4ff-2f1b-4b08-b4ed-ac6afc08363c
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:ceedcee7-6460-4a06-9139-edf9fd66e645
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:ceedcee7-6460-4a06-9139-edf9fd66e645
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-01T05:01:38.070Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0780612-24cb-4d4a-a145-0a6e083b5f99 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-10-01T05:01:38.101Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T05:01:38.102Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T05:01:38.102Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T05:01:38.102Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ede8ffc1-855a-40b7-b227-c6702e94e7ff from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-01T05:01:38.102Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T05:01:38.102Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-01T05:01:38.437Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T05:01:38.441Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ede8ffc1-855a-40b7-b227-c6702e94e7ff 78594
2021-10-01T05:01:38.441Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-01T05:01:38.441Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-01T05:01:38.441Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T05:01:38.441Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:38.443Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:38.443Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064498441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:01:38.543Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:38.544Z||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-10-01T05:01:38.544Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:38.553Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:38.553Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-10-01T05:01:39.444Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T05:01:39.445Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T05:01:39.445Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ede8ffc1-855a-40b7-b227-c6702e94e7ff, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-01T05:01:39.445Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-01T05:01:39.446Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-01T05:01:39.446Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-01T05:01:39.551Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11698032956964262876/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-01T05:01:40.498Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-01T05:01:40.499Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T05:01:40.499Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-01T05:01:40.499Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-01T05:01:40.499Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-01T05:01:40.500Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-01T05:01:40.500Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-01T05:01:40.500Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-01T05:01:40.500Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-01T05:01:40.500Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-01T05:01:40.500Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-01T05:01:40.500Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-01T05:01:40.501Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-01T05:01:40.501Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T05:01:40.501Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:40.501Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:40.501Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-01T05:01:40.501Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T05:01:40.502Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T05:01:40.502Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:40.502Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:40.502Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-01T05:01:40.502Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T05:01:40.502Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T05:01:40.502Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:40.502Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:40.503Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:40.503Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-01T05:01:40.503Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-01T05:01:40.503Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-01T05:01:40.503Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-01T05:01:40.503Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-01T05:01:40.503Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-01T05:01:40.503Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:40.503Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T05:01:40.504Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:40.504Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-01T05:01:40.504Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T05:01:40.504Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:40.504Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-01T05:01:40.504Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T05:01:40.504Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:40.504Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-01T05:01:40.505Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T05:01:40.505Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:40.505Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-01T05:01:40.505Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-01T05:01:40.505Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-01T05:01:40.505Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9cdd929c-edb6-4a5a-bb7f-80d0dd8c45fa
2021-10-01T05:01:40.505Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:40.505Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:40.505Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:40.505Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:40.505Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:40.505Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:40.505Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:40.506Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:40.506Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a0780612-24cb-4d4a-a145-0a6e083b5f99
Model Version:NULL
Model InvariantUuid:054d0ddf-18a1-4d24-a4b4-14d591d77e69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:9527e8f4-42f6-4c6f-9c0d-d493f9467a49
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6d9d01f6-2dfb-474f-a5b5-eecac592b725
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6b167d84-7819-4a6e-91ba-bad1a74c2e3f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:11722ebb-54c2-48d1-81ad-90f86fa5ea12
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:5bf93743-43ec-42a3-b854-adbd6aed8261
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9cdd929c-edb6-4a5a-bb7f-80d0dd8c45fa
ModelInvariantUuid:ba65aa85-d8c4-4e3a-aa98-bfe42baa27f1
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4973a47e-782f-42c8-ac1e-fb888c21604c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9e269dfd-fd78-440b-9f37-943c5d634c3a
ModelInvariantUuid:90248ca5-ce2c-47a8-a743-f3020a20fb0b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:75e8527b-c05b-43bb-9c00-a3df392e3630
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-10-01T05:01:40.511Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 1d6c5458-6b09-4fb1-9fbe-ee4290bca147
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-10-01T05:01:40.514Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2021-10-01T05:01:40.515Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1d6c5458-6b09-4fb1-9fbe-ee4290bca147
2021-10-01T05:01:40.515Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e2f8db7d-3253-47bb-9f7f-ac432a8106e6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-01T05:01:40.515Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T05:01:40.515Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-01T05:01:41.122Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T05:01:41.122Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e2f8db7d-3253-47bb-9f7f-ac432a8106e6 792
2021-10-01T05:01:41.123Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-01T05:01:41.123Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-01T05:01:41.123Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T05:01:41.124Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:41.126Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:41.126Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064501123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:01:41.227Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:41.227Z||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-10-01T05:01:41.228Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:41.236Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:41.237Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:42.127Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "11722ebb-54c2-48d1-81ad-90f86fa5ea12",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5bf93743-43ec-42a3-b854-adbd6aed8261",
    "vfModuleModelCustomizationUUID": "2d958937-03ab-42c0-a0cb-2e025464925e",
    "isBase": true,
    "artifacts": [
      "845fd4ff-2f1b-4b08-b4ed-ac6afc08363c",
      "ceedcee7-6460-4a06-9139-edf9fd66e645"
    ],
    "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-10-01T05:01:42.130Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bf93743-43ec-42a3-b854-adbd6aed8261
VfModuleModelInvariantUUID:11722ebb-54c2-48d1-81ad-90f86fa5ea12
VfModuleModelDescription:NULL
Artifacts UUID List:{
845fd4ff-2f1b-4b08-b4ed-ac6afc08363c
,
ceedcee7-6460-4a06-9139-edf9fd66e645

}
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-10-01T05:01:42.132Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "11722ebb-54c2-48d1-81ad-90f86fa5ea12",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5bf93743-43ec-42a3-b854-adbd6aed8261",
    "vfModuleModelCustomizationUUID": "2d958937-03ab-42c0-a0cb-2e025464925e",
    "isBase": true,
    "artifacts": [
      "845fd4ff-2f1b-4b08-b4ed-ac6afc08363c",
      "ceedcee7-6460-4a06-9139-edf9fd66e645"
    ],
    "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-10-01T05:01:42.132Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5bf93743-43ec-42a3-b854-adbd6aed8261
VfModuleModelInvariantUUID:11722ebb-54c2-48d1-81ad-90f86fa5ea12
VfModuleModelDescription:NULL
Artifacts UUID List:{
845fd4ff-2f1b-4b08-b4ed-ac6afc08363c
,
ceedcee7-6460-4a06-9139-edf9fd66e645

}
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-10-01T05:01:42.133Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 845fd4ff-2f1b-4b08-b4ed-ac6afc08363c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-01T05:01:42.133Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T05:01:42.133Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-01T05:01:43.764Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T05:01:43.764Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 845fd4ff-2f1b-4b08-b4ed-ac6afc08363c 5033
2021-10-01T05:01:43.765Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-01T05:01:43.765Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-01T05:01:43.765Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T05:01:43.765Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:43.767Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:43.767Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064503765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:01:43.867Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:43.868Z||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-10-01T05:01:43.868Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:43.878Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:43.878Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:44.768Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ceedcee7-6460-4a06-9139-edf9fd66e645 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-01T05:01:44.768Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T05:01:44.769Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-01T05:01:45.256Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T05:01:45.256Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ceedcee7-6460-4a06-9139-edf9fd66e645 903
2021-10-01T05:01:45.256Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-01T05:01:45.256Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-01T05:01:45.256Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T05:01:45.256Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:45.258Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:45.258Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064505256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:01:45.358Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:45.359Z||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-10-01T05:01:45.359Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:45.367Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:45.367Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:46.258Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a0780612-24cb-4d4a-a145-0a6e083b5f99
2021-10-01T05:01:46.259Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1d6c5458-6b09-4fb1-9fbe-ee4290bca147 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-10-01T05:01:46.271Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40dbc304, org.onap.sdc.toscaparser.api.parameters.Input@42e4901f, org.onap.sdc.toscaparser.api.parameters.Input@31832efa, org.onap.sdc.toscaparser.api.parameters.Input@5cd6c787, org.onap.sdc.toscaparser.api.parameters.Input@420bfcfa]
2021-10-01T05:01:46.272Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.273Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:46.273Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-10-01T05:01:46.273Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 6b167d84-7819-4a6e-91ba-bad1a74c2e3f
2021-10-01T05:01:46.273Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b167d84-7819-4a6e-91ba-bad1a74c2e3f matches Tosca VF Customization UUID: 6b167d84-7819-4a6e-91ba-bad1a74c2e3f
2021-10-01T05:01:46.273Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 6b167d84-7819-4a6e-91ba-bad1a74c2e3f  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-10-01T05:01:46.275Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.275Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:46.276Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 6b167d84-7819-4a6e-91ba-bad1a74c2e3f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-10-01T05:01:46.276Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66d5e2bb
2021-10-01T05:01:46.276Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.276Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T05:01:46.277Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d958937-03ab-42c0-a0cb-2e025464925e
2021-10-01T05:01:46.277Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d958937-03ab-42c0-a0cb-2e025464925e
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-10-01T05:01:46.278Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.278Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-01T05:01:46.278Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T05:01:46.278Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.279Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-01T05:01:46.279Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T05:01:46.279Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.279Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-01T05:01:46.279Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-01T05:01:46.279Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-01T05:01:46.279Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9cdd929c-edb6-4a5a-bb7f-80d0dd8c45fa
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-10-01T05:01:46.281Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.281Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-01T05:01:46.281Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T05:01:46.281Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.281Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-01T05:01:46.281Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6b167d84-7819-4a6e-91ba-bad1a74c2e3f
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-10-01T05:01:46.283Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.283Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:46.283Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a0780612-24cb-4d4a-a145-0a6e083b5f99: basic_vm_macro
2021-10-01T05:01:46.283Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.283Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:46.283Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.283Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:46.283Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.284Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:46.284Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.284Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:46.284Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:01:46.284Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:01:46.284Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T05:01:46.348Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1d6c5458-6b09-4fb1-9fbe-ee4290bca147 1 ASDC deployResourceStructure
2021-10-01T05:01:46.349Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-01T05:01:46.349Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-01T05:01:46.349Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T05:01:46.349Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:46.351Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:46.351Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064506348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T05:01:46.451Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:46.452Z||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-10-01T05:01:46.452Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:46.461Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:46.462Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:47.351Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-01T05:01:47.352Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-01T05:01:47.352Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T05:01:47.353Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:47.355Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:47.355Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064507351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T05:01:47.455Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:47.456Z||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-10-01T05:01:47.456Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:47.463Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:47.464Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:48.356Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-01T05:01:48.357Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-01T05:01:48.357Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T05:01:48.357Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:48.359Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:48.359Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064508356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-01T05:01:48.460Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:48.460Z||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-10-01T05:01:48.461Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:48.470Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:48.470Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:49.361Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-01T05:01:49.361Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-01T05:01:49.361Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T05:01:49.362Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:01:49.364Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:01:49.364Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064509360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:01:49.464Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:01:49.465Z||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-10-01T05:01:49.465Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:01:49.475Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:01:49.475Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:01:50.365Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f9a19e7-1a4a-4545-9e2b-486f13f8366e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T05:01:50.378Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f9a19e7-1a4a-4545-9e2b-486f13f8366e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T05:01:50.380Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T05:01:50.380Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-01T05:01:50.380Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-01T05:01:50.380Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-01T05:01:50.380Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:01:50.380Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:01:50.381Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:01:50.381Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:01:50.381Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:01:50.381Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:01:50.381Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|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-10-01T05:01:50.386Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-01T05:02:20.387Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f9a19e7-1a4a-4545-9e2b-486f13f8366e 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-10-01T05:02:20.392Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f9a19e7-1a4a-4545-9e2b-486f13f8366e and serviceModelVersionId: a0780612-24cb-4d4a-a145-0a6e083b5f99
2021-10-01T05:02:20.392Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 054d0ddf-18a1-4d24-a4b4-14d591d77e69
2021-10-01T05:02:20.392Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/054d0ddf-18a1-4d24-a4b4-14d591d77e69/model-vers/model-ver/a0780612-24cb-4d4a-a145-0a6e083b5f99?depth=0
2021-10-01T05:02:20.397Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-01T05:02:20.422Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/054d0ddf-18a1-4d24-a4b4-14d591d77e69/model-vers/model-ver/a0780612-24cb-4d4a-a145-0a6e083b5f99?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-10-01T05:02:20.423Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/054d0ddf-18a1-4d24-a4b4-14d591d77e69/model-vers/model-ver/a0780612-24cb-4d4a-a145-0a6e083b5f99?depth=0|INFO|500||Invoke
2021-10-01T05:02:20.441Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/054d0ddf-18a1-4d24-a4b4-14d591d77e69/model-vers/model-ver/a0780612-24cb-4d4a-a145-0a6e083b5f99?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-01T05:02:20.804Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/054d0ddf-18a1-4d24-a4b4-14d591d77e69/model-vers/model-ver/a0780612-24cb-4d4a-a145-0a6e083b5f99?depth=0|INFO|500||InvokeReturn
2021-10-01T05:02:20.804Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/054d0ddf-18a1-4d24-a4b4-14d591d77e69/model-vers/model-ver/a0780612-24cb-4d4a-a145-0a6e083b5f99?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211001-05:02:20:448-16730], vertex-id=[188496], Content-Length=[0], Date=[Fri, 01 Oct 2021 05:02:20 GMT], Content-Type=[application/json]}
2021-10-01T05:02:20.805Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-01T05:02:20.805Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-01T05:02:20.805Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|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-10-01T05:02:20.808Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|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-10-01T05:02:20.808Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f9a19e7-1a4a-4545-9e2b-486f13f8366e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-01T05:02:20.809Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-01T05:02:20.809Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:02:20.810Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:02:20.811Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064540808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T05:02:20.911Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:02:20.911Z||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-10-01T05:02:20.911Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:02:20.922Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:02:20.922Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 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-10-01T05:02:21.820Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:02:21.821Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|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-10-01T05:02:21.821Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|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 UpCER7T8omn8FsUw) ...
2021-10-01T05:02:26.099Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:02:26.101Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-01T05:02:26.101Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"90cd235f-d757-4261-aca6-dab9e69fd065","serviceName":"Demo_pNF_29My2nEhDjrobIfgH9kj","serviceVersion":"1.0","serviceUUID":"fa3c37cc-8293-4b15-860d-7718698d2f89","serviceDescription":"catalog service description","serviceInvariantUUID":"0d2fa655-0ca0-44f8-898c-4cdb327c4066","resources":[{"resourceInstanceName":"pNF b94aca94-5884 0","resourceName":"pNF b94aca94-5884","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"713cea4c-f799-48ee-aa68-dcdb09f7a7d4","resourceInvariantUUID":"b6c29d69-f561-40a0-a576-a2a85ea16172","resourceCustomizationUUID":"9da09544-ad29-4a95-b079-9351ebfdd721","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vf-license-model.xml","artifactChecksum":"MTU3YmE5ZDk2MmNmNTU4MjE0YmI1NDExOWVhMWY2MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e133ed10-be35-4faf-820d-a0bc8080d233","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/pNF.csar","artifactChecksum":"OWY5NWNhZmU2YmFmZDEyZWYzN2YwYjA1YWQ3MmYyYjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a361629-2479-4890-8d76-6782ab0ff300","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bfb2df38-f698-46cd-abe9-adc875372689","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vendor-license-model.xml","artifactChecksum":"NTU4ZmU5MGJmNDUxZTA4Mzc0NjFmZmRjNTRmYzY5YjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"83a60dff-1165-460e-9802-319219c81af8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d3ad091-4a68-4850-af15-44d46d9e50dd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f00d96ab-6802-4e6b-8669-c8b2cd12c4fd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf29my2nehdjrobifgh9kj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-template.yml","artifactChecksum":"MGJmMDhiZjNlNTAxODFhMjc0ZmI4OWEwNjZkNDY5NWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05391e8b-86a1-42f7-8dea-4db8c4370391","artifactVersion":"1"},{"artifactName":"service-DemoPnf29my2nehdjrobifgh9kj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar","artifactChecksum":"N2Q4MGQzODFiMTA4ODU3ZGJjM2ZlY2JlMzU3ZDA3Mzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60ff73e7-e8f6-4b96-b464-a7a5dcd31a4e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-01T05:02:26.103Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:02:26.103Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:02:26.106Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:02:26.106Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:26.206Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:02:26.207Z||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-10-01T05:02:26.207Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:02:26.216Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:02:26.216Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:02:27.106Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:02:27.107Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:02:27.109Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:02:27.109Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:27.210Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:02:27.210Z||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-10-01T05:02:27.210Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:02:27.219Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:02:27.219Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:02:28.110Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:02:28.110Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:02:28.112Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:02:28.112Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:28.213Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T05:02:28.213Z||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-10-01T05:02:28.213Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:02:28.223Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:02:28.223Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:02:29.113Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:02:29.114Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:02:29.116Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:02:29.116Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.216Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T05:02:29.217Z||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-10-01T05:02:29.217Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:02:29.226Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:02:29.226Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:02:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:02:29.830Z||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-10-01T05:02:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:02:29.851Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:02:29.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "dcae-sch",
  "timestamp": 1633064462652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "aai-ml",
  "timestamp": 1633064456642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "cds",
  "timestamp": 1633064464552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064465455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "cds",
  "timestamp": 1633064464552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "aai-ml",
  "timestamp": 1633064456642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "dcae-sch",
  "timestamp": 1633064462652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064465455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064467031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "cds",
  "timestamp": 1633064464552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "dcae-sch",
  "timestamp": 1633064462652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "aai-ml",
  "timestamp": 1633064456642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064465455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064467031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "cds",
  "timestamp": 1633064464552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "dcae-sch",
  "timestamp": 1633064462652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "aai-ml",
  "timestamp": 1633064456642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064465455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064467031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "cds",
  "timestamp": 1633064464552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "dcae-sch",
  "timestamp": 1633064462652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "aai-ml",
  "timestamp": 1633064456642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064465455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064467031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "cds",
  "timestamp": 1633064464552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "dcae-sch",
  "timestamp": 1633064462652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "aai-ml",
  "timestamp": 1633064456642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064465455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064470546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064467031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "clamp",
  "timestamp": 1633064471073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "dcae-sch",
  "timestamp": 1633064462652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "aai-ml",
  "timestamp": 1633064456642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "cds",
  "timestamp": 1633064464552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064465455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064470546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064467031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "clamp",
  "timestamp": 1633064471073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "cds",
  "timestamp": 1633064464552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "dcae-sch",
  "timestamp": 1633064462652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "aai-ml",
  "timestamp": 1633064456642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064465455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064470546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "policy-id",
  "timestamp": 1633064472656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064467031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "clamp",
  "timestamp": 1633064471073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "dcae-sch",
  "timestamp": 1633064462652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "cds",
  "timestamp": 1633064464552,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "aai-ml",
  "timestamp": 1633064456642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064465455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064470546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "policy-id",
  "timestamp": 1633064472656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064467031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "clamp",
  "timestamp": 1633064471073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064470546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "policy-id",
  "timestamp": 1633064472656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "cds",
  "timestamp": 1633064475525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "aai-ml",
  "timestamp": 1633064475541,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064467031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "clamp",
  "timestamp": 1633064471073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064475914,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064470546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "policy-id",
  "timestamp": 1633064472656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "clamp",
  "timestamp": 1633064471073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.862Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "cds",
  "timestamp": 1633064476715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T05:02:29.876Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac5ab252-92b5-4fd8-8b9b-be88e18c4103
2021-10-01T05:02:29.876Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac5ab252-92b5-4fd8-8b9b-be88e18c4103 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-10-01T05:02:29.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064470546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-01T05:02:29.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "policy-id",
  "timestamp": 1633064472656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064477561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "clamp",
  "timestamp": 1633064471073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064470546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "policy-id",
  "timestamp": 1633064472656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064478566,
  "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-10-01T05:02:29.893Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac5ab252-92b5-4fd8-8b9b-be88e18c4103
2021-10-01T05:02:29.894Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac5ab252-92b5-4fd8-8b9b-be88e18c4103 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-10-01T05:02:29.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "clamp",
  "timestamp": 1633064471073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064470546,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "policy-id",
  "timestamp": 1633064472656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "aai-ml",
  "timestamp": 1633064479529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:02:29.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:02:29.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "clamp",
  "timestamp": 1633064471073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:02:29.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "policy-id",
  "timestamp": 1633064472656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:29.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "aai-ml",
  "timestamp": 1633064480532,
  "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-10-01T05:02:29.909Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac5ab252-92b5-4fd8-8b9b-be88e18c4103
2021-10-01T05:02:29.909Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac5ab252-92b5-4fd8-8b9b-be88e18c4103 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-10-01T05:02:29.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064480839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:02:29.917Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:02:29.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "policy-id",
  "timestamp": 1633064472656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:02:29.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:02:29.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064481861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T05:02:29.917Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:02:29.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064482864,
  "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-10-01T05:02:29.922Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ac5ab252-92b5-4fd8-8b9b-be88e18c4103
2021-10-01T05:02:29.923Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac5ab252-92b5-4fd8-8b9b-be88e18c4103 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-10-01T05:02:29.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "policy-id",
  "timestamp": 1633064483965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:02:29.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:02:29.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "policy-id",
  "timestamp": 1633064484969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:02:29.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:02:29.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "clamp",
  "timestamp": 1633064485099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:02:29.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:02:29.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "policy-id",
  "timestamp": 1633064485972,
  "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-10-01T05:02:29.937Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac5ab252-92b5-4fd8-8b9b-be88e18c4103
2021-10-01T05:02:29.937Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac5ab252-92b5-4fd8-8b9b-be88e18c4103 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-10-01T05:02:29.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "clamp",
  "timestamp": 1633064487109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:02:29.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:02:29.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "clamp",
  "timestamp": 1633064488112,
  "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-10-01T05:02:29.954Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac5ab252-92b5-4fd8-8b9b-be88e18c4103
2021-10-01T05:02:29.954Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac5ab252-92b5-4fd8-8b9b-be88e18c4103 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-10-01T05:02:29.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:02:29.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7de9daf7-a6d1-4864-86f3-17d24b46a3cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064489026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T05:02:29.962Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:02:30.117Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:02:30.118Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:02:30.120Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:02:30.120Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:30.220Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T05:02:30.221Z||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-10-01T05:02:30.221Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:02:30.230Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:02:30.230Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:02:31.121Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:02:31.122Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:02:31.124Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:02:31.124Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:31.224Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:02:31.225Z||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-10-01T05:02:31.225Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:02:31.234Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:02:31.234Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:02:32.125Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:02:32.126Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:02:32.128Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:02:32.128Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:02:32.228Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:02:32.229Z||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-10-01T05:02:32.229Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:02:32.238Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:02:32.238Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:02:33.128Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:02:33.129Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:02:33.131Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:02:33.131Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:02:33.231Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:02:33.232Z||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-10-01T05:02:33.232Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:02:33.241Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:02:33.242Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:02:34.132Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "serviceName": "Demo_pNF_29My2nEhDjrobIfgH9kj",
  "serviceVersion": "1.0",
  "serviceUUID": "fa3c37cc-8293-4b15-860d-7718698d2f89",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0d2fa655-0ca0-44f8-898c-4cdb327c4066",
  "resources": [
    {
      "resourceInstanceName": "pNF b94aca94-5884 0",
      "resourceCustomizationUUID": "9da09544-ad29-4a95-b079-9351ebfdd721",
      "resourceName": "pNF b94aca94-5884",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "713cea4c-f799-48ee-aa68-dcdb09f7a7d4",
      "resourceInvariantUUID": "b6c29d69-f561-40a0-a576-a2a85ea16172",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
      "artifactChecksum": "N2Q4MGQzODFiMTA4ODU3ZGJjM2ZlY2JlMzU3ZDA3Mzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "60ff73e7-e8f6-4b96-b464-a7a5dcd31a4e"
    }
  ],
  "workloadContext": "Production"
}
2021-10-01T05:02:34.133Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-01T05:02:34.133Z|2f9a19e7-1a4a-4545-9e2b-486f13f8366e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fa3c37cc-8293-4b15-860d-7718698d2f89 ASDC
2021-10-01T05:02:34.133Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:90cd235f-d757-4261-aca6-dab9e69fd065
ServiceName:Demo_pNF_29My2nEhDjrobIfgH9kj
ServiceVersion:1.0
ServiceUUID:fa3c37cc-8293-4b15-860d-7718698d2f89
ServiceInvariantUUID:0d2fa655-0ca0-44f8-898c-4cdb327c4066
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf29my2nehdjrobifgh9kj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar
ArtifactUUID:60ff73e7-e8f6-4b96-b464-a7a5dcd31a4e
ArtifactChecksum:N2Q4MGQzODFiMTA4ODU3ZGJjM2ZlY2JlMzU3ZDA3Mzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b94aca94-5884 0
ResourceCustomizationUUID:9da09544-ad29-4a95-b079-9351ebfdd721
ResourceInvariantUUID:b6c29d69-f561-40a0-a576-a2a85ea16172
ResourceName:pNF b94aca94-5884
ResourceType:PNF
ResourceUUID:713cea4c-f799-48ee-aa68-dcdb09f7a7d4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-01T05:02:34.133Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa3c37cc-8293-4b15-860d-7718698d2f89 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-10-01T05:02:34.158Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T05:02:34.159Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T05:02:34.159Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T05:02:34.159Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 60ff73e7-e8f6-4b96-b464-a7a5dcd31a4e from URL: /sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:34.160Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T05:02:34.160Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:34.424Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T05:02:34.432Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar 60ff73e7-e8f6-4b96-b464-a7a5dcd31a4e 82552
2021-10-01T05:02:34.432Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar ASDC sendASDCNotification
2021-10-01T05:02:34.432Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:34.432Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T05:02:34.432Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:02:34.435Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:02:34.435Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064554432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:02:34.535Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:02:34.536Z||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-10-01T05:02:34.536Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:02:34.545Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:02:34.546Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:02:35.435Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T05:02:35.436Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T05:02:35.437Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 60ff73e7-e8f6-4b96-b464-a7a5dcd31a4e, URL: /sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar to file: /app/ASDC/1/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:35.437Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:35.438Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:35.438Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:35.524Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17288890615373913194/Definitions/service-DemoPnf29my2nehdjrobifgh9kj-template.yml
2021-10-01T05:02:36.196Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-01T05:02:36.196Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T05:02:36.207Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:36.207Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-01T05:02:36.207Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b94aca94-5884 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-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:36.207Z|90cd235f-d757-4261-aca6-dab9e69fd065|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-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:36.207Z|90cd235f-d757-4261-aca6-dab9e69fd065|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-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:36.207Z|90cd235f-d757-4261-aca6-dab9e69fd065|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-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:36.207Z|90cd235f-d757-4261-aca6-dab9e69fd065|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-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:36.207Z|90cd235f-d757-4261-aca6-dab9e69fd065|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-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:36.207Z|90cd235f-d757-4261-aca6-dab9e69fd065|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-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:36.207Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T05:02:36.207Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:02:36.207Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_29My2nEhDjrobIfgH9kj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:02:36.208Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Node template pNF b94aca94-5884 0 is matching search criteria
2021-10-01T05:02:36.208Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T05:02:36.208Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF b94aca94-5884 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T05:02:36.208Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:02:36.208Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_29My2nEhDjrobIfgH9kj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:02:36.208Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Node template pNF b94aca94-5884 0 is matching search criteria
2021-10-01T05:02:36.208Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T05:02:36.208Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF b94aca94-5884 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T05:02:36.208Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:02:36.208Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_29My2nEhDjrobIfgH9kj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:02:36.209Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:02:36.209Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_29My2nEhDjrobIfgH9kj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:02:36.209Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:02:36.209Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_29My2nEhDjrobIfgH9kj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:02:36.209Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:02:36.209Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_29My2nEhDjrobIfgH9kj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:02:36.209Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:02:36.209Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_29My2nEhDjrobIfgH9kj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:02:36.209Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_29My2nEhDjrobIfgH9kj
Description:catalog service description
Model UUID:fa3c37cc-8293-4b15-860d-7718698d2f89
Model Version:NULL
Model InvariantUuid:0d2fa655-0ca0-44f8-898c-4cdb327c4066
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-10-01T05:02:36.216Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 713cea4c-f799-48ee-aa68-dcdb09f7a7d4
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-10-01T05:02:36.218Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||pNF b94aca94-5884 0
2021-10-01T05:02:36.218Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 713cea4c-f799-48ee-aa68-dcdb09f7a7d4
2021-10-01T05:02:36.218Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||No resources found for Service: fa3c37cc-8293-4b15-860d-7718698d2f89
2021-10-01T05:02:36.218Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fa3c37cc-8293-4b15-860d-7718698d2f89
2021-10-01T05:02:36.218Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b94aca94-5884 0 713cea4c-f799-48ee-aa68-dcdb09f7a7d4 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-10-01T05:02:36.222Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38a2e815, org.onap.sdc.toscaparser.api.parameters.Input@4ee5afab, org.onap.sdc.toscaparser.api.parameters.Input@60e89ef1, org.onap.sdc.toscaparser.api.parameters.Input@5e0320fd, org.onap.sdc.toscaparser.api.parameters.Input@71ce8968]
2021-10-01T05:02:36.222Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:02:36.222Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_29My2nEhDjrobIfgH9kj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:02:36.222Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fa3c37cc-8293-4b15-860d-7718698d2f89: pNF b94aca94-5884
2021-10-01T05:02:36.223Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||Processing PNF resource: 713cea4c-f799-48ee-aa68-dcdb09f7a7d4
2021-10-01T05:02:36.223Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:02:36.223Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_29My2nEhDjrobIfgH9kj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:02:36.223Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||Resource customization UUID: 9da09544-ad29-4a95-b079-9351ebfdd721 is the same as notified resource customizationUUID: 9da09544-ad29-4a95-b079-9351ebfdd721
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-10-01T05:02:36.278Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b94aca94-5884 713cea4c-f799-48ee-aa68-dcdb09f7a7d4 0 ASDC deployResourceStructure
2021-10-01T05:02:36.278Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar ASDC sendASDCNotification
2021-10-01T05:02:36.279Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar
2021-10-01T05:02:36.279Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T05:02:36.279Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:02:36.281Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:02:36.281Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064556278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:02:36.381Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:02:36.381Z||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-10-01T05:02:36.381Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:02:36.389Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:02:36.390Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:02:37.281Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90cd235f-d757-4261-aca6-dab9e69fd065
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T05:02:37.295Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90cd235f-d757-4261-aca6-dab9e69fd065
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T05:02:37.299Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T05:02:37.299Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-01T05:02:37.299Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-01T05:02:37.299Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-01T05:02:37.299Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:02:37.299Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:02:37.299Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:02:37.299Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:02:37.299Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:02:37.300Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:02:37.300Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:02:37.300Z|90cd235f-d757-4261-aca6-dab9e69fd065|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-10-01T05:02:37.306Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-01T05:03:07.306Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90cd235f-d757-4261-aca6-dab9e69fd065 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-10-01T05:03:07.312Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90cd235f-d757-4261-aca6-dab9e69fd065 and serviceModelVersionId: fa3c37cc-8293-4b15-860d-7718698d2f89
2021-10-01T05:03:07.312Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d2fa655-0ca0-44f8-898c-4cdb327c4066
2021-10-01T05:03:07.313Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d2fa655-0ca0-44f8-898c-4cdb327c4066/model-vers/model-ver/fa3c37cc-8293-4b15-860d-7718698d2f89?depth=0
2021-10-01T05:03:07.318Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-01T05:03:07.350Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d2fa655-0ca0-44f8-898c-4cdb327c4066/model-vers/model-ver/fa3c37cc-8293-4b15-860d-7718698d2f89?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-10-01T05:03:07.351Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d2fa655-0ca0-44f8-898c-4cdb327c4066/model-vers/model-ver/fa3c37cc-8293-4b15-860d-7718698d2f89?depth=0|INFO|500||Invoke
2021-10-01T05:03:07.368Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d2fa655-0ca0-44f8-898c-4cdb327c4066/model-vers/model-ver/fa3c37cc-8293-4b15-860d-7718698d2f89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-01T05:03:07.535Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d2fa655-0ca0-44f8-898c-4cdb327c4066/model-vers/model-ver/fa3c37cc-8293-4b15-860d-7718698d2f89?depth=0|INFO|500||InvokeReturn
2021-10-01T05:03:07.535Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0d2fa655-0ca0-44f8-898c-4cdb327c4066/model-vers/model-ver/fa3c37cc-8293-4b15-860d-7718698d2f89?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211001-05:03:07:376-97740], vertex-id=[516192], Content-Length=[0], Date=[Fri, 01 Oct 2021 05:03:07 GMT], Content-Type=[application/json]}
2021-10-01T05:03:07.536Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-01T05:03:07.536Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-01T05:03:07.536Z|90cd235f-d757-4261-aca6-dab9e69fd065|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-10-01T05:03:07.540Z|90cd235f-d757-4261-aca6-dab9e69fd065|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-10-01T05:03:07.540Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90cd235f-d757-4261-aca6-dab9e69fd065 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-01T05:03:07.541Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-01T05:03:07.541Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:07.542Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:07.543Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064587540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T05:03:07.643Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:07.644Z||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-10-01T05:03:07.644Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:07.658Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:07.658Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-01T05:03:08.554Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-01T05:03:08.554Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac5ab252-92b5-4fd8-8b9b-be88e18c4103","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"df2f3774-c277-44bc-a52f-71e87105c28d","serviceDescription":"service","serviceInvariantUUID":"6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a82bc674-f143-42a9-8ede-0bd9cd92069f","resourceInvariantUUID":"18868b62-9410-4afa-9ef4-d1e2ec79f12e","resourceCustomizationUUID":"6865bf0f-a478-4e4d-bfcb-c0afa0cf976e","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":"YTE1ZjA2NTc2ZDZjNDM0MjE2MjUzZmI5MjEyYzQwYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9eed7c8-c300-4f36-952a-7afd10cf4a8f","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":"986d4d99-55b8-4284-807d-23b2825f54d3","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":"9c95091a-5199-4aef-bf13-7ee18bd69851","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":"MGQ2MDQzZDc4MTU4ZjlkN2IzODA4ZTI1NmQxMGMwODY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0006cd6c-c364-4d5e-94cd-3d41fb6baa58","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":"3f8ec499-ca5d-4fd7-9ddd-6243e17c2382","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":"d0353979-efcc-479b-935c-f3549fc2c43a","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":"887d8e2d-29d0-41b8-8662-c4731eae0b51","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":"NWEwM2RjMjc5MDM3YjE1ZTc5NDRiMmI5NzYyOWE0ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e4f22b9-4a87-42d4-b279-3ea27b776daf","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjJkNjA4OGZhZDg5ODhhY2NlZDc2OTdjYmI5NDk1ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"adfc490a-8a3f-4c1f-b60e-b382ec8517eb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-01T05:03:08.554Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:08.555Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:08.556Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:08.556Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:03:08.657Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T05:03:08.657Z||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-10-01T05:03:08.657Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:08.666Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:08.666Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:09.557Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:09.557Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:09.559Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:09.559Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:03:09.660Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:09.660Z||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-10-01T05:03:09.660Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:09.669Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:09.669Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:10.560Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:10.560Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:10.562Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:10.562Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:03:10.663Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:10.664Z||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-10-01T05:03:10.664Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:10.672Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:10.673Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:11.563Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:11.563Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:11.565Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:11.565Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:03:11.665Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:11.666Z||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-10-01T05:03:11.666Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:11.675Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:11.675Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-10-01T05:03:12.566Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:12.567Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:12.569Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:12.569Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:03:12.669Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:12.670Z||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-10-01T05:03:12.670Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:12.678Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:12.678Z||pool-105-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:13.570Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:13.570Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:13.573Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:13.573Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:03:13.673Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:13.674Z||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-10-01T05:03:13.675Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:13.685Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:13.686Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:14.574Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:14.575Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:14.577Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:14.577Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:03:14.677Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:14.678Z||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-10-01T05:03:14.678Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:14.687Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:14.688Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:15.578Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:15.578Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:15.580Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:15.580Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:03:15.681Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T05:03:15.682Z||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-10-01T05:03:15.682Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:15.691Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:15.691Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:16.581Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:16.582Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:16.584Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:16.584Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:03:16.684Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:16.685Z||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-10-01T05:03:16.686Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:16.696Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:16.696Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:17.585Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "df2f3774-c277-44bc-a52f-71e87105c28d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "6865bf0f-a478-4e4d-bfcb-c0afa0cf976e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a82bc674-f143-42a9-8ede-0bd9cd92069f",
      "resourceInvariantUUID": "18868b62-9410-4afa-9ef4-d1e2ec79f12e",
      "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": "MjJkNjA4OGZhZDg5ODhhY2NlZDc2OTdjYmI5NDk1ZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "adfc490a-8a3f-4c1f-b60e-b382ec8517eb"
    }
  ],
  "workloadContext": "Production"
}
2021-10-01T05:03:17.585Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-01T05:03:17.585Z|90cd235f-d757-4261-aca6-dab9e69fd065|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df2f3774-c277-44bc-a52f-71e87105c28d ASDC
2021-10-01T05:03:17.586Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ac5ab252-92b5-4fd8-8b9b-be88e18c4103
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:df2f3774-c277-44bc-a52f-71e87105c28d
ServiceInvariantUUID:6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2
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:adfc490a-8a3f-4c1f-b60e-b382ec8517eb
ArtifactChecksum:MjJkNjA4OGZhZDg5ODhhY2NlZDc2OTdjYmI5NDk1ZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:6865bf0f-a478-4e4d-bfcb-c0afa0cf976e
ResourceInvariantUUID:18868b62-9410-4afa-9ef4-d1e2ec79f12e
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:a82bc674-f143-42a9-8ede-0bd9cd92069f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-01T05:03:17.586Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df2f3774-c277-44bc-a52f-71e87105c28d 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-10-01T05:03:17.614Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T05:03:17.614Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T05:03:17.614Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T05:03:17.614Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: adfc490a-8a3f-4c1f-b60e-b382ec8517eb from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-01T05:03:17.615Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T05:03:17.615Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:17.749Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T05:03:17.757Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar adfc490a-8a3f-4c1f-b60e-b382ec8517eb 105558
2021-10-01T05:03:17.758Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:17.758Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:17.758Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T05:03:17.758Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:17.760Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:17.760Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064597758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:03:17.860Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:17.861Z||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-10-01T05:03:17.861Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:17.869Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:17.870Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:18.761Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T05:03:18.762Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T05:03:18.762Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: adfc490a-8a3f-4c1f-b60e-b382ec8517eb, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-01T05:03:18.762Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-01T05:03:18.763Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-01T05:03:18.763Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-01T05:03:18.853Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10543975396183169529/Definitions/service-TestPnfMacro-template.yml
2021-10-01T05:03:19.459Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-01T05:03:19.459Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T05:03:19.460Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-01T05:03:19.460Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-01T05:03:19.460Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.460Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.460Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.460Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.460Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.460Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.460Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.460Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T05:03:19.460Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:03:19.460Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.460Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-01T05:03:19.461Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T05:03:19.461Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T05:03:19.461Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:03:19.461Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.461Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-01T05:03:19.461Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T05:03:19.461Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T05:03:19.461Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:03:19.461Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.461Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:03:19.461Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.461Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:03:19.462Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.462Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:03:19.462Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.462Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:03:19.462Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.462Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:df2f3774-c277-44bc-a52f-71e87105c28d
Model Version:NULL
Model InvariantUuid:6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2
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-10-01T05:03:19.468Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: a82bc674-f143-42a9-8ede-0bd9cd92069f
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-10-01T05:03:19.471Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||test-pnf 0
2021-10-01T05:03:19.471Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a82bc674-f143-42a9-8ede-0bd9cd92069f
2021-10-01T05:03:19.471Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||No resources found for Service: df2f3774-c277-44bc-a52f-71e87105c28d
2021-10-01T05:03:19.471Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: df2f3774-c277-44bc-a52f-71e87105c28d
2021-10-01T05:03:19.471Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a82bc674-f143-42a9-8ede-0bd9cd92069f 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-10-01T05:03:19.475Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12f3d5d9, org.onap.sdc.toscaparser.api.parameters.Input@28c3bcfa, org.onap.sdc.toscaparser.api.parameters.Input@58200463, org.onap.sdc.toscaparser.api.parameters.Input@416aae10, org.onap.sdc.toscaparser.api.parameters.Input@4dbbe6f9]
2021-10-01T05:03:19.475Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:03:19.475Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.476Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid df2f3774-c277-44bc-a52f-71e87105c28d: test-pnf
2021-10-01T05:03:19.476Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||Processing PNF resource: a82bc674-f143-42a9-8ede-0bd9cd92069f
2021-10-01T05:03:19.476Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:03:19.476Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.476Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||Resource customization UUID: 6865bf0f-a478-4e4d-bfcb-c0afa0cf976e is the same as notified resource customizationUUID: 6865bf0f-a478-4e4d-bfcb-c0afa0cf976e
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-10-01T05:03:19.503Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a82bc674-f143-42a9-8ede-0bd9cd92069f 0 ASDC deployResourceStructure
2021-10-01T05:03:19.504Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.504Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:19.504Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T05:03:19.504Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:19.506Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:19.506Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064599504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:03:19.606Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:19.607Z||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-10-01T05:03:19.607Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:19.616Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:19.616Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:20.507Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac5ab252-92b5-4fd8-8b9b-be88e18c4103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T05:03:20.518Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac5ab252-92b5-4fd8-8b9b-be88e18c4103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T05:03:20.520Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T05:03:20.521Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-01T05:03:20.521Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-01T05:03:20.521Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-01T05:03:20.521Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:03:20.521Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:03:20.521Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:03:20.521Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:03:20.521Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:03:20.521Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:03:20.521Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:03:20.521Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:20.527Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-01T05:03:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:03:29.830Z||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-10-01T05:03:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:03:29.848Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:29.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:03:29.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:03:29.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:03:50.527Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac5ab252-92b5-4fd8-8b9b-be88e18c4103 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-10-01T05:03:50.532Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac5ab252-92b5-4fd8-8b9b-be88e18c4103 and serviceModelVersionId: df2f3774-c277-44bc-a52f-71e87105c28d
2021-10-01T05:03:50.532Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2
2021-10-01T05:03:50.533Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2/model-vers/model-ver/df2f3774-c277-44bc-a52f-71e87105c28d?depth=0
2021-10-01T05:03:50.537Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-01T05:03:50.565Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2/model-vers/model-ver/df2f3774-c277-44bc-a52f-71e87105c28d?depth=0|INFO|500||Invoke
2021-10-01T05:03:50.565Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2/model-vers/model-ver/df2f3774-c277-44bc-a52f-71e87105c28d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2/model-vers/model-ver/df2f3774-c277-44bc-a52f-71e87105c28d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ac5ab252-92b5-4fd8-8b9b-be88e18c4103], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6cf05224-5ef6-45a4-8adf-07c6a87c7875], X-ECOMP-RequestID=[ac5ab252-92b5-4fd8-8b9b-be88e18c4103], X-TransactionId=[], X-ONAP-RequestID=[ac5ab252-92b5-4fd8-8b9b-be88e18c4103], Content-Type=[application/merge-patch+json]}
2021-10-01T05:03:50.582Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2/model-vers/model-ver/df2f3774-c277-44bc-a52f-71e87105c28d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-01T05:03:50.666Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2/model-vers/model-ver/df2f3774-c277-44bc-a52f-71e87105c28d?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/6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2/model-vers/model-ver/df2f3774-c277-44bc-a52f-71e87105c28d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211001-05:03:50:589-65069], vertex-id=[213096], Content-Length=[0], Date=[Fri, 01 Oct 2021 05:03:50 GMT], Content-Type=[application/json]}
2021-10-01T05:03:50.667Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2/model-vers/model-ver/df2f3774-c277-44bc-a52f-71e87105c28d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-01T05:03:50.668Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6f0f2340-5e1f-44f2-8aa2-212bc65ef1a2/model-vers/model-ver/df2f3774-c277-44bc-a52f-71e87105c28d?depth=0|INFO|500||InvokeReturn
2021-10-01T05:03:50.668Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-01T05:03:50.668Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:50.671Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|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-10-01T05:03:50.672Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac5ab252-92b5-4fd8-8b9b-be88e18c4103 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-01T05:03:50.672Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-01T05:03:50.672Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:50.675Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:50.675Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064630672,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T05:03:50.775Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:50.776Z||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-10-01T05:03:50.776Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:50.789Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:50.790Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-01T05:03:51.687Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-01T05:03:51.688Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0cc82ee-5bd2-4120-858d-b16589f80743","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c318421c-5a25-4bd1-8a22-65d4bb16779c","serviceDescription":"service","serviceInvariantUUID":"76250a19-3511-4981-9e0b-05bb7b599ae8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d2ec25be-a702-4b97-a1a7-7edb4b2ac98c","resourceInvariantUUID":"8fca510e-a6e2-43b1-89c0-1bc09cfcdc8b","resourceCustomizationUUID":"ed71255a-9d22-4d00-bd66-6a0e4e7cc734","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":"MDNiMjc5ZTE2ZDZkYmFiMmUyZDA0MWUxNjYxYzVjZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c59f2275-a623-4934-9c0f-7e998c31f39c","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":"9f9cb53b-0a65-4fd9-a556-9ee0e8580ab2","artifactVersion":"2","generatedFromUUID":"55ebadaa-65c9-417f-ae59-c028d45c7c0d"},{"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":"55ebadaa-65c9-417f-ae59-c028d45c7c0d","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":"YTE1NzE2ZjJmNmMxMWExN2YzMTZhYThjN2I0NzNkY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"13049096-36d0-46f0-800d-79649d64bb2b","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":"298b8a4e-044e-4627-a4b0-805fb592b041","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":"091bbd67-bd9e-4c11-94da-a73f721d66f7","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":"4acbcb13-2377-4ebd-9e27-995d55f16143","artifactVersion":"2","generatedFromUUID":"298b8a4e-044e-4627-a4b0-805fb592b041"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDkyYTU3MDRkZmEzYjI3ZmFiZTc0NzQyYmY3YTBiYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8bb4df90-fd13-4ce7-ab5b-e10c03f42b17","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWM2NDViZDlmZTFmOGU5YThhODM1MmFmNjEyZDI0MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cefe3357-a044-4abe-b418-2501baf734c0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-01T05:03:51.688Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:51.689Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:51.691Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:51.691Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:03:51.791Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:51.791Z||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-10-01T05:03:51.791Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:51.802Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:51.802Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:52.691Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:52.692Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:52.695Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:52.695Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-01T05:03:52.795Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:52.796Z||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-10-01T05:03:52.796Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:52.806Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:52.806Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:53.695Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:53.696Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:53.698Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:53.698Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-01T05:03:53.799Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:53.799Z||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-10-01T05:03:53.799Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:53.811Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:53.811Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-01T05:03:54.699Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:54.700Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:54.702Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:54.702Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T05:03:54.802Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:54.803Z||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-10-01T05:03:54.803Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:54.813Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:54.813Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:55.703Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:55.703Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:55.705Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:55.705Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-01T05:03:55.806Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T05:03:55.806Z||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-10-01T05:03:55.806Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:55.815Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:55.816Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:56.706Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:56.707Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:56.708Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:56.708Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:03:56.809Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T05:03:56.809Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:03:56.809Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:56.819Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:56.819Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-01T05:03:57.709Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:57.710Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:57.711Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:57.711Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-01T05:03:57.811Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:57.812Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:03:57.812Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:57.822Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:57.822Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:58.712Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:58.713Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:58.715Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:58.715Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:03:58.815Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:03:58.816Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:03:58.816Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:58.826Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:58.826Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:03:59.716Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-01T05:03:59.717Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:03:59.718Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:03:59.718Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:03:59.819Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T05:03:59.819Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:03:59.819Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:03:59.828Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:03:59.828Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:04:00.720Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "c318421c-5a25-4bd1-8a22-65d4bb16779c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "76250a19-3511-4981-9e0b-05bb7b599ae8",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ed71255a-9d22-4d00-bd66-6a0e4e7cc734",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d2ec25be-a702-4b97-a1a7-7edb4b2ac98c",
      "resourceInvariantUUID": "8fca510e-a6e2-43b1-89c0-1bc09cfcdc8b",
      "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": "9f9cb53b-0a65-4fd9-a556-9ee0e8580ab2",
          "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": "55ebadaa-65c9-417f-ae59-c028d45c7c0d",
          "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": "YTE1NzE2ZjJmNmMxMWExN2YzMTZhYThjN2I0NzNkY2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "13049096-36d0-46f0-800d-79649d64bb2b",
          "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": "298b8a4e-044e-4627-a4b0-805fb592b041",
          "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": "4acbcb13-2377-4ebd-9e27-995d55f16143",
            "generatedFromUUID": "298b8a4e-044e-4627-a4b0-805fb592b041"
          },
          "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": "4acbcb13-2377-4ebd-9e27-995d55f16143",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OWM2NDViZDlmZTFmOGU5YThhODM1MmFmNjEyZDI0MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cefe3357-a044-4abe-b418-2501baf734c0"
    }
  ],
  "workloadContext": "Production"
}
2021-10-01T05:04:00.720Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-01T05:04:00.720Z|ac5ab252-92b5-4fd8-8b9b-be88e18c4103|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c318421c-5a25-4bd1-8a22-65d4bb16779c ASDC
2021-10-01T05:04:00.721Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a0cc82ee-5bd2-4120-858d-b16589f80743
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c318421c-5a25-4bd1-8a22-65d4bb16779c
ServiceInvariantUUID:76250a19-3511-4981-9e0b-05bb7b599ae8
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:cefe3357-a044-4abe-b418-2501baf734c0
ArtifactChecksum:OWM2NDViZDlmZTFmOGU5YThhODM1MmFmNjEyZDI0MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ed71255a-9d22-4d00-bd66-6a0e4e7cc734
ResourceInvariantUUID:8fca510e-a6e2-43b1-89c0-1bc09cfcdc8b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d2ec25be-a702-4b97-a1a7-7edb4b2ac98c
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:9f9cb53b-0a65-4fd9-a556-9ee0e8580ab2
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:55ebadaa-65c9-417f-ae59-c028d45c7c0d
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:13049096-36d0-46f0-800d-79649d64bb2b
ArtifactChecksum:YTE1NzE2ZjJmNmMxMWExN2YzMTZhYThjN2I0NzNkY2Q=
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:298b8a4e-044e-4627-a4b0-805fb592b041
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:4acbcb13-2377-4ebd-9e27-995d55f16143
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:4acbcb13-2377-4ebd-9e27-995d55f16143
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-01T05:04:00.721Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c318421c-5a25-4bd1-8a22-65d4bb16779c 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-10-01T05:04:00.751Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T05:04:00.751Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T05:04:00.751Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T05:04:00.752Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cefe3357-a044-4abe-b418-2501baf734c0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-01T05:04:00.752Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T05:04:00.752Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-01T05:04:02.101Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T05:04:02.104Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar cefe3357-a044-4abe-b418-2501baf734c0 68752
2021-10-01T05:04:02.104Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-01T05:04:02.105Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-01T05:04:02.105Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T05:04:02.105Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:04:02.107Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:04:02.107Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064642104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:04:02.208Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T05:04:02.208Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:04:02.209Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:04:02.217Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:04:02.218Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:04:03.108Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-01T05:04:03.109Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-01T05:04:03.110Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: cefe3357-a044-4abe-b418-2501baf734c0, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-01T05:04:03.110Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-01T05:04:03.110Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-01T05:04:03.111Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-01T05:04:03.200Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4267067901138647340/Definitions/service-BasicCnf-template.yml
2021-10-01T05:04:04.093Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-01T05:04:04.093Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T05:04:04.093Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-01T05:04:04.093Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-01T05:04:04.094Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-01T05:04:04.094Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-01T05:04:04.094Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-01T05:04:04.094Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-01T05:04:04.094Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-01T05:04:04.094Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:04.094Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:04.094Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-01T05:04:04.094Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T05:04:04.094Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T05:04:04.094Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:04.094Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:04.095Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-01T05:04:04.095Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-01T05:04:04.095Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-01T05:04:04.095Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:04.095Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:04.095Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:04.095Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-01T05:04:04.095Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-01T05:04:04.095Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-01T05:04:04.095Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-01T05:04:04.095Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:04.095Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T05:04:04.096Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:04.096Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-01T05:04:04.096Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T05:04:04.096Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:04.096Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-01T05:04:04.096Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T05:04:04.096Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:04.096Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-01T05:04:04.096Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T05:04:04.096Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:04.096Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-01T05:04:04.097Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-01T05:04:04.097Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5de59603-c713-431a-ba99-842b4c161e5d
2021-10-01T05:04:04.097Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:04.097Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:04.097Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:04.097Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:04.097Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:04.097Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:04.097Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:04.097Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:04.097Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c318421c-5a25-4bd1-8a22-65d4bb16779c
Model Version:NULL
Model InvariantUuid:76250a19-3511-4981-9e0b-05bb7b599ae8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a5a7a0c4-bc9d-4dfd-b862-bf5d66522799
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8fca510e-a6e2-43b1-89c0-1bc09cfcdc8b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ed71255a-9d22-4d00-bd66-6a0e4e7cc734
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ed9bf16b-c692-4a3f-b7c7-6639e3e7a8ce
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:2d7ee257-17ad-4feb-9171-61ebd07e174d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5de59603-c713-431a-ba99-842b4c161e5d
ModelInvariantUuid:2a4fb818-c06e-4a4d-bbc3-ecabf042b361
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:2d2f0ee6-3ead-4919-8e63-fae09ff55a42
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f3359456-5c36-48cb-833f-e7b7bfe29c7d
ModelInvariantUuid:09d50a98-1663-4bdd-8e9a-164fe6f49c32
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:93cbc23a-20b5-476a-9c76-eb6d8243c8de
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-10-01T05:04:04.102Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d2ec25be-a702-4b97-a1a7-7edb4b2ac98c
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-10-01T05:04:04.104Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||basic_cnf 0
2021-10-01T05:04:04.104Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d2ec25be-a702-4b97-a1a7-7edb4b2ac98c
2021-10-01T05:04:04.105Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9f9cb53b-0a65-4fd9-a556-9ee0e8580ab2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-01T05:04:04.105Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T05:04:04.105Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-01T05:04:04.655Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T05:04:04.656Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9f9cb53b-0a65-4fd9-a556-9ee0e8580ab2 12
2021-10-01T05:04:04.656Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-01T05:04:04.656Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-01T05:04:04.656Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T05:04:04.657Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:04:04.659Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:04:04.659Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064644656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:04:04.760Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T05:04:04.760Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:04:04.760Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:04:04.768Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:04:04.769Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:04:05.660Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 55ebadaa-65c9-417f-ae59-c028d45c7c0d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-01T05:04:05.661Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T05:04:05.661Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-01T05:04:06.129Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T05:04:06.130Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 55ebadaa-65c9-417f-ae59-c028d45c7c0d 2688
2021-10-01T05:04:06.130Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-01T05:04:06.131Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-01T05:04:06.131Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T05:04:06.131Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:04:06.133Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:04:06.133Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064646130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:04:06.233Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:04:06.234Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:04:06.234Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:04:06.243Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:04:06.244Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:04:07.135Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 13049096-36d0-46f0-800d-79649d64bb2b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-01T05:04:07.136Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T05:04:07.136Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-01T05:04:07.624Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T05:04:07.624Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 13049096-36d0-46f0-800d-79649d64bb2b 828
2021-10-01T05:04:07.624Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-01T05:04:07.625Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-01T05:04:07.625Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T05:04:07.625Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:04:07.627Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:04:07.627Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064647624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:04:07.727Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:04:07.728Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:04:07.728Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:04:07.737Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:04:07.737Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:04:08.627Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ed9bf16b-c692-4a3f-b7c7-6639e3e7a8ce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d7ee257-17ad-4feb-9171-61ebd07e174d",
    "vfModuleModelCustomizationUUID": "6dbcad0e-a6a6-4df2-b17e-2e09465756d2",
    "isBase": true,
    "artifacts": [
      "55ebadaa-65c9-417f-ae59-c028d45c7c0d",
      "298b8a4e-044e-4627-a4b0-805fb592b041",
      "4acbcb13-2377-4ebd-9e27-995d55f16143"
    ],
    "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-10-01T05:04:08.632Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d7ee257-17ad-4feb-9171-61ebd07e174d
VfModuleModelInvariantUUID:ed9bf16b-c692-4a3f-b7c7-6639e3e7a8ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
55ebadaa-65c9-417f-ae59-c028d45c7c0d
,
298b8a4e-044e-4627-a4b0-805fb592b041
,
4acbcb13-2377-4ebd-9e27-995d55f16143

}
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-10-01T05:04:08.634Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ed9bf16b-c692-4a3f-b7c7-6639e3e7a8ce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d7ee257-17ad-4feb-9171-61ebd07e174d",
    "vfModuleModelCustomizationUUID": "6dbcad0e-a6a6-4df2-b17e-2e09465756d2",
    "isBase": true,
    "artifacts": [
      "55ebadaa-65c9-417f-ae59-c028d45c7c0d",
      "298b8a4e-044e-4627-a4b0-805fb592b041",
      "4acbcb13-2377-4ebd-9e27-995d55f16143"
    ],
    "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-10-01T05:04:08.634Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d7ee257-17ad-4feb-9171-61ebd07e174d
VfModuleModelInvariantUUID:ed9bf16b-c692-4a3f-b7c7-6639e3e7a8ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
55ebadaa-65c9-417f-ae59-c028d45c7c0d
,
298b8a4e-044e-4627-a4b0-805fb592b041
,
4acbcb13-2377-4ebd-9e27-995d55f16143

}
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-10-01T05:04:08.635Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 298b8a4e-044e-4627-a4b0-805fb592b041 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-01T05:04:08.635Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T05:04:08.635Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-01T05:04:09.547Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T05:04:09.548Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 298b8a4e-044e-4627-a4b0-805fb592b041 1164
2021-10-01T05:04:09.548Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-01T05:04:09.548Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-01T05:04:09.548Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T05:04:09.548Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:04:09.550Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:04:09.551Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064649548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:04:09.651Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:04:09.651Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:04:09.651Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:04:09.660Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:04:09.660Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:04:10.552Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4acbcb13-2377-4ebd-9e27-995d55f16143 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-01T05:04:10.553Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-01T05:04:10.553Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-01T05:04:10.950Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-01T05:04:10.950Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4acbcb13-2377-4ebd-9e27-995d55f16143 200
2021-10-01T05:04:10.951Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-01T05:04:10.951Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-01T05:04:10.951Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-01T05:04:10.951Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:04:10.953Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:04:10.953Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064650951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:04:11.053Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:04:11.054Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:04:11.054Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:04:11.063Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:04:11.063Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:04:11.954Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c318421c-5a25-4bd1-8a22-65d4bb16779c
2021-10-01T05:04:11.954Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d2ec25be-a702-4b97-a1a7-7edb4b2ac98c 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 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-10-01T05:04:11.966Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-10-01T05:04:11.971Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7aad1cb1, org.onap.sdc.toscaparser.api.parameters.Input@1d89e81c, org.onap.sdc.toscaparser.api.parameters.Input@7b806d67, org.onap.sdc.toscaparser.api.parameters.Input@1eb4f06, org.onap.sdc.toscaparser.api.parameters.Input@13b1931e]
2021-10-01T05:04:11.972Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.972Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:11.972Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-10-01T05:04:11.972Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ed71255a-9d22-4d00-bd66-6a0e4e7cc734
2021-10-01T05:04:11.972Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ed71255a-9d22-4d00-bd66-6a0e4e7cc734 matches Tosca VF Customization UUID: ed71255a-9d22-4d00-bd66-6a0e4e7cc734
2021-10-01T05:04:11.972Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ed71255a-9d22-4d00-bd66-6a0e4e7cc734  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-10-01T05:04:11.974Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.974Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:11.974Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ed71255a-9d22-4d00-bd66-6a0e4e7cc734: {\"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-10-01T05:04:11.975Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62f11d35
2021-10-01T05:04:11.975Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.975Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-01T05:04:11.975Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6dbcad0e-a6a6-4df2-b17e-2e09465756d2
2021-10-01T05:04:11.975Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6dbcad0e-a6a6-4df2-b17e-2e09465756d2
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-10-01T05:04:11.976Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.977Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-01T05:04:11.977Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T05:04:11.977Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.977Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-01T05:04:11.977Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T05:04:11.977Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.977Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-01T05:04:11.978Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-01T05:04:11.978Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5de59603-c713-431a-ba99-842b4c161e5d
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-10-01T05:04:11.979Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.980Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-01T05:04:11.980Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-01T05:04:11.980Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.980Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-01T05:04:11.980Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ed71255a-9d22-4d00-bd66-6a0e4e7cc734
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-10-01T05:04:11.981Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.981Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:11.981Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c318421c-5a25-4bd1-8a22-65d4bb16779c: basic_cnf
2021-10-01T05:04:11.981Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.981Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:11.981Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.982Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:11.982Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.982Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:11.982Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.982Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:11.982Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-01T05:04:11.982Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-01T05:04:11.982Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-01T05:04:12.032Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d2ec25be-a702-4b97-a1a7-7edb4b2ac98c 1 ASDC deployResourceStructure
2021-10-01T05:04:12.033Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-01T05:04:12.033Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-10-01T05:04:12.033Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-01T05:04:12.033Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:04:12.035Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:04:12.035Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064652032,
  "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-10-01T05:04:12.135Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:04:12.136Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:04:12.136Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:04:12.145Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:04:12.145Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-01T05:04:13.035Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-01T05:04:13.036Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-10-01T05:04:13.036Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-01T05:04:13.037Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:04:13.038Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:04:13.039Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064653035,
  "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-10-01T05:04:13.139Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:04:13.139Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:04:13.140Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:04:13.149Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:04:13.149Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:04:14.039Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-01T05:04:14.040Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-01T05:04:14.040Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T05:04:14.040Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:04:14.042Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:04:14.042Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064654039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T05:04:14.142Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:04:14.143Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:04:14.143Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:04:14.151Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:04:14.151Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:04:15.043Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-01T05:04:15.043Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-01T05:04:15.043Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T05:04:15.043Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:04:15.045Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:04:15.045Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064655043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T05:04:15.146Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T05:04:15.146Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:04:15.146Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:04:15.154Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:04:15.155Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:04:16.046Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-01T05:04:16.047Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-01T05:04:16.047Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T05:04:16.048Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:04:16.050Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:04:16.050Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064656046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-01T05:04:16.150Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-01T05:04:16.150Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:04:16.151Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:04:16.158Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:04:16.159Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:04:17.050Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-01T05:04:17.051Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-01T05:04:17.051Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-01T05:04:17.051Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:04:17.053Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:04:17.053Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064657050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:04:17.153Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-01T05:04:17.154Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:04:17.154Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:04:17.162Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:04:17.163Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-10-01T05:04:18.054Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0cc82ee-5bd2-4120-858d-b16589f80743
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T05:04:18.064Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0cc82ee-5bd2-4120-858d-b16589f80743
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T05:04:18.066Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T05:04:18.066Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T05:04:18.066Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T05:04:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:04:29.831Z||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-10-01T05:04:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:04:29.856Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:04:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064345982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064498441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:04:29.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:04:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064501123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:04:29.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:04:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064503765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:04:29.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:04:29.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064505256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:04:29.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:04:29.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064506348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T05:04:29.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:04:29.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064507351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T05:04:29.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:04:29.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064508356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-01T05:04:29.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:04:29.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064509360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:04:29.863Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:04:29.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064530546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064527030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "policy-id",
  "timestamp": 1633064532656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "clamp",
  "timestamp": 1633064531073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064527030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064530546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "policy-id",
  "timestamp": 1633064532656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "clamp",
  "timestamp": 1633064531073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064530546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064527030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "policy-id",
  "timestamp": 1633064532656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "clamp",
  "timestamp": 1633064531073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064527030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064530546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "policy-id",
  "timestamp": 1633064532656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "clamp",
  "timestamp": 1633064531073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "cds",
  "timestamp": 1633064539552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f9a19e7-1a4a-4545-9e2b-486f13f8366e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064540808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T05:04:29.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:04:29.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064527030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064530546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "policy-id",
  "timestamp": 1633064532656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "clamp",
  "timestamp": 1633064531073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "cds",
  "timestamp": 1633064539552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064527030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064530546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "policy-id",
  "timestamp": 1633064532656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "clamp",
  "timestamp": 1633064531073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "cds",
  "timestamp": 1633064539552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064527030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064530546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "policy-id",
  "timestamp": 1633064532656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "clamp",
  "timestamp": 1633064531073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "cds",
  "timestamp": 1633064539552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "dcae-sch",
  "timestamp": 1633064542652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064527030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064530546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "policy-id",
  "timestamp": 1633064532656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "clamp",
  "timestamp": 1633064531073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "cds",
  "timestamp": 1633064539552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "dcae-sch",
  "timestamp": 1633064542652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064527030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1633064530546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "policy-id",
  "timestamp": 1633064532656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "clamp",
  "timestamp": 1633064531073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "cds",
  "timestamp": 1633064539552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "dcae-sch",
  "timestamp": 1633064542652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "cds",
  "timestamp": 1633064539552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "dcae-sch",
  "timestamp": 1633064542652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064546528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "policy-id",
  "timestamp": 1633064546533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "cds",
  "timestamp": 1633064539552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "aai-ml",
  "timestamp": 1633064546642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "dcae-sch",
  "timestamp": 1633064542652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "policy-id",
  "timestamp": 1633064547537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064548138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "cds",
  "timestamp": 1633064539552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "aai-ml",
  "timestamp": 1633064546642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "dcae-sch",
  "timestamp": 1633064542652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "policy-id",
  "timestamp": 1633064548540,
  "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-10-01T05:04:29.885Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0cc82ee-5bd2-4120-858d-b16589f80743
2021-10-01T05:04:29.885Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0cc82ee-5bd2-4120-858d-b16589f80743 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-10-01T05:04:29.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "aai-ml",
  "timestamp": 1633064546642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:29.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:04:29.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "dcae-sch",
  "timestamp": 1633064542652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:04:29.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:04:48.067Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0cc82ee-5bd2-4120-858d-b16589f80743
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T05:04:48.076Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0cc82ee-5bd2-4120-858d-b16589f80743
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T05:04:48.077Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T05:04:48.077Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T05:04:48.078Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T05:05:18.078Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0cc82ee-5bd2-4120-858d-b16589f80743
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T05:05:18.087Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0cc82ee-5bd2-4120-858d-b16589f80743
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T05:05:18.090Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T05:05:18.090Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-01T05:05:18.090Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-01T05:05:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:05:29.831Z||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-10-01T05:05:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:05:29.853Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:05:29.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "aai-ml",
  "timestamp": 1633064546642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "dcae-sch",
  "timestamp": 1633064542652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064550517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:05:29.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "cds",
  "timestamp": 1633064550545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:05:29.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/resourceInstances/pnfb94aca9458840/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "aai-ml",
  "timestamp": 1633064546642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "dcae-sch",
  "timestamp": 1633064542652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "cds",
  "timestamp": 1633064551550,
  "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-10-01T05:05:29.865Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0cc82ee-5bd2-4120-858d-b16589f80743
2021-10-01T05:05:29.865Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0cc82ee-5bd2-4120-858d-b16589f80743 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-10-01T05:05:29.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064551951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:05:29.874Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "aai-ml",
  "timestamp": 1633064546642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064552985,
  "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-10-01T05:05:29.878Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0cc82ee-5bd2-4120-858d-b16589f80743
2021-10-01T05:05:29.878Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0cc82ee-5bd2-4120-858d-b16589f80743 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-10-01T05:05:29.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:05:29.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "aai-ml",
  "timestamp": 1633064546642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1633064553987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "aai-ml",
  "timestamp": 1633064546642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064554432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "clamp",
  "timestamp": 1633064555111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "aai-ml",
  "timestamp": 1633064546642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:05:29.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064555455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064556278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf29my2nehdjrobifgh9kj/1.0/artifacts/service-DemoPnf29my2nehdjrobifgh9kj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:05:29.889Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064555455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "clamp",
  "timestamp": 1633064557117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:05:29.890Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "aai-ml",
  "timestamp": 1633064557138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:05:29.890Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064555455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "clamp",
  "timestamp": 1633064558120,
  "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-10-01T05:05:29.895Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a0cc82ee-5bd2-4120-858d-b16589f80743
2021-10-01T05:05:29.895Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0cc82ee-5bd2-4120-858d-b16589f80743 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-10-01T05:05:29.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064555455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064555455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064555455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064555455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064555455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064555455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:05:29.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "aai-ml",
  "timestamp": 1633064564544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:05:29.906Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064565473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:05:29.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "aai-ml",
  "timestamp": 1633064565547,
  "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-10-01T05:05:29.912Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0cc82ee-5bd2-4120-858d-b16589f80743
2021-10-01T05:05:29.913Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0cc82ee-5bd2-4120-858d-b16589f80743 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-10-01T05:05:29.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064567426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:05:29.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1633064568428,
  "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-10-01T05:05:29.924Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0cc82ee-5bd2-4120-858d-b16589f80743
2021-10-01T05:05:29.924Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0cc82ee-5bd2-4120-858d-b16589f80743 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-10-01T05:05:29.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cd235f-d757-4261-aca6-dab9e69fd065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064587540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T05:05:29.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:05:29.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:05:29.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:05:29.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064597758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:05:29.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:29.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:05:29.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064599504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:05:29.936Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:05:48.090Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0cc82ee-5bd2-4120-858d-b16589f80743
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-01T05:05:48.099Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0cc82ee-5bd2-4120-858d-b16589f80743
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-01T05:05:48.101Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-01T05:05:48.101Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-01T05:05:48.101Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-01T05:05:48.101Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-01T05:05:48.101Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:05:48.101Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:05:48.101Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:05:48.101Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:05:48.101Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:05:48.101Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-01T05:05:48.101Z|a0cc82ee-5bd2-4120-858d-b16589f80743|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-10-01T05:05:48.105Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-01T05:06:18.106Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0cc82ee-5bd2-4120-858d-b16589f80743 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-10-01T05:06:18.111Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0cc82ee-5bd2-4120-858d-b16589f80743 and serviceModelVersionId: c318421c-5a25-4bd1-8a22-65d4bb16779c
2021-10-01T05:06:18.111Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76250a19-3511-4981-9e0b-05bb7b599ae8
2021-10-01T05:06:18.112Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76250a19-3511-4981-9e0b-05bb7b599ae8/model-vers/model-ver/c318421c-5a25-4bd1-8a22-65d4bb16779c?depth=0
2021-10-01T05:06:18.118Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-01T05:06:18.144Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/76250a19-3511-4981-9e0b-05bb7b599ae8/model-vers/model-ver/c318421c-5a25-4bd1-8a22-65d4bb16779c?depth=0|INFO|500||Invoke
2021-10-01T05:06:18.145Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/76250a19-3511-4981-9e0b-05bb7b599ae8/model-vers/model-ver/c318421c-5a25-4bd1-8a22-65d4bb16779c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/76250a19-3511-4981-9e0b-05bb7b599ae8/model-vers/model-ver/c318421c-5a25-4bd1-8a22-65d4bb16779c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a0cc82ee-5bd2-4120-858d-b16589f80743], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de448c8f-77b0-42f9-8c16-64dfa1902188], X-ECOMP-RequestID=[a0cc82ee-5bd2-4120-858d-b16589f80743], X-TransactionId=[], X-ONAP-RequestID=[a0cc82ee-5bd2-4120-858d-b16589f80743], Content-Type=[application/merge-patch+json]}
2021-10-01T05:06:18.165Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/76250a19-3511-4981-9e0b-05bb7b599ae8/model-vers/model-ver/c318421c-5a25-4bd1-8a22-65d4bb16779c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-01T05:06:18.236Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/76250a19-3511-4981-9e0b-05bb7b599ae8/model-vers/model-ver/c318421c-5a25-4bd1-8a22-65d4bb16779c?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/76250a19-3511-4981-9e0b-05bb7b599ae8/model-vers/model-ver/c318421c-5a25-4bd1-8a22-65d4bb16779c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211001-05:06:18:171-53472], vertex-id=[536672], Content-Length=[0], Date=[Fri, 01 Oct 2021 05:06:18 GMT], Content-Type=[application/json]}
2021-10-01T05:06:18.236Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/76250a19-3511-4981-9e0b-05bb7b599ae8/model-vers/model-ver/c318421c-5a25-4bd1-8a22-65d4bb16779c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-01T05:06:18.237Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/76250a19-3511-4981-9e0b-05bb7b599ae8/model-vers/model-ver/c318421c-5a25-4bd1-8a22-65d4bb16779c?depth=0|INFO|500||InvokeReturn
2021-10-01T05:06:18.238Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-01T05:06:18.238Z|a0cc82ee-5bd2-4120-858d-b16589f80743|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-10-01T05:06:18.242Z|a0cc82ee-5bd2-4120-858d-b16589f80743|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-10-01T05:06:18.242Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0cc82ee-5bd2-4120-858d-b16589f80743 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-01T05:06:18.242Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-01T05:06:18.243Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-01T05:06:18.244Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-01T05:06:18.244Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064778242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T05:06:18.345Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-01T05:06:18.346Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-01T05:06:18.346Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UpCER7T8omn8FsUw) ...
2021-10-01T05:06:18.360Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:06:18.360Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-01T05:06:19.255Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:06:19.256Z||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-10-01T05:06:19.256Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:06:29.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:06:29.438Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:06:29.438Z||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-10-01T05:06:29.438Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:06:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:06:29.831Z||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-10-01T05:06:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:06:29.851Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:06:29.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac5ab252-92b5-4fd8-8b9b-be88e18c4103",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064630672,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T05:06:29.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:06:29.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:06:29.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:06:29.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-01T05:06:29.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:06:29.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-01T05:06:29.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:06:29.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-01T05:06:29.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:06:29.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-01T05:06:29.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:06:29.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:06:29.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:06:29.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-01T05:06:29.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064541820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064642104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064644656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064646130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:06:29.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:06:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064647624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:06:29.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:06:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064649548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:06:29.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:06:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064650951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-01T05:06:29.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:06:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064652032,
  "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-10-01T05:06:29.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:06:29.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064653035,
  "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-10-01T05:06:29.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:06:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064654039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-01T05:06:29.857Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:06:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064655043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-01T05:06:29.857Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:06:29.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064656046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-01T05:06:29.857Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:06:29.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-01T05:06:29.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064657050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-01T05:06:29.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:06:38.972Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:06:38.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:06:38.973Z||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-10-01T05:06:38.973Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:06:48.510Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:06:48.511Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:06:48.511Z||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-10-01T05:06:48.511Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:06:58.044Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:06:58.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:06:58.044Z||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-10-01T05:06:58.045Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:07:07.579Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:07:07.580Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:07:07.580Z||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-10-01T05:07:07.580Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:07:17.109Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:07:17.110Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:07:17.110Z||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-10-01T05:07:17.110Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:07:26.641Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:07:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:07:29.828Z||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-10-01T05:07:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:07:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:07:29.830Z||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-10-01T05:07:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:07:30.352Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:07:30.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-01T05:07:30.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0cc82ee-5bd2-4120-858d-b16589f80743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1633064778242,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-01T05:07:30.353Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-01T05:07:39.364Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:08:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:08:29.828Z||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-10-01T05:08:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:08:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:08:29.830Z||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-10-01T05:08:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:08:39.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:08:39.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:09:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:09:29.828Z||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-10-01T05:09:29.828Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:09:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:09:29.830Z||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-10-01T05:09:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:09:39.369Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:09:39.369Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:10:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:10:29.828Z||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-10-01T05:10:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:10:29.830Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:10:29.831Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T05:10:29.831Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...
2021-10-01T05:10:39.368Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:10:39.368Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:11:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:11:29.828Z||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-10-01T05:11:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:11:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:11:29.830Z||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-10-01T05:11:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:11:39.367Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:11:39.367Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:12:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:12:29.828Z||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-10-01T05:12:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:12:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:12:29.830Z||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-10-01T05:12:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:12:39.369Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:12:39.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:13:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:13:29.828Z||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-10-01T05:13:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:13:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:13:29.830Z||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-10-01T05:13:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:13:39.365Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:13:39.369Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:14:29.828Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:14:29.828Z||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-10-01T05:14:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:14:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:14:29.830Z||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-10-01T05:14:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:14:39.369Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:14:39.369Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:15:29.828Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:15:29.829Z||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-10-01T05:15:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:15:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:15:29.831Z||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-10-01T05:15:29.832Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:15:39.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:15:39.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:16:29.828Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:16:29.829Z||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-10-01T05:16:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:16:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:16:29.830Z||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-10-01T05:16:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:16:39.373Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:16:39.376Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:17:29.828Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:17:29.829Z||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-10-01T05:17:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:17:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:17:29.830Z||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-10-01T05:17:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:17:39.370Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:17:39.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:18:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:18:29.829Z||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-10-01T05:18:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:18:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:18:29.831Z||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-10-01T05:18:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:18:39.367Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:18:39.368Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:19:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:19:29.828Z||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-10-01T05:19:29.828Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:19:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:19:29.831Z||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-10-01T05:19:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:19:39.368Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:19:39.370Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:20:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:20:29.829Z||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-10-01T05:20:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:20:29.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:20:29.830Z||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-10-01T05:20:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:20:39.367Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:20:39.367Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:21:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:21:29.828Z||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-10-01T05:21:29.828Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:21:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:21:29.830Z||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-10-01T05:21:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:21:39.367Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:21:39.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:22:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:22:29.829Z||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-10-01T05:22:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:22:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:22:29.831Z||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-10-01T05:22:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:22:39.369Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:22:39.374Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:23:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:23:29.829Z||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-10-01T05:23:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:23:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:23:29.830Z||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-10-01T05:23:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:23:39.368Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:23:39.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:24:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:24:29.828Z||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-10-01T05:24:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:24:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:24:29.830Z||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-10-01T05:24:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:24:39.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:24:39.369Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:25:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:25:29.828Z||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-10-01T05:25:29.828Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:25:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:25:29.830Z||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-10-01T05:25:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:25:39.365Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:25:39.366Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:26:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:26:29.828Z||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-10-01T05:26:29.828Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:26:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:26:29.830Z||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-10-01T05:26:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:26:39.366Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:26:39.367Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:27:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:27:29.828Z||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-10-01T05:27:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:27:29.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:27:29.830Z||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-10-01T05:27:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:27:39.368Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:27:39.369Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:28:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:28:29.829Z||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-10-01T05:28:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:28:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:28:29.830Z||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-10-01T05:28:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:28:39.367Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:28:39.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:29:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:29:29.828Z||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-10-01T05:29:29.828Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:29:29.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:29:29.830Z||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-10-01T05:29:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:29:39.364Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:29:39.367Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:30:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:30:29.828Z||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-10-01T05:30:29.828Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:30:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:30:29.830Z||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-10-01T05:30:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:30:39.367Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:30:39.368Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:31:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:31:29.829Z||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-10-01T05:31:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:31:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:31:29.830Z||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-10-01T05:31:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:31:39.368Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:31:39.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:32:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:32:29.828Z||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-10-01T05:32:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:32:29.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:32:29.830Z||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-10-01T05:32:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:32:39.368Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:32:39.369Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:33:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:33:29.828Z||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-10-01T05:33:29.828Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:33:29.830Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:33:29.830Z|a0cc82ee-5bd2-4120-858d-b16589f80743|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-10-01T05:33:29.831Z|a0cc82ee-5bd2-4120-858d-b16589f80743|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 UpCER7T8omn8FsUw) ...
2021-10-01T05:33:39.367Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:33:39.368Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:34:29.828Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:34:29.829Z||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-10-01T05:34:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:34:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:34:29.830Z||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-10-01T05:34:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:34:39.368Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:34:39.368Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:35:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:35:29.828Z||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-10-01T05:35:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:35:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:35:29.831Z||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-10-01T05:35:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:35:39.368Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:35:39.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:36:29.828Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:36:29.829Z||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-10-01T05:36:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:36:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:36:29.830Z||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-10-01T05:36:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:36:39.367Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:36:39.368Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:37:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:37:29.829Z||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-10-01T05:37:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:37:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:37:29.830Z||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-10-01T05:37:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:37:39.363Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:37:39.364Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:38:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:38:29.828Z||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-10-01T05:38:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:38:29.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:38:29.830Z||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-10-01T05:38:29.830Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:38:39.363Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:38:39.365Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:39:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:39:29.828Z||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-10-01T05:39:29.828Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:39:29.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:39:29.830Z||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-10-01T05:39:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:39:39.368Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:39:39.372Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:40:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:40:29.828Z||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-10-01T05:40:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:40:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:40:29.831Z||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-10-01T05:40:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:40:39.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:40:39.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:41:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:41:29.828Z||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-10-01T05:41:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:41:29.830Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:41:29.830Z|a0cc82ee-5bd2-4120-858d-b16589f80743|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-10-01T05:41:29.830Z|a0cc82ee-5bd2-4120-858d-b16589f80743|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 UpCER7T8omn8FsUw) ...
2021-10-01T05:41:39.369Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:41:39.369Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:42:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:42:29.829Z||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-10-01T05:42:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:42:29.830Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:42:29.830Z|a0cc82ee-5bd2-4120-858d-b16589f80743|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-10-01T05:42:29.831Z|a0cc82ee-5bd2-4120-858d-b16589f80743|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 UpCER7T8omn8FsUw) ...
2021-10-01T05:42:39.369Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:42:39.370Z|a0cc82ee-5bd2-4120-858d-b16589f80743|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:43:29.828Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:43:29.829Z||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-10-01T05:43:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:43:29.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:43:29.831Z||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-10-01T05:43:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:43:39.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:43:39.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:44:29.828Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:44:29.828Z||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-10-01T05:44:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:44:29.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:44:29.831Z||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-10-01T05:44:29.831Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:44:39.366Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:44:39.367Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-01T05:45:29.828Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:45:29.829Z||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-10-01T05:45:29.829Z||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 UpCER7T8omn8FsUw) ...
2021-10-01T05:45:29.830Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-01T05:45:29.830Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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-10-01T05:45:29.830Z|3441637e-9c53-4bdb-b946-fdb6af09d0a8|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 UpCER7T8omn8FsUw) ...