Results

By type

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

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

2021-09-11T06:36:12.327Z||main|||||INFO|500||The following profiles are active: basic
2021-09-11T06:36:26.018Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-11T06:36:26.019Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-11T06:36:26.161Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-11T06:36:32.626Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-11T06:36:33.303Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-11T06:36:34.171Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-11T06:36:34.278Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-11T06:36:34.586Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-11T06:36:35.229Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-11T06:36:36.576Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-11T06:36:41.664Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-11T06:36:44.540Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-11T06:36:44.614Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-11T06:36:45.783Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-11T06:36:46.169Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-11T06:36:47.914Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-11T06:36:49.378Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-11T06:36:49.395Z||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$$b3d2088f.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-11T06:36:49.396Z||main|||||WARN|500||The sdc end point is not alive
2021-09-11T06:36:53.122Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-11T06:36:56.275Z||main|||||WARN|500||---
2021-09-11T06:36:56.275Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-11T06:36:56.276Z||main|||||WARN|500||---
2021-09-11T06:36:56.789Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-11T06:37:02.493Z||main|||||INFO|500||Started Application in 53.972 seconds (JVM running for 58.367)
2021-09-11T06:37:02.543Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-11T06:37:02.557Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-11T06:37:02.573Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-11T06:37:02.636Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-11T06:37:02.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bcb6765e-15f8-4e0d-ad0d-d354d6de9c20 url= /sdc/v1/artifactTypes
2021-09-11T06:37:02.691Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-11T06:37:02.997Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-11T06:37:03.017Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-11T06:37:03.039Z||scheduling-1|||||DEBUG|500||create keys
2021-09-11T06:37:03.048Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-11T06:37:03.098Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:37:03.114Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2ad06449-eb2f-4d26-a203-e19723f1193e url= /sdc/v1/registerForDistribution
2021-09-11T06:37:03.271Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2ad06449-eb2f-4d26-a203-e19723f1193e url= /sdc/v1/registerForDistribution
2021-09-11T06:37:03.272Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-11T06:37:03.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:37:03.320Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-11T06:37:03.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:37:03.328Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:37:03.328Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:37:03.329Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:37:03.330Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:37:13.659Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:37:13.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:38:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:38:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:38:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:38:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:38:03.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:38:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:38:12.850Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:38:12.855Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:39:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:39:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:39:03.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:39:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:39:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:39:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:39:12.844Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:39:12.845Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:40:03.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:40:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:40:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:40:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:40:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:40:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:40:12.849Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:40:12.853Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:41:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:41:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:41:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:41:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:41:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:41:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:41:12.874Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:41:12.876Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:42:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:42:03.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:42:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:42:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:42:03.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:42:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:42:12.851Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:42:12.852Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:43:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:43:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:43:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:43:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:43:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:43:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:43:12.859Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:43:12.858Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:44:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:44:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:44:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:44:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:44:03.289Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:44:03.290Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:44:12.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:44:12.913Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:45:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:45:03.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:45:03.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:45:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:45:03.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:45:03.291Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:45:12.872Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:45:12.873Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:46:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:46:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:46:03.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:46:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:46:03.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:46:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:46:12.843Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:46:12.854Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:46:56.244Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-11T06:47:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:47:03.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:47:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:47:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:47:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:47:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:47:12.846Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:47:12.846Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:48:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:48:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:48:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:48:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:48:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:48:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:48:12.853Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:48:12.853Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:49:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:49:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:49:03.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:49:03.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:49:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:49:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:49:12.846Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:49:12.847Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:50:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:50:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:50:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:50:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:50:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:50:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:50:12.847Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:50:12.847Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:51:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:51:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:51:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:51:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:51:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:51:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:51:12.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:51:12.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:52:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:52:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:52:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:52:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:52:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:52:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:52:12.855Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:52:12.863Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:53:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:53:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:53:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:53:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:53:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:53:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:53:12.846Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:53:12.847Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:54:03.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:54:03.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:54:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:54:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:54:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:54:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:54:12.844Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:54:12.844Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:55:03.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:55:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:55:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:55:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:55:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:55:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:55:12.851Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:55:12.852Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:56:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:56:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:56:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:56:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:56:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:56:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:56:12.841Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:56:12.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:57:03.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:57:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:57:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:57:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:57:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:57:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:57:12.846Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:57:12.850Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:58:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:58:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:58:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:58:03.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:58:03.290Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:58:03.291Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:58:12.867Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:58:12.883Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:59:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:59:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:59:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:59:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T06:59:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T06:59:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T06:59:12.845Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T06:59:12.845Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:00:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:00:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:00:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:00:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:00:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:00:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:00:12.843Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:00:12.858Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:01:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:01:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:01:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:01:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:01:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:01:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:01:12.845Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:01:12.862Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:02:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:02:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:02:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:02:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:02:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:02:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:02:12.840Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:02:12.840Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:03:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:03:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:03:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:03:03.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:03:03.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:03:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:03:12.844Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:03:12.854Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:04:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:04:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:04:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:04:03.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:04:03.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:04:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:04:12.846Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:04:12.851Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:05:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:05:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:05:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:05:03.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:05:03.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:05:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:05:12.843Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:05:12.862Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:06:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:06:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:06:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:06:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:06:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:06:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:06:12.844Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:06:12.845Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:07:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:07:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:07:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:07:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:07:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:07:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:07:12.841Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:07:12.844Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:08:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:08:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:08:03.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:08:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:08:03.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:08:03.289Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:08:12.847Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:08:12.849Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:09:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:09:03.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:09:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:09:03.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:09:03.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:09:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:09:12.840Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:09:12.843Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:10:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:10:03.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:10:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:10:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:10:03.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:10:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:10:12.844Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:10:12.846Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:11:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:11:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:11:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:11:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:11:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:11:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:11:12.871Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:11:12.872Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:12:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:12:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:12:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:12:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:12:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:12:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:12:12.845Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:12:12.844Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:13:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:13:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:13:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:13:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:13:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:13:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:13:12.854Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:13:12.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:14:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:14:03.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:14:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:14:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:14:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:14:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:14:12.853Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:14:12.856Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:15:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:15:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:15:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:15:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:15:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:15:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:15:12.849Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:15:12.850Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:16:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:16:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:16:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:16:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:16:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:16:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:16:12.839Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:16:12.843Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:17:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:17:03.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:17:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:17:03.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:17:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:17:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:17:12.840Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:17:12.840Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:18:03.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:18:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:18:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:18:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:18:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:18:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:18:12.841Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:18:12.845Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:19:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:19:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:19:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:19:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:19:03.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:19:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:19:12.855Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:19:12.861Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:20:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:20:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:20:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:20:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:20:03.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:20:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:20:12.872Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:20:12.873Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:21:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:21:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:21:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:21:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:21:03.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:21:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:21:12.845Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:21:12.845Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:22:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:22:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:22:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:22:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:22:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:22:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:22:12.843Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:22:12.843Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:23:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:23:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:23:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:23:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:23:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:23:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:23:12.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:23:12.838Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:24:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:24:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:24:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:24:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:24:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:24:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:24:12.833Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:24:12.834Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:25:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:25:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:25:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:25:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:25:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:25:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:25:12.836Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:25:12.841Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:26:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:26:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:26:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:26:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:26:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:26:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:26:12.846Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:26:12.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:27:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:27:03.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:27:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:27:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:27:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:27:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:27:12.854Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:27:12.855Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:28:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:28:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:28:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:28:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:28:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:28:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:28:12.838Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:28:12.840Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:29:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:29:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:29:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:29:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:29:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:29:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:29:12.913Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:29:12.932Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:30:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:30:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:30:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:30:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:30:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:30:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:30:12.839Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:30:12.840Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:31:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:31:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:31:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:31:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:31:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:31:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:31:12.857Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:31:12.857Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:32:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:32:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:32:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:32:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:32:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:32:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:32:12.840Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:32:12.858Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:33:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:33:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:33:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:33:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:33:03.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:33:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:33:12.844Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:33:12.844Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:34:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:34:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:34:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:34:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:34:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:34:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:34:12.855Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:34:12.854Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:35:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:35:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:35:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:35:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:35:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:35:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:35:12.867Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:35:12.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:36:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:36:03.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:36:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:36:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:36:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:36:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:36:12.837Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:36:12.838Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:37:03.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:37:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:37:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:37:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:37:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:37:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:37:12.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:37:12.886Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:38:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:38:03.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:38:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:38:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:38:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:38:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:38:12.864Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:38:12.866Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:39:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:39:03.283Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:39:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:39:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:39:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:39:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:39:12.837Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:39:12.845Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:40:03.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:40:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:40:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:40:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:40:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:40:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:40:12.839Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:40:12.854Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:41:03.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:41:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:41:03.289Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:41:03.289Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:41:03.290Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:41:03.290Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:41:12.857Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:41:12.897Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:42:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:42:03.283Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:42:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:42:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:42:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:42:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:42:12.874Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:42:12.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:43:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:43:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:43:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:43:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:43:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:43:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:43:12.851Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:43:12.856Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:44:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:44:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:44:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:44:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:44:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:44:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:44:12.845Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:44:12.850Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:45:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:45:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:45:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:45:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:45:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:45:03.289Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:45:12.860Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:45:12.868Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:46:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:46:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:46:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:46:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:46:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:46:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:46:12.837Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:46:12.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:47:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:47:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:47:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:47:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:47:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:47:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:47:12.831Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:47:12.851Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:48:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:48:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:48:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:48:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:48:03.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:48:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:48:12.844Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:48:12.849Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:49:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:49:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:49:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:49:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:49:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:49:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:49:12.841Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:49:12.843Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:50:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:50:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:50:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:50:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:50:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:50:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:50:12.838Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:50:12.838Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:51:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:51:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:51:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:51:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:51:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:51:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:51:12.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:51:12.840Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:52:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:52:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:52:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:52:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:52:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:52:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:52:12.843Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:52:12.843Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:53:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:53:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:53:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:53:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:53:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:53:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:53:12.846Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:53:12.873Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:54:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:54:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:54:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:54:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:54:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:54:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:54:12.839Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:54:12.850Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:55:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:55:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:55:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:55:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:55:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:55:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:55:12.863Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:55:12.868Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:56:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:56:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:56:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:56:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:56:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:56:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:56:12.843Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:56:12.843Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:57:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:57:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:57:03.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:57:03.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:57:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:57:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:57:12.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:57:12.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:58:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:58:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:58:03.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:58:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:58:03.289Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:58:03.290Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:58:12.842Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:58:12.842Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:59:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:59:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T07:59:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:59:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:59:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T07:59:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T07:59:12.843Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T07:59:12.848Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:00:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:00:03.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:00:03.288Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:00:03.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:00:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:00:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:00:12.850Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:00:12.850Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:01:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:01:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:01:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:01:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:01:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:01:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:01:12.856Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:01:12.858Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:02:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:02:03.282Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:02:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:02:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:02:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:02:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:02:12.839Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:02:12.843Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:03:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:03:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:03:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:03:03.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:03:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:03:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:03:12.835Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:03:12.835Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:04:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:04:03.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:04:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:04:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:04:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:04:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:04:12.840Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:04:12.843Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:05:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:05:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:05:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:05:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:05:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:05:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:05:12.883Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:05:12.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:06:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:06:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:06:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:06:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:06:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:06:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:06:12.847Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:06:12.854Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:07:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:07:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:07:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:07:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:07:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:07:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:07:12.835Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:07:12.840Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:08:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:08:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:08:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:08:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:08:03.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:08:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:08:12.869Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:08:12.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:09:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:09:03.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:09:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:09:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:09:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:09:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:09:12.892Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:09:12.908Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:10:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:10:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:10:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:10:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:10:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:10:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:10:12.843Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:10:12.842Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:11:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:11:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:11:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:11:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:11:03.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:11:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:11:12.836Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:11:12.839Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:12:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:12:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:12:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:12:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:12:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:12:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:12:12.843Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:12:12.843Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:13:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:13:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:13:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:13:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:13:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:13:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:13:12.850Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:13:12.850Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:14:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:14:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:14:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:14:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:14:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:14:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:14:12.849Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:14:12.860Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:15:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:15:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:15:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:15:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:15:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:15:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:15:12.871Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:15:12.872Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:16:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:16:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:16:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:16:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:16:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:16:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:16:12.858Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:16:12.859Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:17:03.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:17:03.288Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:17:03.289Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:17:03.289Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:17:03.290Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:17:03.290Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:17:12.847Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:17:12.868Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:18:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:18:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:18:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:18:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:18:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:18:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:18:12.844Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:18:12.844Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:19:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:19:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:19:03.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:19:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:19:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:19:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:19:12.851Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:19:12.853Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:20:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:20:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:20:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:20:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:20:03.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:20:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:20:12.830Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:20:12.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:21:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:21:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:21:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:21:03.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:21:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:21:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:21:12.837Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:21:12.838Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:22:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:22:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:22:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:22:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:22:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:22:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:22:12.845Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:22:12.872Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:23:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:23:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:23:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:23:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:23:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:23:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:23:12.847Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:23:12.846Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:24:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:24:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:24:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:24:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:24:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:24:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:24:12.851Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:24:12.861Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:25:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:25:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:25:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:25:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:25:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:25:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:25:12.832Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:25:12.844Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:26:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:26:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:26:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:26:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:26:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:26:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:26:12.851Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:26:12.863Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:27:03.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:27:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:27:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:27:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:27:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:27:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:27:12.887Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:27:12.947Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:28:03.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:28:03.284Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:28:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:28:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:28:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:28:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:28:12.847Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:28:12.858Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:29:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:29:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:29:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:29:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:29:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:29:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:29:12.846Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:29:12.848Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:30:03.284Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:30:03.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:30:03.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:30:03.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:30:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:30:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:30:12.847Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:30:12.849Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:31:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:31:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:31:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:31:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:31:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:31:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:31:12.846Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:31:12.865Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:32:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:32:03.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:32:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:32:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:32:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:32:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:32:12.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:32:12.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:33:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:33:03.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:33:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:33:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:33:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:33:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:33:12.852Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:33:12.867Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:34:03.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:34:03.284Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:34:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:34:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:34:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:34:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:34:12.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:34:12.885Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:03.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:35:03.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:35:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:35:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:35:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:03.913Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:03.914Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:03.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ec4bbaa-f8f6-47d8-91ac-449e4694d459","serviceName":"vFW 2021-09-11 08-31-22","serviceVersion":"1.0","serviceUUID":"8d4245c3-1967-4c1a-b3e1-78d74c7bbba2","serviceDescription":"catalog service description","serviceInvariantUUID":"d3f002b8-905f-4660-95f8-9275190dc114","resources":[{"resourceInstanceName":"vFW c64a534e-96db 0","resourceName":"vFW c64a534e-96db","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25d59858-c3ed-4ad3-973a-6cd5579547fa","resourceInvariantUUID":"42e8305a-88ba-4830-b745-9d0a4fdc7515","resourceCustomizationUUID":"1163c46c-89cf-4f46-921f-126da7577e3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml","artifactChecksum":"NmQzMzA4ZmJiZTljNDE3OGI5OWNjZGYzMmYzN2NjZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ac4fe93-a156-4a7b-add6-4cae7546c94e","artifactVersion":"1"},{"artifactName":"vfwc64a534e96db0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json","artifactChecksum":"MzE3MGMyZTQxNmE5ZjEwZWM1Yjg3NmI0ZmY3Yjk5OTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c9453974-1c67-4875-8b3f-5e4bf66d4055","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6de54aa6-354f-40bb-b569-1ec653fa0237","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml","artifactChecksum":"Nzc3MGFhODA5NzVmZjAwN2NjNDliMzA2MTFlZWM1N2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e638ae44-9f49-4bfc-813a-b5c37fbc9b19","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"02bc859f-0bf8-46fd-acb8-91da0ba5ec91","artifactVersion":"2","generatedFromUUID":"6de54aa6-354f-40bb-b569-1ec653fa0237"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210911083122-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml","artifactChecksum":"MGM3ZGExNzZhN2E2NTU1MzRmY2EyYTFmOWE0NDlmMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5443b5f7-cd03-4dba-9a54-f314c845f4a6","artifactVersion":"1"},{"artifactName":"service-Vfw20210911083122-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar","artifactChecksum":"ZTJiNGZlYmEyMzhiNDNkMGY3NWY1MDc5Zjg0ZjJlNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1d9b9d7-31d3-4a7b-9967-3440b6604aef","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-11T08:35:03.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349265880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.938Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:03.946Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "aai-ml",
  "timestamp": 1631349265699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "policy-id",
  "timestamp": 1631349269282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349265880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T08:35:03.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "aai-ml",
  "timestamp": 1631349265699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "policy-id",
  "timestamp": 1631349269282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "cds",
  "timestamp": 1631349273385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349265880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-11T08:35:03.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "aai-ml",
  "timestamp": 1631349265699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "cds",
  "timestamp": 1631349273385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "policy-id",
  "timestamp": 1631349269282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349265880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "aai-ml",
  "timestamp": 1631349265699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "cds",
  "timestamp": 1631349273385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "policy-id",
  "timestamp": 1631349269282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349265880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-11T08:35:03.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "dcae-sch",
  "timestamp": 1631349276277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "aai-ml",
  "timestamp": 1631349265699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "cds",
  "timestamp": 1631349273385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "policy-id",
  "timestamp": 1631349269282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349265880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "dcae-sch",
  "timestamp": 1631349276277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "aai-ml",
  "timestamp": 1631349265699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "cds",
  "timestamp": 1631349273385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "policy-id",
  "timestamp": 1631349269282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349265880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349278297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "dcae-sch",
  "timestamp": 1631349276277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "aai-ml",
  "timestamp": 1631349265699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "cds",
  "timestamp": 1631349273385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "policy-id",
  "timestamp": 1631349269282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:35:03.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "clamp",
  "timestamp": 1631349279215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349278297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "dcae-sch",
  "timestamp": 1631349276277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "cds",
  "timestamp": 1631349273385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "clamp",
  "timestamp": 1631349279215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349278297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "dcae-sch",
  "timestamp": 1631349276277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349281078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "aai-ml",
  "timestamp": 1631349281134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:35:03.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:03.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.968Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:03.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "policy-id",
  "timestamp": 1631349281188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:35:03.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:03.969Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "cds",
  "timestamp": 1631349281879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:35:03.970Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:03.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "clamp",
  "timestamp": 1631349279215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349278297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "dcae-sch",
  "timestamp": 1631349276277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349281538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:03.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "policy-id",
  "timestamp": 1631349282210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349282806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:03.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "cds",
  "timestamp": 1631349282901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-09-11T08:35:04.068Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2021-09-11T08:35:04.079Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:04.080Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:04.098Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:04.099Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:35:04.616Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
2021-09-11T08:35:04.640Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:35:04.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "clamp",
  "timestamp": 1631349279215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "dcae-sch",
  "timestamp": 1631349276277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349278297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349281538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "policy-id",
  "timestamp": 1631349283223,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:35:04.687Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
2021-09-11T08:35:04.687Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:35:04.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "clamp",
  "timestamp": 1631349279215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349278297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349281538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349284561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:35:04.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:04.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "clamp",
  "timestamp": 1631349279215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349278297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:35:04.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349281538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "clamp",
  "timestamp": 1631349279215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:35:04.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349281538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349286479,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:35:04.710Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
2021-09-11T08:35:04.710Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-11T08:35:04.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349286920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:35:04.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:04.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349281538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349287483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T08:35:04.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349281538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:04.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:35:04.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349292652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:35:04.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:04.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349293662,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:35:04.729Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
2021-09-11T08:35:04.729Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:35:04.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "aai-ml",
  "timestamp": 1631349296969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:35:04.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:04.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "aai-ml",
  "timestamp": 1631349297983,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:35:04.743Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
2021-09-11T08:35:04.743Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:35:04.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:35:04.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "clamp",
  "timestamp": 1631349302508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:35:04.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:35:04.988Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:04.989Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:04.991Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:04.992Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T08:35:05.091Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:35:05.092Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:05.092Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:05.102Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:05.104Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:05.992Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:05.993Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:05.996Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:05.996Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-11T08:35:06.096Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:06.097Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:06.098Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:06.109Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:06.110Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:06.997Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:06.998Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:07.001Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:07.001Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:07.101Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:07.102Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:07.102Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:07.117Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:07.117Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:08.002Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:08.003Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:08.004Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:08.005Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-11T08:35:08.105Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:08.106Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:08.106Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:08.125Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:08.126Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:35:09.006Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:09.007Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:09.009Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:09.009Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:35:09.109Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:35:09.110Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:09.110Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:09.121Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:09.122Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:10.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:35:10.012Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:10.015Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:10.015Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:35:10.115Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:10.116Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:10.117Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:10.163Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:10.164Z||pool-9-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:35:11.017Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "serviceName": "vFW 2021-09-11 08-31-22",
  "serviceVersion": "1.0",
  "serviceUUID": "8d4245c3-1967-4c1a-b3e1-78d74c7bbba2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d3f002b8-905f-4660-95f8-9275190dc114",
  "resources": [
    {
      "resourceInstanceName": "vFW c64a534e-96db 0",
      "resourceCustomizationUUID": "1163c46c-89cf-4f46-921f-126da7577e3d",
      "resourceName": "vFW c64a534e-96db",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "25d59858-c3ed-4ad3-973a-6cd5579547fa",
      "resourceInvariantUUID": "42e8305a-88ba-4830-b745-9d0a4fdc7515",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc64a534e96db0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
          "artifactChecksum": "MzE3MGMyZTQxNmE5ZjEwZWM1Yjg3NmI0ZmY3Yjk5OTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c9453974-1c67-4875-8b3f-5e4bf66d4055",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6de54aa6-354f-40bb-b569-1ec653fa0237",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "02bc859f-0bf8-46fd-acb8-91da0ba5ec91",
            "generatedFromUUID": "6de54aa6-354f-40bb-b569-1ec653fa0237"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "02bc859f-0bf8-46fd-acb8-91da0ba5ec91",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210911083122-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
      "artifactChecksum": "ZTJiNGZlYmEyMzhiNDNkMGY3NWY1MDc5Zjg0ZjJlNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f1d9b9d7-31d3-4a7b-9967-3440b6604aef"
    }
  ],
  "workloadContext": "Production"
}
2021-09-11T08:35:11.019Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-11T08:35:11.020Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d4245c3-1967-4c1a-b3e1-78d74c7bbba2 ASDC
2021-09-11T08:35:11.197Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6ec4bbaa-f8f6-47d8-91ac-449e4694d459
ServiceName:vFW 2021-09-11 08-31-22
ServiceVersion:1.0
ServiceUUID:8d4245c3-1967-4c1a-b3e1-78d74c7bbba2
ServiceInvariantUUID:d3f002b8-905f-4660-95f8-9275190dc114
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210911083122-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar
ArtifactUUID:f1d9b9d7-31d3-4a7b-9967-3440b6604aef
ArtifactChecksum:ZTJiNGZlYmEyMzhiNDNkMGY3NWY1MDc5Zjg0ZjJlNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c64a534e-96db 0
ResourceCustomizationUUID:1163c46c-89cf-4f46-921f-126da7577e3d
ResourceInvariantUUID:42e8305a-88ba-4830-b745-9d0a4fdc7515
ResourceName:vFW c64a534e-96db
ResourceType:VF
ResourceUUID:25d59858-c3ed-4ad3-973a-6cd5579547fa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc64a534e96db0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json
ArtifactUUID:c9453974-1c67-4875-8b3f-5e4bf66d4055
ArtifactChecksum:MzE3MGMyZTQxNmE5ZjEwZWM1Yjg3NmI0ZmY3Yjk5OTA=
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/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml
ArtifactUUID:6de54aa6-354f-40bb-b569-1ec653fa0237
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/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env
ArtifactUUID:02bc859f-0bf8-46fd-acb8-91da0ba5ec91
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/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env
ArtifactUUID:02bc859f-0bf8-46fd-acb8-91da0ba5ec91
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-11T08:35:11.198Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d4245c3-1967-4c1a-b3e1-78d74c7bbba2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T08:35:11.264Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:35:11.265Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:35:11.267Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:35:11.267Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f1d9b9d7-31d3-4a7b-9967-3440b6604aef from URL: /sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:11.267Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:35:11.269Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:11.911Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:35:11.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar f1d9b9d7-31d3-4a7b-9967-3440b6604aef 98745
2021-09-11T08:35:11.935Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar ASDC sendASDCNotification
2021-09-11T08:35:11.935Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:11.936Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:35:11.937Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:11.940Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:11.940Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349311933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:35:12.040Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:12.042Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:12.043Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:12.055Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:12.056Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:12.941Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:35:12.942Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:35:12.943Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f1d9b9d7-31d3-4a7b-9967-3440b6604aef, URL: /sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar to file: /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:12.943Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210911083122-csar.csar
2021-09-11T08:35:13.154Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:13.155Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:13.826Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1571716638255013993/Definitions/service-Vfw20210911083122-template.yml
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
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-11T08:35:16.867Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-11T08:35:16.873Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:35:16.873Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.875Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.875Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.875Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.875Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c64a534e-96db 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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.875Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.875Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||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-Vfw20210911083122-csar.csar
2021-09-11T08:35:16.876Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:35:16.884Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.886Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.896Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:16.897Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:35:16.904Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:35:16.907Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.907Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.907Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:16.907Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:35:16.908Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:35:16.908Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.908Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.913Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.913Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:16.914Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:16.914Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:35:16.914Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.914Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.915Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.915Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:35:16.915Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:16.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:35:16.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:35:16.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:35:16.917Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.917Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:35:16.917Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.917Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-11T08:35:16.917Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.918Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T08:35:16.919Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.919Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:16.920Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:16.920Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.920Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:16.921Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:16.921Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.921Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:16.921Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:16.922Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.922Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:16.922Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:16.923Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-11T08:35:16.923Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:16.923Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:35:16.923Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:35:16.924Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.924Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.924Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:35:16.925Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.925Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:35:16.925Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.925Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c288c476-8d6f-414a-abd9-9f5648cd5c9f
2021-09-11T08:35:16.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:16.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:16.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:35:16.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.927Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.927Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:35:16.927Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:16.927Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-11T08:35:16.927Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:35:16.928Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.928Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:35:16.928Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.928Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8194c6cd-8d85-4260-99e0-118404a35a97
2021-09-11T08:35:16.928Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.929Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:16.929Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:16.929Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:35:16.929Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.929Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.930Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.930Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:35:16.930Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:16.930Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:35:16.930Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:35:16.930Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:16.931Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:16.931Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-11T08:35:16.931Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54c39f3d-61f0-472c-b4d3-ec1859357746
2021-09-11T08:35:16.931Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.931Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:16.933Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:16.933Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-11 08-31-22
Description:catalog service description
Model UUID:8d4245c3-1967-4c1a-b3e1-78d74c7bbba2
Model Version:NULL
Model InvariantUuid:d3f002b8-905f-4660-95f8-9275190dc114
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c64a534e-96db
Model UUID:d4591b1a-7e35-41f0-89fd-f1e170ca2a19
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:42e8305a-88ba-4830-b745-9d0a4fdc7515
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1163c46c-89cf-4f46-921f-126da7577e3d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1f71732b-6c51-46e2-8f19-9150644084d2
ModelName:VfwC64a534e96db..base_vfw..module-0
ModelUuid:8c179411-8772-4706-a18c-6abc45cb78eb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c288c476-8d6f-414a-abd9-9f5648cd5c9f
ModelInvariantUuid:ca62f3af-932a-497b-a098-70483b51be25
ModelName:vFW c64a534e-96db-nodes.vfwCvfc
ModelUuid:cca40c4c-dacd-4105-9d6e-e39776818f7c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:54a45fc4-0c14-431e-a065-25e7c71bd4da
ModelInvariantUuid:88e35116-287b-4492-9966-da6fbc273f2c
ModelName:VfwC64a534e96db.compute.nodes.heat.vfw
ModelUuid:f1543291-ddd0-4a4b-a49f-2473d7e7b584
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8194c6cd-8d85-4260-99e0-118404a35a97
ModelInvariantUuid:e7c932b3-f79d-418c-85cb-c9ca46963b52
ModelName:vFW c64a534e-96db-nodes.vsnCvfc
ModelUuid:169f615c-f39f-4f38-941e-d2408cc4f8d7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:254fc5e5-64ca-4f0b-973c-20a8317974b5
ModelInvariantUuid:53f79cbf-0e32-42f5-8aae-5b07fbc856da
ModelName:VfwC64a534e96db.compute.nodes.heat.vsn
ModelUuid:fde69cca-e412-480f-b9a0-f41fbfd800d2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:54c39f3d-61f0-472c-b4d3-ec1859357746
ModelInvariantUuid:05e9859a-76e2-4fda-b855-1df417a86a75
ModelName:vFW c64a534e-96db-nodes.vpgCvfc
ModelUuid:c37943c0-9b5c-4903-976d-6f1972de2fcd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:fcea4dc3-4deb-4d02-8130-0da6b9e7c169
ModelInvariantUuid:c3f09481-83dc-4657-af4a-730b4a8e21b8
ModelName:VfwC64a534e96db.compute.nodes.heat.vpg
ModelUuid:d4a8c8d2-a70c-4bf1-be14-c68a068b3f19
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-11T08:35:16.946Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 25d59858-c3ed-4ad3-973a-6cd5579547fa
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:35:17.111Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||vFW c64a534e-96db 0
2021-09-11T08:35:17.120Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 25d59858-c3ed-4ad3-973a-6cd5579547fa
2021-09-11T08:35:17.121Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c9453974-1c67-4875-8b3f-5e4bf66d4055 from URL: /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json
2021-09-11T08:35:17.121Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:35:17.121Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json
2021-09-11T08:35:18.282Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:35:18.284Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json c9453974-1c67-4875-8b3f-5e4bf66d4055 785
2021-09-11T08:35:18.287Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json ASDC sendASDCNotification
2021-09-11T08:35:18.287Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json
2021-09-11T08:35:18.287Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:35:18.287Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:18.292Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:18.292Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349318286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:35:18.392Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:18.394Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:18.394Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:18.426Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:18.427Z||pool-11-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:19.294Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC64a534e96db..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1f71732b-6c51-46e2-8f19-9150644084d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c179411-8772-4706-a18c-6abc45cb78eb",
    "vfModuleModelCustomizationUUID": "3bbb573a-35f2-47c4-baaa-659e4f59e757",
    "isBase": true,
    "artifacts": [
      "6de54aa6-354f-40bb-b569-1ec653fa0237",
      "02bc859f-0bf8-46fd-acb8-91da0ba5ec91"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-11T08:35:19.342Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC64a534e96db..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c179411-8772-4706-a18c-6abc45cb78eb
VfModuleModelInvariantUUID:1f71732b-6c51-46e2-8f19-9150644084d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
6de54aa6-354f-40bb-b569-1ec653fa0237
,
02bc859f-0bf8-46fd-acb8-91da0ba5ec91

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

isBase:true


}

2021-09-11T08:35:19.345Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC64a534e96db..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1f71732b-6c51-46e2-8f19-9150644084d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c179411-8772-4706-a18c-6abc45cb78eb",
    "vfModuleModelCustomizationUUID": "3bbb573a-35f2-47c4-baaa-659e4f59e757",
    "isBase": true,
    "artifacts": [
      "6de54aa6-354f-40bb-b569-1ec653fa0237",
      "02bc859f-0bf8-46fd-acb8-91da0ba5ec91"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-11T08:35:19.345Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC64a534e96db..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c179411-8772-4706-a18c-6abc45cb78eb
VfModuleModelInvariantUUID:1f71732b-6c51-46e2-8f19-9150644084d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
6de54aa6-354f-40bb-b569-1ec653fa0237
,
02bc859f-0bf8-46fd-acb8-91da0ba5ec91

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

isBase:true


}

2021-09-11T08:35:19.345Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6de54aa6-354f-40bb-b569-1ec653fa0237 from URL: /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml
2021-09-11T08:35:19.345Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:35:19.346Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml
2021-09-11T08:35:20.261Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:35:20.263Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml 6de54aa6-354f-40bb-b569-1ec653fa0237 20368
2021-09-11T08:35:20.263Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-11T08:35:20.264Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml
2021-09-11T08:35:20.264Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:35:20.265Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:20.268Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:20.268Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349320263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:35:20.368Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:35:20.369Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:20.369Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:20.384Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:20.386Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:21.270Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 02bc859f-0bf8-46fd-acb8-91da0ba5ec91 from URL: /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env
2021-09-11T08:35:21.271Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:35:21.272Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env
2021-09-11T08:35:21.678Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:35:21.679Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env 02bc859f-0bf8-46fd-acb8-91da0ba5ec91 2098
2021-09-11T08:35:21.679Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-11T08:35:21.679Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env
2021-09-11T08:35:21.679Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:35:21.680Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:21.685Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:21.685Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349321679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:35:21.787Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-11T08:35:21.787Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:21.788Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:21.802Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:21.803Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:22.686Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8d4245c3-1967-4c1a-b3e1-78d74c7bbba2
2021-09-11T08:35:22.687Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c64a534e-96db 0 25d59858-c3ed-4ad3-973a-6cd5579547fa ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:35:22.738Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3924e7a6, org.onap.sdc.toscaparser.api.parameters.Input@13375496, org.onap.sdc.toscaparser.api.parameters.Input@5a9a0da5, org.onap.sdc.toscaparser.api.parameters.Input@581220f2, org.onap.sdc.toscaparser.api.parameters.Input@4615e581]
2021-09-11T08:35:22.743Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.743Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.744Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-09-11T08:35:22.744Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1163c46c-89cf-4f46-921f-126da7577e3d
2021-09-11T08:35:22.744Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1163c46c-89cf-4f46-921f-126da7577e3d matches Tosca VF Customization UUID: 1163c46c-89cf-4f46-921f-126da7577e3d
2021-09-11T08:35:22.744Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1163c46c-89cf-4f46-921f-126da7577e3d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-11T08:35:22.752Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.752Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.754Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1163c46c-89cf-4f46-921f-126da7577e3d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-11T08:35:22.755Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d993b57
2021-09-11T08:35:22.755Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.756Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T08:35:22.757Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3bbb573a-35f2-47c4-baaa-659e4f59e757
2021-09-11T08:35:22.758Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3bbb573a-35f2-47c4-baaa-659e4f59e757
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-11T08:35:22.768Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.768Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:22.768Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:22.769Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.769Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:22.770Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:22.770Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.770Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:22.771Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:22.771Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-11T08:35:22.771Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:22.771Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:35:22.771Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:35:22.772Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.772Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:22.772Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:35:22.772Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:22.773Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:35:22.773Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.773Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c288c476-8d6f-414a-abd9-9f5648cd5c9f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T08:35:22.782Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.782Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:22.782Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:22.783Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.783Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:22.783Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:22.783Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:35:22.784Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.784Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:22.784Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.784Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:35:22.784Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:22.785Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-11T08:35:22.785Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:35:22.785Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:22.785Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:35:22.785Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.786Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8194c6cd-8d85-4260-99e0-118404a35a97
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T08:35:22.788Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.788Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:22.788Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:22.802Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.802Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is not matching search criteria
2021-09-11T08:35:22.802Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:35:22.803Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:35:22.803Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.803Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:22.803Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.803Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:35:22.804Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:35:22.804Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:35:22.804Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:35:22.804Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:35:22.804Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:35:22.805Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-11T08:35:22.805Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54c39f3d-61f0-472c-b4d3-ec1859357746
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T08:35:22.807Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.808Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:22.808Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:35:22.808Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.809Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Node template vFW c64a534e-96db 0 is matching search criteria
2021-09-11T08:35:22.809Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW c64a534e-96db 0] matching following query criteria: sdcType=VF, customizationUUID=1163c46c-89cf-4f46-921f-126da7577e3d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:35:22.811Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.812Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.812Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8d4245c3-1967-4c1a-b3e1-78d74c7bbba2: vFW c64a534e-96db
2021-09-11T08:35:22.812Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.813Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.813Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.813Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.813Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.813Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.814Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.814Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.814Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:35:22.815Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-31-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:35:22.815Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-09-11 08-31-22 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:35:23.151Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c64a534e-96db 25d59858-c3ed-4ad3-973a-6cd5579547fa 1 ASDC deployResourceStructure
2021-09-11T08:35:23.151Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json ASDC sendASDCNotification
2021-09-11T08:35:23.151Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json
2021-09-11T08:35:23.151Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:35:23.152Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:23.154Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:23.154Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349323151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T08:35:23.254Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:23.255Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:23.255Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:23.291Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:23.292Z||pool-14-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:35:24.160Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-11T08:35:24.161Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml
2021-09-11T08:35:24.161Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:35:24.161Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:24.163Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:24.163Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349324160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-11T08:35:24.263Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:24.265Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:24.266Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:24.277Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:24.277Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:25.164Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-11T08:35:25.165Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env
2021-09-11T08:35:25.165Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:35:25.165Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:25.169Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:25.169Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349325164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-11T08:35:25.269Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:25.270Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:25.270Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:25.283Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:25.284Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:26.170Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar ASDC sendASDCNotification
2021-09-11T08:35:26.171Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar
2021-09-11T08:35:26.171Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:35:26.171Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:35:26.174Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:35:26.174Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349326170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:35:26.274Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:35:26.275Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:35:26.275Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:35:26.291Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:35:26.292Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:35:27.174Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:35:27.195Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:35:27.199Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T08:35:27.200Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-11T08:35:27.200Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-11T08:35:27.200Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-11T08:35:27.200Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:35:27.200Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:35:27.201Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:35:27.201Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:35:27.201Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:35:27.201Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:35:27.206Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-11T08:35:57.207Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-11T08:35:57.220Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and serviceModelVersionId: 8d4245c3-1967-4c1a-b3e1-78d74c7bbba2
2021-09-11T08:35:57.221Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3f002b8-905f-4660-95f8-9275190dc114
2021-09-11T08:36:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:36:03.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:36:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:36:03.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:36:03.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-11T08:36:03.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:36:03.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:36:17.887Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3f002b8-905f-4660-95f8-9275190dc114/model-vers/model-ver/8d4245c3-1967-4c1a-b3e1-78d74c7bbba2?depth=0
2021-09-11T08:36:18.020Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-11T08:36:18.541Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3f002b8-905f-4660-95f8-9275190dc114/model-vers/model-ver/8d4245c3-1967-4c1a-b3e1-78d74c7bbba2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-11T08:36:18.580Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3f002b8-905f-4660-95f8-9275190dc114/model-vers/model-ver/8d4245c3-1967-4c1a-b3e1-78d74c7bbba2?depth=0|INFO|500||Invoke
2021-09-11T08:36:18.737Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3f002b8-905f-4660-95f8-9275190dc114/model-vers/model-ver/8d4245c3-1967-4c1a-b3e1-78d74c7bbba2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-11T08:36:19.275Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3f002b8-905f-4660-95f8-9275190dc114/model-vers/model-ver/8d4245c3-1967-4c1a-b3e1-78d74c7bbba2?depth=0|INFO|500||InvokeReturn
2021-09-11T08:36:19.277Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d3f002b8-905f-4660-95f8-9275190dc114/model-vers/model-ver/8d4245c3-1967-4c1a-b3e1-78d74c7bbba2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210911-08:36:18:755-82307], vertex-id=[176232], Content-Length=[0], Date=[Sat, 11 Sep 2021 08:36:18 GMT], Content-Type=[application/json]}
2021-09-11T08:36:19.277Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-09-11T08:36:19.280Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-11T08:36:19.281Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:36:19.289Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-11T08:36:19.290Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-11T08:36:19.291Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-11T08:36:19.292Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:36:19.294Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:36:19.294Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349379291,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T08:36:19.395Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:36:19.396Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:36:19.396Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:36:19.412Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:36:19.413Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T08:36:20.313Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:36:20.316Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:36:20.316Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:36:29.867Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:37:03.281Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:37:03.283Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:37:03.284Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:37:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:37:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:37:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:37:03.318Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:37:03.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "clamp",
  "timestamp": 1631349304451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:37:03.321Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T08:37:03.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:37:03.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "clamp",
  "timestamp": 1631349305458,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:37:03.332Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ec4bbaa-f8f6-47d8-91ac-449e4694d459
2021-09-11T08:37:03.333Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ec4bbaa-f8f6-47d8-91ac-449e4694d459 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:37:03.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-11T08:37:03.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:37:03.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:37:03.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:37:03.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-11T08:37:03.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:37:03.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:37:03.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:37:03.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349303281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:37:03.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:37:03.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349311933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:37:03.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349318286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:37:03.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349320263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:37:03.352Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349321679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:37:03.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349323151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/vfwc64a534e96db0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T08:37:03.354Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349324160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-11T08:37:03.355Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349325164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/resourceInstances/vfwc64a534e96db0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-11T08:37:03.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:03.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:37:03.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349326170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911083122/1.0/artifacts/service-Vfw20210911083122-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:37:03.357Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:37:12.900Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:38:03.281Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:38:03.284Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:38:03.284Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:38:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:38:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:38:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:38:03.816Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:38:03.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:38:03.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ec4bbaa-f8f6-47d8-91ac-449e4694d459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349379291,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T08:38:03.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:38:12.845Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:39:03.282Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:39:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:39:03.286Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:39:03.286Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:39:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:39:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:39:12.844Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:39:12.849Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:40:03.281Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:40:03.283Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:40:03.283Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:40:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:40:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:40:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:40:12.861Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:40:12.861Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:41:03.281Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:41:03.284Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:41:03.284Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:41:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:41:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:41:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:41:12.872Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:41:12.874Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:03.281Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:42:03.285Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:42:03.285Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:42:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:42:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:03.915Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:03.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.916Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0bb2d14e-84d7-417b-8597-6ec54e9e69b3","serviceName":"basic_onboard_vMuKiD","serviceVersion":"1.0","serviceUUID":"816cdaa6-e40f-4f1b-adb4-a6240178255d","serviceDescription":"service","serviceInvariantUUID":"bda04753-5707-4e58-b9bd-93d7745be3b6","resources":[{"resourceInstanceName":"basic_onboard_vMuKiD 0","resourceName":"basic_onboard_vMuKiD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9affe764-2feb-4ca3-90d8-6e5c02ceb338","resourceInvariantUUID":"7badf71f-ec33-481b-a10f-af687ec4fd7c","resourceCustomizationUUID":"0f2380f7-bcc3-4913-b03e-01f18d4510fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml","artifactChecksum":"NzM3ZDZhYjU2MDBlZWMyODAzOTcyNzllMzA1MzMzMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48a15bba-52dd-4fc0-be80-a729a85f4e13","artifactVersion":"1"},{"artifactName":"basic_onboard_vmukid0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json","artifactChecksum":"NTVkZjc4NWRmMzU3ZjJhNTZhNDM5YTVjMzZmYWQ0YzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a39399bb-6fff-47f1-be89-1500aeaf826d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d0349b2b-d269-4783-9657-d9fdb75f6fea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6cf34d7d-202b-435d-8acc-c3818fbe1af7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9124bbf2-2aea-4ebe-b39f-787edff03cd4","artifactVersion":"2","generatedFromUUID":"d0349b2b-d269-4783-9657-d9fdb75f6fea"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVmukid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml","artifactChecksum":"MDczMzY5NGRjMzMzMjBiNDcxY2I3YzQ0ZTRhYWExZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cea3cd3f-7cb5-46b0-b882-b3f837cce434","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVmukid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar","artifactChecksum":"OTVhYzdjZDFkZjE2OTg2M2UyODI3ODZmNjgwYWE2MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f097747-e86c-4224-ab2a-007cb2121ad2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-11T08:42:03.919Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:03.921Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:03.921Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:03.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349681538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "cds",
  "timestamp": 1631349678385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "dcae-sch",
  "timestamp": 1631349676292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349681538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "cds",
  "timestamp": 1631349678385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "dcae-sch",
  "timestamp": 1631349676292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "aai-ml",
  "timestamp": 1631349685696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349685880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349681538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "cds",
  "timestamp": 1631349678385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:03.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "dcae-sch",
  "timestamp": 1631349676292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.926Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "aai-ml",
  "timestamp": 1631349685696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349685880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349681538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "cds",
  "timestamp": 1631349678385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "dcae-sch",
  "timestamp": 1631349676292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "aai-ml",
  "timestamp": 1631349685696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349685880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-11T08:42:03.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349681538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "cds",
  "timestamp": 1631349678385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "dcae-sch",
  "timestamp": 1631349676292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "aai-ml",
  "timestamp": 1631349685696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349685880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "policy-id",
  "timestamp": 1631349689283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "cds",
  "timestamp": 1631349678385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349681538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "dcae-sch",
  "timestamp": 1631349676292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "aai-ml",
  "timestamp": 1631349685696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349685880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "policy-id",
  "timestamp": 1631349689283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "cds",
  "timestamp": 1631349678385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:42:03.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349681538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "dcae-sch",
  "timestamp": 1631349676292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "aai-ml",
  "timestamp": 1631349685696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349685880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "policy-id",
  "timestamp": 1631349689283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "aai-ml",
  "timestamp": 1631349685696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349685880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:42:03.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "policy-id",
  "timestamp": 1631349689283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "cds",
  "timestamp": 1631349693187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "policy-id",
  "timestamp": 1631349689283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "cds",
  "timestamp": 1631349694194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:03.963Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
2021-09-11T08:42:03.964Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:03.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "aai-ml",
  "timestamp": 1631349694242,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349694488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "policy-id",
  "timestamp": 1631349689283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "policy-id",
  "timestamp": 1631349689283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:42:03.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349697082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "policy-id",
  "timestamp": 1631349698562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349698295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "policy-id",
  "timestamp": 1631349699566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349699662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "clamp",
  "timestamp": 1631349699217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349698295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:03.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:03.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "policy-id",
  "timestamp": 1631349700570,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:42:03.989Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
2021-09-11T08:42:03.989Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:03.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:03.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349700686,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:42:04.013Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
2021-09-11T08:42:04.013Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-11T08:42:04.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "clamp",
  "timestamp": 1631349699217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T08:42:04.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:04.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349698295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349701694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "clamp",
  "timestamp": 1631349699217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349698295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:04.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "aai-ml",
  "timestamp": 1631349702671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "clamp",
  "timestamp": 1631349699217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349698295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "aai-ml",
  "timestamp": 1631349703677,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:42:04.030Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-11T08:42:04.032Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:04.032Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:04.033Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
2021-09-11T08:42:04.034Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:04.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "clamp",
  "timestamp": 1631349699217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:04.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349698295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:04.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "clamp",
  "timestamp": 1631349699217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:04.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:04.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349698295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:42:04.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:04.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "clamp",
  "timestamp": 1631349699217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:42:04.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:42:04.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349706810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:42:04.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:04.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349709259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:42:04.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:04.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349710263,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2021-09-11T08:42:04.049Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:04.050Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:42:04.056Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
2021-09-11T08:42:04.056Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:04.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "clamp",
  "timestamp": 1631349712123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:42:04.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:04.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "clamp",
  "timestamp": 1631349713141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:42:04.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:42:04.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-11T08:42:04.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "clamp",
  "timestamp": 1631349714145,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:42:04.072Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
2021-09-11T08:42:04.072Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:04.927Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:04.929Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:04.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:04.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T08:42:05.032Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:05.033Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:05.033Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:05.046Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:05.046Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:05.932Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:05.933Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:05.936Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:05.936Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-11T08:42:06.037Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-11T08:42:06.038Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:06.039Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:06.055Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:06.056Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:06.936Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:06.937Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:06.940Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:06.940Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:07.040Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:07.041Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:07.041Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:07.055Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:07.055Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:42:07.940Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:07.941Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:07.944Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:07.944Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-11T08:42:08.044Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:08.044Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:08.044Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:08.055Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:08.056Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:08.947Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:08.947Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:08.951Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:08.952Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:42:09.051Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:42:09.052Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:09.052Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:09.070Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:09.071Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:09.952Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:42:09.953Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:09.955Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:09.955Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:42:10.055Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:10.056Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:10.056Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:10.068Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:10.069Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:10.958Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "serviceName": "basic_onboard_vMuKiD",
  "serviceVersion": "1.0",
  "serviceUUID": "816cdaa6-e40f-4f1b-adb4-a6240178255d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bda04753-5707-4e58-b9bd-93d7745be3b6",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vMuKiD 0",
      "resourceCustomizationUUID": "0f2380f7-bcc3-4913-b03e-01f18d4510fb",
      "resourceName": "basic_onboard_vMuKiD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9affe764-2feb-4ca3-90d8-6e5c02ceb338",
      "resourceInvariantUUID": "7badf71f-ec33-481b-a10f-af687ec4fd7c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vmukid0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
          "artifactChecksum": "NTVkZjc4NWRmMzU3ZjJhNTZhNDM5YTVjMzZmYWQ0YzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a39399bb-6fff-47f1-be89-1500aeaf826d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d0349b2b-d269-4783-9657-d9fdb75f6fea",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9124bbf2-2aea-4ebe-b39f-787edff03cd4",
            "generatedFromUUID": "d0349b2b-d269-4783-9657-d9fdb75f6fea"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9124bbf2-2aea-4ebe-b39f-787edff03cd4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVmukid-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
      "artifactChecksum": "OTVhYzdjZDFkZjE2OTg2M2UyODI3ODZmNjgwYWE2MGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f097747-e86c-4224-ab2a-007cb2121ad2"
    }
  ],
  "workloadContext": "Production"
}
2021-09-11T08:42:10.959Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-11T08:42:10.959Z|6ec4bbaa-f8f6-47d8-91ac-449e4694d459|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 816cdaa6-e40f-4f1b-adb4-a6240178255d ASDC
2021-09-11T08:42:10.960Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:0bb2d14e-84d7-417b-8597-6ec54e9e69b3
ServiceName:basic_onboard_vMuKiD
ServiceVersion:1.0
ServiceUUID:816cdaa6-e40f-4f1b-adb4-a6240178255d
ServiceInvariantUUID:bda04753-5707-4e58-b9bd-93d7745be3b6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVmukid-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar
ArtifactUUID:1f097747-e86c-4224-ab2a-007cb2121ad2
ArtifactChecksum:OTVhYzdjZDFkZjE2OTg2M2UyODI3ODZmNjgwYWE2MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vMuKiD 0
ResourceCustomizationUUID:0f2380f7-bcc3-4913-b03e-01f18d4510fb
ResourceInvariantUUID:7badf71f-ec33-481b-a10f-af687ec4fd7c
ResourceName:basic_onboard_vMuKiD
ResourceType:VF
ResourceUUID:9affe764-2feb-4ca3-90d8-6e5c02ceb338
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vmukid0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json
ArtifactUUID:a39399bb-6fff-47f1-be89-1500aeaf826d
ArtifactChecksum:NTVkZjc4NWRmMzU3ZjJhNTZhNDM5YTVjMzZmYWQ0YzM=
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/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d0349b2b-d269-4783-9657-d9fdb75f6fea
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/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env
ArtifactUUID:9124bbf2-2aea-4ebe-b39f-787edff03cd4
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/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env
ArtifactUUID:9124bbf2-2aea-4ebe-b39f-787edff03cd4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-11T08:42:10.960Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 816cdaa6-e40f-4f1b-adb4-a6240178255d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T08:42:11.002Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:42:11.003Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:42:11.003Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:42:11.004Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1f097747-e86c-4224-ab2a-007cb2121ad2 from URL: /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:11.004Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:42:11.005Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:11.606Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:42:11.610Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar 1f097747-e86c-4224-ab2a-007cb2121ad2 71367
2021-09-11T08:42:11.611Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar ASDC sendASDCNotification
2021-09-11T08:42:11.611Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:11.611Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:42:11.612Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:11.615Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:11.616Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349731611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:42:11.715Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:42:11.730Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:11.730Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:11.758Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:11.759Z||pool-26-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:12.617Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:42:12.618Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:42:12.619Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1f097747-e86c-4224-ab2a-007cb2121ad2, URL: /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar to file: /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:12.620Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:12.621Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:12.621Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:12.938Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1842746840730136105/Definitions/service-BasicOnboardVmukid-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-11T08:42:14.253Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-11T08:42:14.253Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||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-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||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-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||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-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||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-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.254Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vMuKiD 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-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||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-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||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-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.255Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:14.256Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:42:14.256Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:42:14.257Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:14.257Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.257Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:14.258Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:42:14.258Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:42:14.258Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:14.258Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.258Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:14.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is not matching search criteria
2021-09-11T08:42:14.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-11T08:42:14.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-11T08:42:14.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-11T08:42:14.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-11T08:42:14.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-11T08:42:14.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:14.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T08:42:14.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:14.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:14.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:42:14.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:14.261Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:14.261Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:42:14.261Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:14.261Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:14.261Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:42:14.262Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:14.262Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is not matching search criteria
2021-09-11T08:42:14.262Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-11T08:42:14.262Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-11T08:42:14.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=88d36cc6-1ca8-4f5d-b5a4-38ffb27ef727
2021-09-11T08:42:14.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:14.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:14.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:14.264Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.264Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:14.264Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:14.264Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_vMuKiD
Description:service
Model UUID:816cdaa6-e40f-4f1b-adb4-a6240178255d
Model Version:NULL
Model InvariantUuid:bda04753-5707-4e58-b9bd-93d7745be3b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_vMuKiD
Model UUID:13ed5216-12cf-433f-8f38-df3f55c82f52
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7badf71f-ec33-481b-a10f-af687ec4fd7c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0f2380f7-bcc3-4913-b03e-01f18d4510fb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:809aa9fd-5a1f-48ed-9ef6-9ed838906c8b
ModelName:BasicOnboardVmukid..base_ubuntu18..module-0
ModelUuid:bb7605ec-9c53-48e2-9735-8c840c3dbf82
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:88d36cc6-1ca8-4f5d-b5a4-38ffb27ef727
ModelInvariantUuid:a4219721-0cd3-4ec1-8925-0ac3573e44dc
ModelName:basic_onboard_vMuKiD-nodes.ubuntu18Cvfc
ModelUuid:fd790f23-eab3-4e2e-937e-3dad07c51c25
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5251596d-bf21-486e-b18b-b5596d95b63a
ModelInvariantUuid:eddf6ab7-e234-424b-91cc-bf5007c0f6db
ModelName:BasicOnboardVmukid.compute.nodes.heat.ubuntu18
ModelUuid:77146468-b2f5-4bd0-ba14-c6b470730535
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-11T08:42:14.272Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 9affe764-2feb-4ca3-90d8-6e5c02ceb338
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:42:14.280Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||basic_onboard_vMuKiD 0
2021-09-11T08:42:14.280Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9affe764-2feb-4ca3-90d8-6e5c02ceb338
2021-09-11T08:42:14.280Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a39399bb-6fff-47f1-be89-1500aeaf826d from URL: /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json
2021-09-11T08:42:14.280Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:42:14.281Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json
2021-09-11T08:42:15.561Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:42:15.561Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json a39399bb-6fff-47f1-be89-1500aeaf826d 798
2021-09-11T08:42:15.561Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json ASDC sendASDCNotification
2021-09-11T08:42:15.562Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json
2021-09-11T08:42:15.562Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:42:15.562Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:15.564Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:15.564Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349735561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:42:15.664Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:15.665Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:15.665Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:15.679Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:15.680Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:16.564Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVmukid..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "809aa9fd-5a1f-48ed-9ef6-9ed838906c8b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb7605ec-9c53-48e2-9735-8c840c3dbf82",
    "vfModuleModelCustomizationUUID": "afb41988-48a6-462d-8e8f-fc4a52a6795c",
    "isBase": true,
    "artifacts": [
      "d0349b2b-d269-4783-9657-d9fdb75f6fea",
      "9124bbf2-2aea-4ebe-b39f-787edff03cd4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-11T08:42:16.569Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVmukid..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb7605ec-9c53-48e2-9735-8c840c3dbf82
VfModuleModelInvariantUUID:809aa9fd-5a1f-48ed-9ef6-9ed838906c8b
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0349b2b-d269-4783-9657-d9fdb75f6fea
,
9124bbf2-2aea-4ebe-b39f-787edff03cd4

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

isBase:true


}

2021-09-11T08:42:16.572Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVmukid..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "809aa9fd-5a1f-48ed-9ef6-9ed838906c8b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb7605ec-9c53-48e2-9735-8c840c3dbf82",
    "vfModuleModelCustomizationUUID": "afb41988-48a6-462d-8e8f-fc4a52a6795c",
    "isBase": true,
    "artifacts": [
      "d0349b2b-d269-4783-9657-d9fdb75f6fea",
      "9124bbf2-2aea-4ebe-b39f-787edff03cd4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-11T08:42:16.572Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVmukid..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb7605ec-9c53-48e2-9735-8c840c3dbf82
VfModuleModelInvariantUUID:809aa9fd-5a1f-48ed-9ef6-9ed838906c8b
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0349b2b-d269-4783-9657-d9fdb75f6fea
,
9124bbf2-2aea-4ebe-b39f-787edff03cd4

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

isBase:true


}

2021-09-11T08:42:16.572Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d0349b2b-d269-4783-9657-d9fdb75f6fea from URL: /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml
2021-09-11T08:42:16.572Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:42:16.573Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml
2021-09-11T08:42:18.455Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:42:18.455Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml d0349b2b-d269-4783-9657-d9fdb75f6fea 5033
2021-09-11T08:42:18.456Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-11T08:42:18.456Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml
2021-09-11T08:42:18.456Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:42:18.456Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:18.459Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:18.459Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349738456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:42:18.559Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:42:18.560Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:18.560Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:18.575Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:18.575Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:19.460Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9124bbf2-2aea-4ebe-b39f-787edff03cd4 from URL: /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env
2021-09-11T08:42:19.461Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:42:19.461Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env
2021-09-11T08:42:20.355Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:42:20.356Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env 9124bbf2-2aea-4ebe-b39f-787edff03cd4 909
2021-09-11T08:42:20.356Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-11T08:42:20.356Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env
2021-09-11T08:42:20.356Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:42:20.356Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:20.358Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:20.359Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349740356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:42:20.458Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:42:20.459Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:20.459Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:20.474Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:20.475Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:21.359Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 816cdaa6-e40f-4f1b-adb4-a6240178255d
2021-09-11T08:42:21.360Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vMuKiD 0 9affe764-2feb-4ca3-90d8-6e5c02ceb338 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:42:21.374Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73b503e, org.onap.sdc.toscaparser.api.parameters.Input@74371c1f, org.onap.sdc.toscaparser.api.parameters.Input@2b916fa8, org.onap.sdc.toscaparser.api.parameters.Input@3ef9832c, org.onap.sdc.toscaparser.api.parameters.Input@631e9e6d]
2021-09-11T08:42:21.376Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.376Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.376Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-09-11T08:42:21.376Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0f2380f7-bcc3-4913-b03e-01f18d4510fb
2021-09-11T08:42:21.377Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f2380f7-bcc3-4913-b03e-01f18d4510fb matches Tosca VF Customization UUID: 0f2380f7-bcc3-4913-b03e-01f18d4510fb
2021-09-11T08:42:21.377Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0f2380f7-bcc3-4913-b03e-01f18d4510fb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-11T08:42:21.379Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.380Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.381Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0f2380f7-bcc3-4913-b03e-01f18d4510fb: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-11T08:42:21.381Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d5b75b4
2021-09-11T08:42:21.381Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.381Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T08:42:21.382Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : afb41988-48a6-462d-8e8f-fc4a52a6795c
2021-09-11T08:42:21.382Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID afb41988-48a6-462d-8e8f-fc4a52a6795c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-11T08:42:21.384Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.385Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:21.385Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:42:21.385Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.385Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:21.385Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:42:21.386Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.386Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is not matching search criteria
2021-09-11T08:42:21.386Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-11T08:42:21.386Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-11T08:42:21.386Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=88d36cc6-1ca8-4f5d-b5a4-38ffb27ef727
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T08:42:21.388Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.389Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:21.389Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:42:21.389Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.389Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_vMuKiD 0 is matching search criteria
2021-09-11T08:42:21.389Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_vMuKiD 0] matching following query criteria: sdcType=VF, customizationUUID=0f2380f7-bcc3-4913-b03e-01f18d4510fb
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:42:21.391Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.391Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.392Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 816cdaa6-e40f-4f1b-adb4-a6240178255d: basic_onboard_vMuKiD
2021-09-11T08:42:21.392Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.392Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.392Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.392Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.392Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.393Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.393Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.393Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.393Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:42:21.393Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_vMuKiD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:42:21.393Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_vMuKiD 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:42:21.482Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vMuKiD 9affe764-2feb-4ca3-90d8-6e5c02ceb338 1 ASDC deployResourceStructure
2021-09-11T08:42:21.483Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json ASDC sendASDCNotification
2021-09-11T08:42:21.483Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json
2021-09-11T08:42:21.483Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:42:21.483Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:21.485Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:21.486Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349741483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T08:42:21.586Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:42:21.586Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:21.587Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:21.599Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:21.599Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:22.487Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-11T08:42:22.487Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml
2021-09-11T08:42:22.487Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:42:22.488Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:22.492Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:22.492Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349742487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-11T08:42:22.590Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-11T08:42:22.591Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:22.591Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:22.607Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:22.608Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:42:23.493Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-11T08:42:23.493Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env
2021-09-11T08:42:23.493Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:42:23.493Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:23.495Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:23.495Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349743493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-11T08:42:23.596Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:23.596Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:23.596Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:23.611Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:23.612Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:24.496Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar ASDC sendASDCNotification
2021-09-11T08:42:24.496Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar
2021-09-11T08:42:24.497Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:42:24.497Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:24.498Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:24.499Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349744496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:42:24.599Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:24.600Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:24.600Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:24.614Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:24.614Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:42:25.499Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:42:25.511Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bb2d14e-84d7-417b-8597-6ec54e9e69b3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:42:25.514Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T08:42:25.514Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:42:25.515Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:42:25.516Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:42:25.516Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:42:25.521Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-11T08:42:55.521Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-11T08:42:55.538Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and serviceModelVersionId: 816cdaa6-e40f-4f1b-adb4-a6240178255d
2021-09-11T08:42:55.538Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bda04753-5707-4e58-b9bd-93d7745be3b6
2021-09-11T08:42:55.540Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bda04753-5707-4e58-b9bd-93d7745be3b6/model-vers/model-ver/816cdaa6-e40f-4f1b-adb4-a6240178255d?depth=0
2021-09-11T08:42:55.554Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-11T08:42:55.639Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bda04753-5707-4e58-b9bd-93d7745be3b6/model-vers/model-ver/816cdaa6-e40f-4f1b-adb4-a6240178255d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-11T08:42:55.643Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bda04753-5707-4e58-b9bd-93d7745be3b6/model-vers/model-ver/816cdaa6-e40f-4f1b-adb4-a6240178255d?depth=0|INFO|500||Invoke
2021-09-11T08:42:55.687Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bda04753-5707-4e58-b9bd-93d7745be3b6/model-vers/model-ver/816cdaa6-e40f-4f1b-adb4-a6240178255d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-11T08:42:56.259Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bda04753-5707-4e58-b9bd-93d7745be3b6/model-vers/model-ver/816cdaa6-e40f-4f1b-adb4-a6240178255d?depth=0|INFO|500||InvokeReturn
2021-09-11T08:42:56.260Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bda04753-5707-4e58-b9bd-93d7745be3b6/model-vers/model-ver/816cdaa6-e40f-4f1b-adb4-a6240178255d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210911-08:42:55:695-10032], vertex-id=[176328], Content-Length=[0], Date=[Sat, 11 Sep 2021 08:42:55 GMT], Content-Type=[application/json]}
2021-09-11T08:42:56.262Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-09-11T08:42:56.262Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-11T08:42:56.263Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:42:56.270Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-11T08:42:56.271Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0bb2d14e-84d7-417b-8597-6ec54e9e69b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-11T08:42:56.271Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-11T08:42:56.272Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:42:56.274Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:42:56.274Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349776271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T08:42:56.374Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:42:56.377Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:42:56.377Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:42:56.393Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:42:56.394Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T08:43:03.281Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:43:03.283Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:43:03.283Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:43:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:43:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:43:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:43:03.406Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:43:03.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:43:03.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:43:03.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:43:12.853Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:44:03.282Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:44:03.285Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:44:03.285Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:44:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:44:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:44:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:44:03.820Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:44:03.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T08:44:03.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:44:03.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-11T08:44:03.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:44:03.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:44:03.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:44:03.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-11T08:44:03.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:44:03.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:44:03.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:44:03.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349723281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:44:03.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:44:03.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349731611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:44:03.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349735561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:44:03.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349738456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:44:03.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349740356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:44:03.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349741483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/basic_onboard_vmukid0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349742487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349743493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/resourceInstances/basic_onboard_vmukid0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349744496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVmukid/1.0/artifacts/service-BasicOnboardVmukid-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:44:03.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:03.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T08:44:03.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0bb2d14e-84d7-417b-8597-6ec54e9e69b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349776271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T08:44:03.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:44:12.847Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:45:03.282Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:45:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:45:03.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:45:03.287Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:45:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:45:03.287Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:45:12.859Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:45:12.860Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:03.283Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:46:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:46:03.287Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:46:03.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:46:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:03.287Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:03.948Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:03.951Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.951Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a048a229-cb8e-451f-a2ae-ab4b43ddc254","serviceName":"vFW 2021-09-11 08-42-50","serviceVersion":"1.0","serviceUUID":"5cc8a86f-0828-48e6-9f0b-d52b0af04d2b","serviceDescription":"catalog service description","serviceInvariantUUID":"de32b620-8b92-4c18-9304-38273b45ba37","resources":[{"resourceInstanceName":"vFW 6531edb5-eede 0","resourceName":"vFW 6531edb5-eede","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"60341e58-0b7d-4aaf-ab64-717a9f07209a","resourceInvariantUUID":"eba46476-6f45-4060-af38-702862aabece","resourceCustomizationUUID":"cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml","artifactChecksum":"YzI5MjQxNGRlOWZiYWE1YzVjMmRkZjVjODkxMzcxMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6016c85e-5f4b-46e5-94d8-cf71abe83090","artifactVersion":"1"},{"artifactName":"vfw6531edb5eede0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json","artifactChecksum":"YzEwZWVjY2EwMjRmZTlhNTE5Y2FiNjQzYTgzODcxNjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16151175-27af-47fe-a42c-a63b728a7a09","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f544c4c6-d705-4864-a8a3-4691093b04c7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml","artifactChecksum":"ODdjZWI4YWFjYzA1NmM0MjkzMDA2ZjEyZTg2OTA1Y2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74d34da5-a850-4c38-8a56-cbfab0a62429","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"af1187df-5277-476d-841f-31d8a50df593","artifactVersion":"2","generatedFromUUID":"f544c4c6-d705-4864-a8a3-4691093b04c7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210911084250-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml","artifactChecksum":"ZDkwMDJkZDMyZjc5NzQ2NzJhY2Q3YzBmZjViZDcyZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0a8edd4-697b-4a2b-94ad-a3485c1d5de3","artifactVersion":"1"},{"artifactName":"service-Vfw20210911084250-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar","artifactChecksum":"M2RlZTI5NTMzZTIxYTY0ODFhY2Y4NDNkNDNmOGI5YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4e27d50-89e0-4940-bb71-c69afe8139aa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-11T08:46:03.958Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:03.959Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:03.959Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:03.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "cds",
  "timestamp": 1631349933385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349925881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "aai-ml",
  "timestamp": 1631349925696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "policy-id",
  "timestamp": 1631349929282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "cds",
  "timestamp": 1631349933385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349925881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T08:46:03.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "aai-ml",
  "timestamp": 1631349925696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "policy-id",
  "timestamp": 1631349929282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "dcae-sch",
  "timestamp": 1631349936277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "cds",
  "timestamp": 1631349933385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349925881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-11T08:46:03.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "aai-ml",
  "timestamp": 1631349925696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "policy-id",
  "timestamp": 1631349929282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-11T08:46:03.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.970Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:03.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.970Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "dcae-sch",
  "timestamp": 1631349936277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "cds",
  "timestamp": 1631349933385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349925881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "aai-ml",
  "timestamp": 1631349925696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349938294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "policy-id",
  "timestamp": 1631349929282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "dcae-sch",
  "timestamp": 1631349936277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "cds",
  "timestamp": 1631349933385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349925881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-11T08:46:03.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "aai-ml",
  "timestamp": 1631349925696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.975Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "clamp",
  "timestamp": 1631349939215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "policy-id",
  "timestamp": 1631349929282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349938294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "dcae-sch",
  "timestamp": 1631349936277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "cds",
  "timestamp": 1631349933385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349925881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "aai-ml",
  "timestamp": 1631349925696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "clamp",
  "timestamp": 1631349939215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T08:46:03.979Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349938294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "policy-id",
  "timestamp": 1631349929282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "dcae-sch",
  "timestamp": 1631349936277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "cds",
  "timestamp": 1631349933385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349925881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "aai-ml",
  "timestamp": 1631349925696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "clamp",
  "timestamp": 1631349939215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "dcae-sch",
  "timestamp": 1631349936277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "policy-id",
  "timestamp": 1631349929282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349938294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349941538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.983Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "clamp",
  "timestamp": 1631349939215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "dcae-sch",
  "timestamp": 1631349936277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.984Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349938294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349941538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.985Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349943891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:46:03.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:03.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "aai-ml",
  "timestamp": 1631349943906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:46:03.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:03.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "clamp",
  "timestamp": 1631349939215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "cds",
  "timestamp": 1631349943985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "policy-id",
  "timestamp": 1631349944006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349938294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349941538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "clamp",
  "timestamp": 1631349939215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:03.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:03.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:03.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "cds",
  "timestamp": 1631349944990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:46:04.011Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a048a229-cb8e-451f-a2ae-ab4b43ddc254
2021-09-11T08:46:04.012Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a048a229-cb8e-451f-a2ae-ab4b43ddc254 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:46:04.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "policy-id",
  "timestamp": 1631349945016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:46:04.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349938294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:46:04.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:04.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349941538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:04.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:04.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349945402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:46:04.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "clamp",
  "timestamp": 1631349939215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:46:04.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:04.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "policy-id",
  "timestamp": 1631349946022,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:46:04.027Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a048a229-cb8e-451f-a2ae-ab4b43ddc254
2021-09-11T08:46:04.027Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a048a229-cb8e-451f-a2ae-ab4b43ddc254 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349941538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349946834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349946891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349941538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349947920,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:46:04.052Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a048a229-cb8e-451f-a2ae-ab4b43ddc254
2021-09-11T08:46:04.052Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a048a229-cb8e-451f-a2ae-ab4b43ddc254 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631349941538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631349948924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349950334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:46:04.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631349951339,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:46:04.062Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a048a229-cb8e-451f-a2ae-ab4b43ddc254
2021-09-11T08:46:04.063Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a048a229-cb8e-451f-a2ae-ab4b43ddc254 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:46:04.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "clamp",
  "timestamp": 1631349954844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:46:04.070Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:04.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "aai-ml",
  "timestamp": 1631349955680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:46:04.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "aai-ml",
  "timestamp": 1631349956684,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2021-09-11T08:46:04.072Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:04.072Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:46:04.075Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a048a229-cb8e-451f-a2ae-ab4b43ddc254
2021-09-11T08:46:04.075Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a048a229-cb8e-451f-a2ae-ab4b43ddc254 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:46:04.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "clamp",
  "timestamp": 1631349956846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:46:04.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:46:04.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:46:04.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "clamp",
  "timestamp": 1631349957849,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2021-09-11T08:46:04.087Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:46:04.089Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:04.092Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a048a229-cb8e-451f-a2ae-ab4b43ddc254
2021-09-11T08:46:04.093Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a048a229-cb8e-451f-a2ae-ab4b43ddc254 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:46:04.970Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:04.971Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:04.982Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:04.982Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T08:46:05.074Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-09-11T08:46:05.075Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:05.076Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:05.086Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:05.086Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:05.983Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:05.984Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:05.987Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:05.987Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-11T08:46:06.087Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:06.089Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:06.089Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:06.099Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:06.099Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:06.988Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:06.988Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:06.991Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:06.991Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:07.091Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:07.098Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:07.098Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:07.112Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:07.112Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:07.991Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:07.992Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:07.994Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:07.995Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-11T08:46:08.095Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:08.096Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:08.096Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:08.107Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:08.107Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:46:08.996Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:08.996Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:08.998Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:08.998Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:46:09.098Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:09.099Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:09.099Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:09.108Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:09.108Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:09.998Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:46:09.999Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:10.004Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:10.005Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:46:10.110Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-11T08:46:10.111Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:10.111Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:10.124Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:10.124Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:46:11.006Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "serviceName": "vFW 2021-09-11 08-42-50",
  "serviceVersion": "1.0",
  "serviceUUID": "5cc8a86f-0828-48e6-9f0b-d52b0af04d2b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "de32b620-8b92-4c18-9304-38273b45ba37",
  "resources": [
    {
      "resourceInstanceName": "vFW 6531edb5-eede 0",
      "resourceCustomizationUUID": "cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f",
      "resourceName": "vFW 6531edb5-eede",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "60341e58-0b7d-4aaf-ab64-717a9f07209a",
      "resourceInvariantUUID": "eba46476-6f45-4060-af38-702862aabece",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6531edb5eede0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
          "artifactChecksum": "YzEwZWVjY2EwMjRmZTlhNTE5Y2FiNjQzYTgzODcxNjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "16151175-27af-47fe-a42c-a63b728a7a09",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f544c4c6-d705-4864-a8a3-4691093b04c7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "af1187df-5277-476d-841f-31d8a50df593",
            "generatedFromUUID": "f544c4c6-d705-4864-a8a3-4691093b04c7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "af1187df-5277-476d-841f-31d8a50df593",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210911084250-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
      "artifactChecksum": "M2RlZTI5NTMzZTIxYTY0ODFhY2Y4NDNkNDNmOGI5YzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d4e27d50-89e0-4940-bb71-c69afe8139aa"
    }
  ],
  "workloadContext": "Production"
}
2021-09-11T08:46:11.007Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-11T08:46:11.007Z|0bb2d14e-84d7-417b-8597-6ec54e9e69b3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5cc8a86f-0828-48e6-9f0b-d52b0af04d2b ASDC
2021-09-11T08:46:11.008Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a048a229-cb8e-451f-a2ae-ab4b43ddc254
ServiceName:vFW 2021-09-11 08-42-50
ServiceVersion:1.0
ServiceUUID:5cc8a86f-0828-48e6-9f0b-d52b0af04d2b
ServiceInvariantUUID:de32b620-8b92-4c18-9304-38273b45ba37
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210911084250-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar
ArtifactUUID:d4e27d50-89e0-4940-bb71-c69afe8139aa
ArtifactChecksum:M2RlZTI5NTMzZTIxYTY0ODFhY2Y4NDNkNDNmOGI5YzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6531edb5-eede 0
ResourceCustomizationUUID:cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f
ResourceInvariantUUID:eba46476-6f45-4060-af38-702862aabece
ResourceName:vFW 6531edb5-eede
ResourceType:VF
ResourceUUID:60341e58-0b7d-4aaf-ab64-717a9f07209a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6531edb5eede0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json
ArtifactUUID:16151175-27af-47fe-a42c-a63b728a7a09
ArtifactChecksum:YzEwZWVjY2EwMjRmZTlhNTE5Y2FiNjQzYTgzODcxNjg=
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/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml
ArtifactUUID:f544c4c6-d705-4864-a8a3-4691093b04c7
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/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env
ArtifactUUID:af1187df-5277-476d-841f-31d8a50df593
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/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env
ArtifactUUID:af1187df-5277-476d-841f-31d8a50df593
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-11T08:46:11.008Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5cc8a86f-0828-48e6-9f0b-d52b0af04d2b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T08:46:11.045Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:46:11.047Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:46:11.047Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:46:11.047Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d4e27d50-89e0-4940-bb71-c69afe8139aa from URL: /sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:11.047Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:46:11.047Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:11.689Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:46:11.695Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar d4e27d50-89e0-4940-bb71-c69afe8139aa 98743
2021-09-11T08:46:11.695Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar ASDC sendASDCNotification
2021-09-11T08:46:11.695Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:11.695Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:46:11.695Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:11.697Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:11.697Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349971695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:46:11.798Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:11.799Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:11.799Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:11.840Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:11.841Z||pool-42-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:12.702Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:46:12.703Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:46:12.703Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d4e27d50-89e0-4940-bb71-c69afe8139aa, URL: /sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar to file: /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:12.703Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210911084250-csar.csar
2021-09-11T08:46:12.704Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:12.704Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:12.954Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3491634327778491931/Definitions/service-Vfw20210911084250-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
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-09-11T08:46:15.125Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-11T08:46:15.126Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.127Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6531edb5-eede 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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||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-Vfw20210911084250-csar.csar
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:46:15.128Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.129Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.130Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:15.130Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:46:15.130Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:46:15.131Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.131Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.131Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:15.131Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:46:15.131Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is not matching search criteria
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:46:15.132Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:46:15.133Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.134Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.134Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:46:15.134Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.134Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:46:15.134Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.134Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.135Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is not matching search criteria
2021-09-11T08:46:15.136Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:46:15.137Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:46:15.137Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-11T08:46:15.137Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:46:15.137Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:46:15.137Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.137Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.138Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:46:15.138Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.138Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:46:15.138Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.138Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cd1252bb-59a4-4486-9002-76a2e1d5bb8d
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is not matching search criteria
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.139Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:46:15.140Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.141Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c16310da-eac6-4e58-9fcd-fea8424068a4
2021-09-11T08:46:15.141Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.141Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is not matching search criteria
2021-09-11T08:46:15.141Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:46:15.141Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:46:15.141Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:46:15.142Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.142Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.142Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:46:15.142Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.142Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:46:15.142Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=826f6956-d337-4446-ab82-a8138424303c
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.143Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.144Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.144Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.144Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.144Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:15.144Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:15.144Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-11 08-42-50
Description:catalog service description
Model UUID:5cc8a86f-0828-48e6-9f0b-d52b0af04d2b
Model Version:NULL
Model InvariantUuid:de32b620-8b92-4c18-9304-38273b45ba37
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6531edb5-eede
Model UUID:04eeb5eb-3b53-4e71-92cb-d56d47e44039
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eba46476-6f45-4060-af38-702862aabece
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:40413411-867c-4adc-8530-9fa82b52b58c
ModelName:Vfw6531edb5Eede..base_vfw..module-0
ModelUuid:8bba3406-0d72-4b3e-857e-44fa94d6778e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cd1252bb-59a4-4486-9002-76a2e1d5bb8d
ModelInvariantUuid:cd0a65df-fe54-46ce-b8c3-365e8f46a06a
ModelName:vFW 6531edb5-eede-nodes.vfwCvfc
ModelUuid:19f8ef95-c383-4746-a4c9-142896276299
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8eef1701-0b8b-4c03-b6bd-5c470359a07a
ModelInvariantUuid:8da4949c-6ad8-45e9-a03c-a9b07d7ef44c
ModelName:Vfw6531edb5Eede.compute.nodes.heat.vfw
ModelUuid:bd169533-26a4-433d-ac93-7725395d9ccf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c16310da-eac6-4e58-9fcd-fea8424068a4
ModelInvariantUuid:0697792c-064c-4019-956a-c0ee9157952e
ModelName:vFW 6531edb5-eede-nodes.vsnCvfc
ModelUuid:02754471-b870-4721-b16d-110764a82a3d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e7260c70-41d5-4430-a28a-2365eb1c795f
ModelInvariantUuid:269f7817-fa10-44f2-9e94-b4e174e426ce
ModelName:Vfw6531edb5Eede.compute.nodes.heat.vsn
ModelUuid:e66862de-e8f3-4bee-acbe-ea436b6aefcc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:826f6956-d337-4446-ab82-a8138424303c
ModelInvariantUuid:c5f234b0-be7c-4893-9308-3d68715578b0
ModelName:vFW 6531edb5-eede-nodes.vpgCvfc
ModelUuid:bb759a80-05b6-42d3-926a-75a5f4aeadd5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b1802586-ace9-4dc6-b0d1-6dbc0e468ccb
ModelInvariantUuid:7184486e-e9ee-4531-9019-3b6c8e6e9476
ModelName:Vfw6531edb5Eede.compute.nodes.heat.vpg
ModelUuid:0624e516-354c-457a-b982-7c04219e73aa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-11T08:46:15.178Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 60341e58-0b7d-4aaf-ab64-717a9f07209a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:46:15.194Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||vFW 6531edb5-eede 0
2021-09-11T08:46:15.195Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 60341e58-0b7d-4aaf-ab64-717a9f07209a
2021-09-11T08:46:15.195Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 16151175-27af-47fe-a42c-a63b728a7a09 from URL: /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json
2021-09-11T08:46:15.195Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:46:15.195Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json
2021-09-11T08:46:16.691Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:46:16.691Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json 16151175-27af-47fe-a42c-a63b728a7a09 785
2021-09-11T08:46:16.692Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json ASDC sendASDCNotification
2021-09-11T08:46:16.692Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json
2021-09-11T08:46:16.692Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:46:16.692Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:16.698Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:16.698Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349976692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:46:16.798Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:16.800Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:16.801Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:16.817Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:16.818Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:17.698Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6531edb5Eede..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "40413411-867c-4adc-8530-9fa82b52b58c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8bba3406-0d72-4b3e-857e-44fa94d6778e",
    "vfModuleModelCustomizationUUID": "4282457b-f2b2-48e4-a80b-3a59f3c1e669",
    "isBase": true,
    "artifacts": [
      "f544c4c6-d705-4864-a8a3-4691093b04c7",
      "af1187df-5277-476d-841f-31d8a50df593"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-11T08:46:17.719Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6531edb5Eede..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bba3406-0d72-4b3e-857e-44fa94d6778e
VfModuleModelInvariantUUID:40413411-867c-4adc-8530-9fa82b52b58c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f544c4c6-d705-4864-a8a3-4691093b04c7
,
af1187df-5277-476d-841f-31d8a50df593

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

isBase:true


}

2021-09-11T08:46:17.727Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6531edb5Eede..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "40413411-867c-4adc-8530-9fa82b52b58c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8bba3406-0d72-4b3e-857e-44fa94d6778e",
    "vfModuleModelCustomizationUUID": "4282457b-f2b2-48e4-a80b-3a59f3c1e669",
    "isBase": true,
    "artifacts": [
      "f544c4c6-d705-4864-a8a3-4691093b04c7",
      "af1187df-5277-476d-841f-31d8a50df593"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-11T08:46:17.728Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6531edb5Eede..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bba3406-0d72-4b3e-857e-44fa94d6778e
VfModuleModelInvariantUUID:40413411-867c-4adc-8530-9fa82b52b58c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f544c4c6-d705-4864-a8a3-4691093b04c7
,
af1187df-5277-476d-841f-31d8a50df593

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

isBase:true


}

2021-09-11T08:46:17.728Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f544c4c6-d705-4864-a8a3-4691093b04c7 from URL: /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml
2021-09-11T08:46:17.729Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:46:17.729Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml
2021-09-11T08:46:19.866Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:46:19.868Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml f544c4c6-d705-4864-a8a3-4691093b04c7 20368
2021-09-11T08:46:19.869Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-11T08:46:19.869Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml
2021-09-11T08:46:19.869Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:46:19.869Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:19.871Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:19.871Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349979868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:46:19.971Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:19.972Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:19.972Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:19.989Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:19.990Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:20.872Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: af1187df-5277-476d-841f-31d8a50df593 from URL: /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env
2021-09-11T08:46:20.873Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:46:20.873Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env
2021-09-11T08:46:21.959Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:46:21.960Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env af1187df-5277-476d-841f-31d8a50df593 2098
2021-09-11T08:46:21.960Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-11T08:46:21.960Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env
2021-09-11T08:46:21.961Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:46:21.961Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:21.964Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:21.964Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349981960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:46:22.064Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:22.065Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:22.065Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:22.075Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:22.075Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:22.965Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5cc8a86f-0828-48e6-9f0b-d52b0af04d2b
2021-09-11T08:46:22.966Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6531edb5-eede 0 60341e58-0b7d-4aaf-ab64-717a9f07209a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:46:22.991Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d20c06d, org.onap.sdc.toscaparser.api.parameters.Input@6a148f57, org.onap.sdc.toscaparser.api.parameters.Input@3ea2fdea, org.onap.sdc.toscaparser.api.parameters.Input@3f52612d, org.onap.sdc.toscaparser.api.parameters.Input@440afd02]
2021-09-11T08:46:22.992Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:22.993Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:22.993Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-09-11T08:46:22.993Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f
2021-09-11T08:46:22.993Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f matches Tosca VF Customization UUID: cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f
2021-09-11T08:46:22.994Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-11T08:46:22.997Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:22.998Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:22.999Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-11T08:46:22.999Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@fb90bac
2021-09-11T08:46:23.000Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.001Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T08:46:23.001Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4282457b-f2b2-48e4-a80b-3a59f3c1e669
2021-09-11T08:46:23.002Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4282457b-f2b2-48e4-a80b-3a59f3c1e669
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-11T08:46:23.006Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.007Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:23.007Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:23.008Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.008Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:23.008Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:23.009Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.009Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is not matching search criteria
2021-09-11T08:46:23.009Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:46:23.010Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:46:23.010Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-11T08:46:23.010Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:46:23.011Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:46:23.011Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:23.012Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:23.012Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:46:23.012Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:23.012Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:46:23.013Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:23.013Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cd1252bb-59a4-4486-9002-76a2e1d5bb8d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T08:46:23.018Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.019Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:23.019Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:23.020Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.020Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is not matching search criteria
2021-09-11T08:46:23.021Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:46:23.021Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:46:23.021Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:46:23.022Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:23.022Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:23.022Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:46:23.023Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:23.023Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-11T08:46:23.023Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-11T08:46:23.024Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:23.024Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-11T08:46:23.024Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:23.024Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c16310da-eac6-4e58-9fcd-fea8424068a4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T08:46:23.027Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.028Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:23.028Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:23.028Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.029Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is not matching search criteria
2021-09-11T08:46:23.029Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-11T08:46:23.029Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-11T08:46:23.030Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-11T08:46:23.030Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:23.030Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:23.031Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-11T08:46:23.031Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-11T08:46:23.031Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-11T08:46:23.031Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-11T08:46:23.032Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-11T08:46:23.032Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-11T08:46:23.032Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-11T08:46:23.032Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=826f6956-d337-4446-ab82-a8138424303c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T08:46:23.035Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.035Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:23.035Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T08:46:23.035Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.036Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Node template vFW 6531edb5-eede 0 is matching search criteria
2021-09-11T08:46:23.036Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6531edb5-eede 0] matching following query criteria: sdcType=VF, customizationUUID=cfe984d1-f13c-4fe7-bf67-cea8b95bcf1f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:46:23.038Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.038Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:23.041Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5cc8a86f-0828-48e6-9f0b-d52b0af04d2b: vFW 6531edb5-eede
2021-09-11T08:46:23.042Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.042Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:23.042Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.043Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:23.043Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.043Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:23.043Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.044Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:23.044Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:46:23.044Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-11 08-42-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:46:23.044Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-09-11 08-42-50 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:46:23.279Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6531edb5-eede 60341e58-0b7d-4aaf-ab64-717a9f07209a 1 ASDC deployResourceStructure
2021-09-11T08:46:23.280Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json ASDC sendASDCNotification
2021-09-11T08:46:23.280Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json
2021-09-11T08:46:23.281Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:46:23.281Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:23.284Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:23.285Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349983280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T08:46:23.384Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:46:23.385Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:23.385Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:23.411Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:23.412Z||pool-46-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:24.286Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-11T08:46:24.287Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml
2021-09-11T08:46:24.287Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:46:24.288Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:24.290Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:24.290Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349984286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-11T08:46:24.390Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:24.391Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:24.391Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:24.406Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:24.407Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:25.291Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-11T08:46:25.292Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env
2021-09-11T08:46:25.292Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:46:25.293Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:25.295Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:25.296Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349985291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-11T08:46:25.396Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:25.396Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:25.397Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:25.422Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:25.423Z||pool-48-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:26.297Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar ASDC sendASDCNotification
2021-09-11T08:46:26.298Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar
2021-09-11T08:46:26.298Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:46:26.298Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:26.301Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:26.301Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349986297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:46:26.400Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T08:46:26.401Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:26.401Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:26.414Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:26.415Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:46:27.302Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a048a229-cb8e-451f-a2ae-ab4b43ddc254
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:46:27.316Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a048a229-cb8e-451f-a2ae-ab4b43ddc254
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:46:27.322Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T08:46:27.323Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-11T08:46:27.323Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-11T08:46:27.323Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-11T08:46:27.323Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:46:27.323Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:46:27.323Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:46:27.323Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:46:27.323Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:46:27.323Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T08:46:27.323Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:46:27.329Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-11T08:46:57.329Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a048a229-cb8e-451f-a2ae-ab4b43ddc254 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-11T08:46:57.340Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a048a229-cb8e-451f-a2ae-ab4b43ddc254 and serviceModelVersionId: 5cc8a86f-0828-48e6-9f0b-d52b0af04d2b
2021-09-11T08:46:57.341Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de32b620-8b92-4c18-9304-38273b45ba37
2021-09-11T08:46:57.343Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de32b620-8b92-4c18-9304-38273b45ba37/model-vers/model-ver/5cc8a86f-0828-48e6-9f0b-d52b0af04d2b?depth=0
2021-09-11T08:46:57.357Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-11T08:46:57.434Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de32b620-8b92-4c18-9304-38273b45ba37/model-vers/model-ver/5cc8a86f-0828-48e6-9f0b-d52b0af04d2b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-11T08:46:57.437Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de32b620-8b92-4c18-9304-38273b45ba37/model-vers/model-ver/5cc8a86f-0828-48e6-9f0b-d52b0af04d2b?depth=0|INFO|500||Invoke
2021-09-11T08:46:57.465Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de32b620-8b92-4c18-9304-38273b45ba37/model-vers/model-ver/5cc8a86f-0828-48e6-9f0b-d52b0af04d2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-11T08:46:57.959Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de32b620-8b92-4c18-9304-38273b45ba37/model-vers/model-ver/5cc8a86f-0828-48e6-9f0b-d52b0af04d2b?depth=0|INFO|500||InvokeReturn
2021-09-11T08:46:57.959Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/de32b620-8b92-4c18-9304-38273b45ba37/model-vers/model-ver/5cc8a86f-0828-48e6-9f0b-d52b0af04d2b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210911-08:46:57:474-9218], vertex-id=[176248], Content-Length=[0], Date=[Sat, 11 Sep 2021 08:46:57 GMT], Content-Type=[application/json]}
2021-09-11T08:46:57.960Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-09-11T08:46:57.960Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-11T08:46:57.961Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:46:57.965Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-11T08:46:57.966Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a048a229-cb8e-451f-a2ae-ab4b43ddc254 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-11T08:46:57.966Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-11T08:46:57.966Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:46:57.968Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:46:57.969Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350017966,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T08:46:58.069Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:46:58.071Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:46:58.071Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:46:58.082Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:46:58.084Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T08:47:03.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:47:03.282Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:47:03.282Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:47:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:47:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:47:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:47:03.406Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:47:03.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:47:03.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:47:03.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:47:12.832Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:48:03.281Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:48:03.284Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:48:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:48:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:48:03.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:48:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:48:03.816Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:48:03.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T08:48:03.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:48:03.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-11T08:48:03.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:48:03.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:48:03.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:48:03.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-11T08:48:03.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:48:03.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:48:03.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:48:03.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349963282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:48:03.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:48:03.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349971695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:48:03.824Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:48:03.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349976692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:48:03.824Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:48:03.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349979868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:48:03.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:48:03.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349981960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:48:03.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:48:03.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349983280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/vfw6531edb5eede0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T08:48:03.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:48:03.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349984286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-11T08:48:03.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:48:03.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349985291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/resourceInstances/vfw6531edb5eede0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-11T08:48:03.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:48:03.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631349986297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210911084250/1.0/artifacts/service-Vfw20210911084250-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:48:03.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:48:03.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T08:48:03.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a048a229-cb8e-451f-a2ae-ab4b43ddc254",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350017966,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T08:48:03.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:48:12.851Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:49:03.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:49:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:49:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:49:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:49:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:49:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:49:12.851Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:49:12.854Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:50:03.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:50:03.284Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:50:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:50:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:50:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:50:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:50:12.854Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:50:12.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:51:03.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:51:03.284Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:51:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:51:03.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:51:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:51:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:51:12.847Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:51:12.847Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:52:03.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:52:03.283Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:52:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:52:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:52:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:52:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:52:12.858Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:52:12.865Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:53:03.281Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:53:03.283Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:53:03.284Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:53:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:53:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:53:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:53:12.842Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:53:12.848Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:54:03.281Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:54:03.284Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:54:03.284Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:54:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:54:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:54:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:54:12.830Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:54:12.832Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:55:03.282Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:55:03.284Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:55:03.285Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:55:03.287Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:55:03.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:55:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:55:12.835Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:55:12.835Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:56:03.281Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:56:03.284Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:56:03.285Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:56:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:56:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:56:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:56:12.847Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:56:12.908Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:57:03.282Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:57:03.285Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:57:03.285Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:57:03.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:57:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:57:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:57:12.836Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:57:12.837Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:58:03.282Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:58:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:58:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:58:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:58:03.287Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:58:03.288Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:58:12.845Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:58:12.846Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:59:03.282Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:59:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T08:59:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:59:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:59:03.286Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T08:59:03.286Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:59:03.939Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:59:03.940Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.940Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"06977350-1895-4f18-9ced-bc89b9c05ff3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a0817c55-23dd-43bc-854f-c2450fab29e8","serviceDescription":"service","serviceInvariantUUID":"f0e9bcc6-9586-42ac-9888-24ae215e945f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a306522d-b766-499f-906d-7dda534f7cdd","resourceInvariantUUID":"33481fcc-ca4e-4008-81ac-4222cc315682","resourceCustomizationUUID":"2ea4fabd-a016-4b27-8e0b-fa893fcb787c","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":"ZTRhYTFjZmFmMDYyZDEwMjE3YTQwOGIzMTQzMGUxMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"247cfe8f-6b36-451e-9e5a-5e961ed879c6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDAyZjA3ZDg0YjM5ZTY5ZjNhOGE2ZGIwYzY4ODAwNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a1096ebd-38fb-48af-8db3-f80f240cb214","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-11T08:59:03.942Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:59:03.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "dcae-sch",
  "timestamp": 1631350716279,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:59:03.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:03.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "cds",
  "timestamp": 1631350713385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:59:03.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:03.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "policy-id",
  "timestamp": 1631350709282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:59:03.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:03.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350718294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:59:03.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:03.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.946Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:59:03.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "dcae-sch",
  "timestamp": 1631350716279,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:59:03.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:03.946Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:59:03.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "clamp",
  "timestamp": 1631350719218,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:59:03.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:03.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "policy-id",
  "timestamp": 1631350709282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:59:03.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:03.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "cds",
  "timestamp": 1631350713385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:59:03.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:03.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350718294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:59:03.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:03.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "clamp",
  "timestamp": 1631350719218,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:59:03.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:03.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350722175,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:59:03.950Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:59:03.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.950Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:59:03.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631350721538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:59:03.950Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350743282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:59:03.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:03.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "cds",
  "timestamp": 1631350722266,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:59:03.950Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:59:03.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "policy-id",
  "timestamp": 1631350722265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:59:03.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:59:03.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631350721538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:59:03.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:03.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "cds",
  "timestamp": 1631350723284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:59:03.971Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06977350-1895-4f18-9ced-bc89b9c05ff3
2021-09-11T08:59:03.971Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06977350-1895-4f18-9ced-bc89b9c05ff3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:59:03.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "policy-id",
  "timestamp": 1631350723273,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:59:03.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:59:03.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350723903,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:59:03.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:59:03.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "policy-id",
  "timestamp": 1631350724279,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:59:03.984Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06977350-1895-4f18-9ced-bc89b9c05ff3
2021-09-11T08:59:03.984Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06977350-1895-4f18-9ced-bc89b9c05ff3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:59:03.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:03.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350724906,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:59:03.995Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06977350-1895-4f18-9ced-bc89b9c05ff3
2021-09-11T08:59:03.995Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06977350-1895-4f18-9ced-bc89b9c05ff3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:59:04.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:04.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350725880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:59:04.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:04.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:04.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "clamp",
  "timestamp": 1631350727118,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:59:04.004Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:59:04.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:04.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350725880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:59:04.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:04.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:04.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "clamp",
  "timestamp": 1631350729126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:59:04.005Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:59:04.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:04.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "clamp",
  "timestamp": 1631350730132,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T08:59:04.009Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 06977350-1895-4f18-9ced-bc89b9c05ff3
2021-09-11T08:59:04.009Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06977350-1895-4f18-9ced-bc89b9c05ff3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T08:59:04.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:04.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "aai-ml",
  "timestamp": 1631350735697,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T08:59:04.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:04.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:04.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "aai-ml",
  "timestamp": 1631350735697,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:59:04.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T08:59:04.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T08:59:04.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "aai-ml",
  "timestamp": 1631350739984,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:59:04.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T08:59:04.050Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:59:04.051Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:59:04.051Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:59:04.061Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:59:04.062Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:59:04.950Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T08:59:04.951Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:59:04.982Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:59:04.982Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350743282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T08:59:05.056Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2021-09-11T08:59:05.056Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:59:05.057Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:59:05.066Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:59:05.066Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:59:05.986Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "a0817c55-23dd-43bc-854f-c2450fab29e8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f0e9bcc6-9586-42ac-9888-24ae215e945f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "2ea4fabd-a016-4b27-8e0b-fa893fcb787c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "a306522d-b766-499f-906d-7dda534f7cdd",
      "resourceInvariantUUID": "33481fcc-ca4e-4008-81ac-4222cc315682",
      "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": "NDAyZjA3ZDg0YjM5ZTY5ZjNhOGE2ZGIwYzY4ODAwNDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a1096ebd-38fb-48af-8db3-f80f240cb214"
    }
  ],
  "workloadContext": "Production"
}
2021-09-11T08:59:05.987Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-11T08:59:05.987Z|a048a229-cb8e-451f-a2ae-ab4b43ddc254|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a0817c55-23dd-43bc-854f-c2450fab29e8 ASDC
2021-09-11T08:59:05.988Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:06977350-1895-4f18-9ced-bc89b9c05ff3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a0817c55-23dd-43bc-854f-c2450fab29e8
ServiceInvariantUUID:f0e9bcc6-9586-42ac-9888-24ae215e945f
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:a1096ebd-38fb-48af-8db3-f80f240cb214
ArtifactChecksum:NDAyZjA3ZDg0YjM5ZTY5ZjNhOGE2ZGIwYzY4ODAwNDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2ea4fabd-a016-4b27-8e0b-fa893fcb787c
ResourceInvariantUUID:33481fcc-ca4e-4008-81ac-4222cc315682
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a306522d-b766-499f-906d-7dda534f7cdd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-11T08:59:05.988Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0817c55-23dd-43bc-854f-c2450fab29e8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T08:59:06.024Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:59:06.025Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:59:06.025Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:59:06.026Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a1096ebd-38fb-48af-8db3-f80f240cb214 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-11T08:59:06.026Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T08:59:06.026Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-11T08:59:07.086Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T08:59:07.088Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a1096ebd-38fb-48af-8db3-f80f240cb214 52176
2021-09-11T08:59:07.089Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-11T08:59:07.089Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-11T08:59:07.090Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T08:59:07.090Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:59:07.092Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:59:07.093Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350747089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T08:59:07.194Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-11T08:59:07.195Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:59:07.195Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:59:07.211Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:59:07.211Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-11T08:59:08.093Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T08:59:08.094Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T08:59:08.094Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a1096ebd-38fb-48af-8db3-f80f240cb214, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-11T08:59:08.095Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-11T08:59:08.095Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-11T08:59:08.095Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-11T08:59:08.245Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10111886833246562089/Definitions/service-BasicNetwork-template.yml
2021-09-11T08:59:08.806Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-11T08:59:08.806Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:59:08.807Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-11T08:59:08.807Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-11T08:59:08.807Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-11T08:59:08.807Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-11T08:59:08.807Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-11T08:59:08.807Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-11T08:59:08.807Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-11T08:59:08.807Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-11T08:59:08.807Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-11T08:59:08.807Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-11T08:59:08.808Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T08:59:08.808Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.808Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:59:08.808Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-11T08:59:08.808Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:59:08.808Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:59:08.809Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.809Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:59:08.809Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-11T08:59:08.809Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T08:59:08.809Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T08:59:08.809Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.809Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:59:08.810Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.810Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:59:08.810Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.810Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:59:08.810Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.810Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:59:08.811Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.811Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:59:08.811Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:a0817c55-23dd-43bc-854f-c2450fab29e8
Model Version:NULL
Model InvariantUuid:f0e9bcc6-9586-42ac-9888-24ae215e945f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:33481fcc-ca4e-4008-81ac-4222cc315682
Model UUID:111cd5f8-06ca-468b-8ba1-e46b86343112
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:2ea4fabd-a016-4b27-8e0b-fa893fcb787c
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-11T08:59:08.817Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: a306522d-b766-499f-906d-7dda534f7cdd
2021-09-11T08:59:08.818Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||No resources found for Service: a0817c55-23dd-43bc-854f-c2450fab29e8
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:59:08.825Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||
2021-09-11T08:59:08.826Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-11T08:59:08.827Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a0817c55-23dd-43bc-854f-c2450fab29e8
2021-09-11T08:59:08.827Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a0817c55-23dd-43bc-854f-c2450fab29e8
2021-09-11T08:59:08.827Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-11T08:59:08.827Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T08:59:08.832Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2761f89f, org.onap.sdc.toscaparser.api.parameters.Input@6c1d236a, org.onap.sdc.toscaparser.api.parameters.Input@4d29076f, org.onap.sdc.toscaparser.api.parameters.Input@6be71d6d, org.onap.sdc.toscaparser.api.parameters.Input@43eab58e]
2021-09-11T08:59:08.833Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.834Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:59:08.834Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.834Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:59:08.834Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a0817c55-23dd-43bc-854f-c2450fab29e8: Generic NeutronNet
2021-09-11T08:59:08.834Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.834Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:59:08.835Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.835Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-11T08:59:08.864Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.865Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:59:08.865Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.865Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:59:08.865Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T08:59:08.865Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T08:59:08.866Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-11T08:59:08.909Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-11T08:59:08.910Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-11T08:59:08.910Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-11T08:59:08.910Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T08:59:08.911Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T08:59:08.912Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T08:59:08.913Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350748910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T08:59:09.013Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T08:59:09.014Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T08:59:09.014Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T08:59:09.024Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T08:59:09.025Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T08:59:09.913Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06977350-1895-4f18-9ced-bc89b9c05ff3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:59:09.922Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06977350-1895-4f18-9ced-bc89b9c05ff3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:59:09.925Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T08:59:09.925Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-11T08:59:09.925Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-11T08:59:39.926Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06977350-1895-4f18-9ced-bc89b9c05ff3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:59:39.940Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06977350-1895-4f18-9ced-bc89b9c05ff3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T08:59:39.942Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T08:59:39.942Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-11T08:59:39.943Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-11T09:00:03.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:00:03.288Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:00:03.289Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:00:03.425Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:00:03.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:00:03.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350743282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:00:03.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:00:09.943Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06977350-1895-4f18-9ced-bc89b9c05ff3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:00:09.968Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06977350-1895-4f18-9ced-bc89b9c05ff3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:00:09.971Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T09:00:09.971Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-11T09:00:09.971Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-11T09:00:39.971Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06977350-1895-4f18-9ced-bc89b9c05ff3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:00:39.988Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06977350-1895-4f18-9ced-bc89b9c05ff3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:00:39.990Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T09:00:39.990Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-11T09:00:39.990Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-11T09:01:03.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:01:03.289Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:01:03.289Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:01:03.813Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:01:03.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:01:03.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "aai-ml",
  "timestamp": 1631350744584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:01:03.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:01:03.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:01:03.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350743282,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:01:03.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:01:03.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:01:03.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "aai-ml",
  "timestamp": 1631350745589,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:01:03.826Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06977350-1895-4f18-9ced-bc89b9c05ff3
2021-09-11T09:01:03.826Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06977350-1895-4f18-9ced-bc89b9c05ff3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:01:03.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:01:03.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350747089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:01:03.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:01:03.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:01:03.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350748910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:01:03.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:01:09.991Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06977350-1895-4f18-9ced-bc89b9c05ff3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:01:10.010Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06977350-1895-4f18-9ced-bc89b9c05ff3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:01:10.015Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T09:01:10.015Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-11T09:01:10.016Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-11T09:01:10.016Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-11T09:01:10.016Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:01:10.016Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:01:10.016Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:01:10.017Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:01:10.017Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:01:10.017Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:01:10.017Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:01:10.024Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-11T09:01:40.024Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06977350-1895-4f18-9ced-bc89b9c05ff3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-11T09:01:40.034Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06977350-1895-4f18-9ced-bc89b9c05ff3 and serviceModelVersionId: a0817c55-23dd-43bc-854f-c2450fab29e8
2021-09-11T09:01:40.034Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0e9bcc6-9586-42ac-9888-24ae215e945f
2021-09-11T09:01:40.036Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0e9bcc6-9586-42ac-9888-24ae215e945f/model-vers/model-ver/a0817c55-23dd-43bc-854f-c2450fab29e8?depth=0
2021-09-11T09:01:40.047Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-11T09:01:40.124Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0e9bcc6-9586-42ac-9888-24ae215e945f/model-vers/model-ver/a0817c55-23dd-43bc-854f-c2450fab29e8?depth=0|INFO|500||Invoke
2021-09-11T09:01:40.125Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0e9bcc6-9586-42ac-9888-24ae215e945f/model-vers/model-ver/a0817c55-23dd-43bc-854f-c2450fab29e8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0e9bcc6-9586-42ac-9888-24ae215e945f/model-vers/model-ver/a0817c55-23dd-43bc-854f-c2450fab29e8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[06977350-1895-4f18-9ced-bc89b9c05ff3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05b796aa-315e-4c64-88f3-28473fdc5c8c], X-ECOMP-RequestID=[06977350-1895-4f18-9ced-bc89b9c05ff3], X-TransactionId=[], X-ONAP-RequestID=[06977350-1895-4f18-9ced-bc89b9c05ff3], Content-Type=[application/merge-patch+json]}
2021-09-11T09:01:40.147Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0e9bcc6-9586-42ac-9888-24ae215e945f/model-vers/model-ver/a0817c55-23dd-43bc-854f-c2450fab29e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-11T09:01:40.693Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0e9bcc6-9586-42ac-9888-24ae215e945f/model-vers/model-ver/a0817c55-23dd-43bc-854f-c2450fab29e8?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/f0e9bcc6-9586-42ac-9888-24ae215e945f/model-vers/model-ver/a0817c55-23dd-43bc-854f-c2450fab29e8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210911-09:01:40:157-94389], vertex-id=[262328], Content-Length=[0], Date=[Sat, 11 Sep 2021 09:01:40 GMT], Content-Type=[application/json]}
2021-09-11T09:01:40.695Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0e9bcc6-9586-42ac-9888-24ae215e945f/model-vers/model-ver/a0817c55-23dd-43bc-854f-c2450fab29e8?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-11T09:01:40.695Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f0e9bcc6-9586-42ac-9888-24ae215e945f/model-vers/model-ver/a0817c55-23dd-43bc-854f-c2450fab29e8?depth=0|INFO|500||InvokeReturn
2021-09-11T09:01:40.695Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-11T09:01:40.696Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:01:40.704Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-11T09:01:40.705Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06977350-1895-4f18-9ced-bc89b9c05ff3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-11T09:01:40.706Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-11T09:01:40.706Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:01:40.709Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:01:40.709Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350900706,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T09:01:40.809Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:01:40.811Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:01:40.811Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:01:40.828Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:01:40.828Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T09:01:41.728Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:01:41.729Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:01:41.729Z|06977350-1895-4f18-9ced-bc89b9c05ff3|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:01:46.127Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:01:46.128Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:01:46.128Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed6f21dc-cd5c-4445-a655-d649e7f40d73","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ab9f72bb-c85c-4056-a489-fbb3a4ba02f6","serviceDescription":"service","serviceInvariantUUID":"8e97ff6d-a46a-4b9a-8f31-65e918fc7239","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e31e5131-28f3-4d4e-9eee-d66b31408803","resourceInvariantUUID":"1106be17-ae02-452d-bd57-1a853a8c8838","resourceCustomizationUUID":"fc6eb398-d41b-4be5-ba16-01c115b465c7","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":"NjA0ZmE1MDYxMTI4OGRhZTQxMjI1YjlkMjg5MDZiNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d26dcadd-c8d5-4ed3-b82c-7bc42db5e7a0","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":"1ec62d56-2939-4beb-a733-13604866abf7","artifactVersion":"2","generatedFromUUID":"2af83a67-3bc5-47bf-8b0f-eb47fc6e704e"},{"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":"2af83a67-3bc5-47bf-8b0f-eb47fc6e704e","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":"Y2E2ZWExMGQ3ZDY4OGE2NjNiNjk4YTZhZWY4ZmU0YjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6f12e7d-ca3a-4711-9098-c87f912f692d","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":"a326c2da-c03d-400f-aac2-bdabd0628872","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":"a1452bd0-b1e7-4f3f-a4db-e50eb4bfb027","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":"a9fb2ace-fa50-414c-986e-63b53b88c8b7","artifactVersion":"2","generatedFromUUID":"a326c2da-c03d-400f-aac2-bdabd0628872"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"M2VjZTBkZGI4YTczNDAyMzcwZDU1NzU0M2QzMTUwMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6a08dea-49c4-44a7-9430-11063edef4d0","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGQxOTE5ZjkxMTJiNDc1NjZmN2QxZGRkNTBjMjQ4Y2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"faf03fc7-5bc5-4427-9be7-bec842fd8b4b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-11T09:01:46.132Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:01:46.132Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:01:46.136Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:01:46.136Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:01:46.236Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:01:46.237Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:01:46.237Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:01:46.247Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:01:46.248Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-11T09:01:47.137Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:01:47.137Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:01:47.140Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:01:47.140Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-11T09:01:47.246Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-11T09:01:47.247Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:01:47.247Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:01:47.257Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:01:47.258Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-11T09:01:48.141Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:01:48.142Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:01:48.144Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:01:48.144Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-11T09:01:48.244Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:01:48.244Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:01:48.245Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:01:48.255Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:01:48.255Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:01:49.145Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:01:49.146Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:01:49.149Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:01:49.149Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T09:01:49.249Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:01:49.250Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:01:49.250Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:01:49.262Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:01:49.262Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:01:50.150Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:01:50.151Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:01:50.153Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:01:50.153Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-11T09:01:50.253Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:01:50.272Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:01:50.272Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:01:50.288Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:01:50.288Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:01:51.157Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:01:51.159Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:01:51.162Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:01:51.162Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:01:51.262Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:01:51.263Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:01:51.263Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:01:51.281Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:01:51.282Z||pool-61-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:01:52.163Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:01:52.167Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:01:52.170Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:01:52.170Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-11T09:01:52.271Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T09:01:52.271Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:01:52.272Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:01:52.296Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:01:52.297Z||pool-62-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:01:53.171Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:01:53.175Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:01:53.179Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:01:53.179Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:01:53.279Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:01:53.281Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:01:53.281Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:01:53.320Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:01:53.321Z||pool-63-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:01:54.180Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:01:54.181Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:01:54.185Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:01:54.186Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:01:54.286Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:01:54.287Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:01:54.287Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:01:54.298Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:01:54.299Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:01:55.190Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ab9f72bb-c85c-4056-a489-fbb3a4ba02f6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8e97ff6d-a46a-4b9a-8f31-65e918fc7239",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "fc6eb398-d41b-4be5-ba16-01c115b465c7",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e31e5131-28f3-4d4e-9eee-d66b31408803",
      "resourceInvariantUUID": "1106be17-ae02-452d-bd57-1a853a8c8838",
      "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": "1ec62d56-2939-4beb-a733-13604866abf7",
          "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": "2af83a67-3bc5-47bf-8b0f-eb47fc6e704e",
          "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": "Y2E2ZWExMGQ3ZDY4OGE2NjNiNjk4YTZhZWY4ZmU0YjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f6f12e7d-ca3a-4711-9098-c87f912f692d",
          "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": "a326c2da-c03d-400f-aac2-bdabd0628872",
          "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": "a9fb2ace-fa50-414c-986e-63b53b88c8b7",
            "generatedFromUUID": "a326c2da-c03d-400f-aac2-bdabd0628872"
          },
          "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": "a9fb2ace-fa50-414c-986e-63b53b88c8b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OGQxOTE5ZjkxMTJiNDc1NjZmN2QxZGRkNTBjMjQ4Y2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "faf03fc7-5bc5-4427-9be7-bec842fd8b4b"
    }
  ],
  "workloadContext": "Production"
}
2021-09-11T09:01:55.192Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-11T09:01:55.192Z|06977350-1895-4f18-9ced-bc89b9c05ff3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ab9f72bb-c85c-4056-a489-fbb3a4ba02f6 ASDC
2021-09-11T09:01:55.195Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ed6f21dc-cd5c-4445-a655-d649e7f40d73
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ab9f72bb-c85c-4056-a489-fbb3a4ba02f6
ServiceInvariantUUID:8e97ff6d-a46a-4b9a-8f31-65e918fc7239
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:faf03fc7-5bc5-4427-9be7-bec842fd8b4b
ArtifactChecksum:OGQxOTE5ZjkxMTJiNDc1NjZmN2QxZGRkNTBjMjQ4Y2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:fc6eb398-d41b-4be5-ba16-01c115b465c7
ResourceInvariantUUID:1106be17-ae02-452d-bd57-1a853a8c8838
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e31e5131-28f3-4d4e-9eee-d66b31408803
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:1ec62d56-2939-4beb-a733-13604866abf7
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:2af83a67-3bc5-47bf-8b0f-eb47fc6e704e
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:f6f12e7d-ca3a-4711-9098-c87f912f692d
ArtifactChecksum:Y2E2ZWExMGQ3ZDY4OGE2NjNiNjk4YTZhZWY4ZmU0YjI=
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:a326c2da-c03d-400f-aac2-bdabd0628872
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:a9fb2ace-fa50-414c-986e-63b53b88c8b7
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:a9fb2ace-fa50-414c-986e-63b53b88c8b7
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-11T09:01:55.195Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab9f72bb-c85c-4056-a489-fbb3a4ba02f6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:01:55.242Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T09:01:55.244Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T09:01:55.244Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T09:01:55.245Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: faf03fc7-5bc5-4427-9be7-bec842fd8b4b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-11T09:01:55.245Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T09:01:55.245Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-11T09:01:56.693Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T09:01:56.697Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar faf03fc7-5bc5-4427-9be7-bec842fd8b4b 68758
2021-09-11T09:01:56.698Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-11T09:01:56.698Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-11T09:01:56.698Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T09:01:56.698Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:01:56.701Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:01:56.701Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350916697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:01:56.801Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:01:56.802Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:01:56.802Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:01:56.817Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:01:56.817Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:01:57.702Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T09:01:57.703Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-11T09:01:57.704Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: faf03fc7-5bc5-4427-9be7-bec842fd8b4b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-11T09:01:57.704Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-11T09:01:57.705Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-11T09:01:57.705Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-11T09:01:57.928Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5331911896184111326/Definitions/service-BasicCnf-template.yml
2021-09-11T09:01:59.305Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-11T09:01:59.305Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T09:01:59.305Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-11T09:01:59.305Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-11T09:01:59.306Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-11T09:01:59.306Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-11T09:01:59.306Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-11T09:01:59.306Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-11T09:01:59.306Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-11T09:01:59.306Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:01:59.306Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:01:59.306Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-11T09:01:59.307Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T09:01:59.307Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T09:01:59.308Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:01:59.308Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:01:59.308Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-11T09:01:59.308Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-11T09:01:59.308Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T09:01:59.308Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:01:59.309Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:01:59.309Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:01:59.309Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-11T09:01:59.309Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-11T09:01:59.309Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-11T09:01:59.309Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-11T09:01:59.309Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:01:59.310Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T09:01:59.310Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:01:59.310Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-11T09:01:59.310Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T09:01:59.310Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:01:59.310Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-11T09:01:59.311Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T09:01:59.311Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:01:59.311Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-11T09:01:59.311Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T09:01:59.311Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:01:59.311Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-11T09:01:59.311Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-11T09:01:59.312Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=eeebf212-e73f-45d7-91c0-671045a7b079
2021-09-11T09:01:59.312Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:01:59.312Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:01:59.312Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:01:59.312Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:01:59.312Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:01:59.312Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:01:59.313Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:01:59.313Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:01:59.313Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ab9f72bb-c85c-4056-a489-fbb3a4ba02f6
Model Version:NULL
Model InvariantUuid:8e97ff6d-a46a-4b9a-8f31-65e918fc7239
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2119256c-a9b9-436e-b9d7-1bdf90f39b67
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1106be17-ae02-452d-bd57-1a853a8c8838
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fc6eb398-d41b-4be5-ba16-01c115b465c7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b5d47ab3-6fea-4f9e-ba33-42df41847418
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:154179ba-64bd-42d0-9586-4442bb8fb959
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eeebf212-e73f-45d7-91c0-671045a7b079
ModelInvariantUuid:190eeb88-fa3b-4e17-a887-9f4aa35c1489
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:ea5feb0e-7e7e-47ee-b3f8-e4ace98db1fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:6bf5472c-497f-401f-8845-a097e313bf37
ModelInvariantUuid:7c5c7c91-2e63-4a0a-bfc0-ef22167ba50e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:fc7c4a4b-46ba-428e-8207-b77ec74b0322
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-11T09:01:59.321Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e31e5131-28f3-4d4e-9eee-d66b31408803
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:01:59.326Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||basic_cnf 0
2021-09-11T09:01:59.326Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e31e5131-28f3-4d4e-9eee-d66b31408803
2021-09-11T09:01:59.327Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1ec62d56-2939-4beb-a733-13604866abf7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-11T09:01:59.327Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T09:01:59.327Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-11T09:02:00.864Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T09:02:00.864Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1ec62d56-2939-4beb-a733-13604866abf7 12
2021-09-11T09:02:00.865Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-11T09:02:00.865Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-11T09:02:00.865Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T09:02:00.865Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:02:00.868Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:02:00.868Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350920865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:00.968Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:02:00.969Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:02:00.969Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:02:00.984Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:02:00.985Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:02:01.869Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2af83a67-3bc5-47bf-8b0f-eb47fc6e704e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-11T09:02:01.869Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T09:02:01.869Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-11T09:02:02.765Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T09:02:02.765Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2af83a67-3bc5-47bf-8b0f-eb47fc6e704e 2688
2021-09-11T09:02:02.765Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-11T09:02:02.766Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-11T09:02:02.766Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T09:02:02.766Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:02:02.768Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:02:02.768Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350922765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:02.868Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:02:02.869Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:02:02.869Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:02:02.881Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:02:02.881Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:02:03.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:02:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:02:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:02:03.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:02:03.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "cds",
  "timestamp": 1631350893385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350898296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "dcae-sch",
  "timestamp": 1631350896278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "policy-id",
  "timestamp": 1631350889282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "clamp",
  "timestamp": 1631350899216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "cds",
  "timestamp": 1631350893385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350898296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "dcae-sch",
  "timestamp": 1631350896278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "policy-id",
  "timestamp": 1631350889282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06977350-1895-4f18-9ced-bc89b9c05ff3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350900706,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T09:02:03.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "clamp",
  "timestamp": 1631350899216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "cds",
  "timestamp": 1631350893385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350898296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "policy-id",
  "timestamp": 1631350889282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "dcae-sch",
  "timestamp": 1631350896278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "clamp",
  "timestamp": 1631350899216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631350901539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "cds",
  "timestamp": 1631350893385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350898296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "dcae-sch",
  "timestamp": 1631350896278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "policy-id",
  "timestamp": 1631350889282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "clamp",
  "timestamp": 1631350899216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631350901539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "cds",
  "timestamp": 1631350893385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350898296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "policy-id",
  "timestamp": 1631350889282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "dcae-sch",
  "timestamp": 1631350896278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "clamp",
  "timestamp": 1631350899216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631350901539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "cds",
  "timestamp": 1631350893385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350898296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "policy-id",
  "timestamp": 1631350889282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "dcae-sch",
  "timestamp": 1631350896278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "clamp",
  "timestamp": 1631350899216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631350901539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "cds",
  "timestamp": 1631350893385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350898296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "dcae-sch",
  "timestamp": 1631350896278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "policy-id",
  "timestamp": 1631350889282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "clamp",
  "timestamp": 1631350899216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631350901539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "cds",
  "timestamp": 1631350893385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350898296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "policy-id",
  "timestamp": 1631350889282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "dcae-sch",
  "timestamp": 1631350896278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350905880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "clamp",
  "timestamp": 1631350899216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631350901539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "cds",
  "timestamp": 1631350893385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350898296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "policy-id",
  "timestamp": 1631350889282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "dcae-sch",
  "timestamp": 1631350896278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350905880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "clamp",
  "timestamp": 1631350899216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631350901539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350905880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631350901539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350905880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "policy-id",
  "timestamp": 1631350909898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:03.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350909988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:03.558Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "cds",
  "timestamp": 1631350910093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:03.558Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631350901539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350905880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "policy-id",
  "timestamp": 1631350910907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:02:03.559Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "cds",
  "timestamp": 1631350911102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:02:03.566Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed6f21dc-cd5c-4445-a655-d649e7f40d73
2021-09-11T09:02:03.566Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6f21dc-cd5c-4445-a655-d649e7f40d73 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:02:03.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350905880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "policy-id",
  "timestamp": 1631350911912,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:02:03.578Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed6f21dc-cd5c-4445-a655-d649e7f40d73
2021-09-11T09:02:03.578Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6f21dc-cd5c-4445-a655-d649e7f40d73 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:02:03.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350912355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:02:03.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350905880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631350913358,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:02:03.590Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed6f21dc-cd5c-4445-a655-d649e7f40d73
2021-09-11T09:02:03.590Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6f21dc-cd5c-4445-a655-d649e7f40d73 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:02:03.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350905880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350901728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350905880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:02:03.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "aai-ml",
  "timestamp": 1631350915696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350916697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:03.604Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350916964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:03.605Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "clamp",
  "timestamp": 1631350917245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:03.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "aai-ml",
  "timestamp": 1631350915696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "aai-ml",
  "timestamp": 1631350915696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "clamp",
  "timestamp": 1631350919252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:02:03.608Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "aai-ml",
  "timestamp": 1631350915696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350919668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:03.609Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "clamp",
  "timestamp": 1631350920264,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:02:03.615Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed6f21dc-cd5c-4445-a655-d649e7f40d73
2021-09-11T09:02:03.615Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6f21dc-cd5c-4445-a655-d649e7f40d73 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:02:03.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "aai-ml",
  "timestamp": 1631350915696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350920865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:03.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "aai-ml",
  "timestamp": 1631350915696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350922265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:03.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "aai-ml",
  "timestamp": 1631350915696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:02:03.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:02:03.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:02:03.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350922765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:03.627Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:02:03.770Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f6f12e7d-ca3a-4711-9098-c87f912f692d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-11T09:02:03.771Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T09:02:03.771Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-11T09:02:05.062Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T09:02:05.063Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f6f12e7d-ca3a-4711-9098-c87f912f692d 828
2021-09-11T09:02:05.063Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-11T09:02:05.063Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-11T09:02:05.063Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T09:02:05.064Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:02:05.066Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:02:05.066Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350925063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:05.166Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:02:05.167Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:02:05.167Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:02:05.178Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:02:05.178Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:02:06.067Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b5d47ab3-6fea-4f9e-ba33-42df41847418",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "154179ba-64bd-42d0-9586-4442bb8fb959",
    "vfModuleModelCustomizationUUID": "1d990f9d-78af-49b6-bedc-560976c5b3b5",
    "isBase": true,
    "artifacts": [
      "2af83a67-3bc5-47bf-8b0f-eb47fc6e704e",
      "a326c2da-c03d-400f-aac2-bdabd0628872",
      "a9fb2ace-fa50-414c-986e-63b53b88c8b7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-11T09:02:06.072Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:154179ba-64bd-42d0-9586-4442bb8fb959
VfModuleModelInvariantUUID:b5d47ab3-6fea-4f9e-ba33-42df41847418
VfModuleModelDescription:NULL
Artifacts UUID List:{
2af83a67-3bc5-47bf-8b0f-eb47fc6e704e
,
a326c2da-c03d-400f-aac2-bdabd0628872
,
a9fb2ace-fa50-414c-986e-63b53b88c8b7

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

isBase:true


}

2021-09-11T09:02:06.074Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b5d47ab3-6fea-4f9e-ba33-42df41847418",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "154179ba-64bd-42d0-9586-4442bb8fb959",
    "vfModuleModelCustomizationUUID": "1d990f9d-78af-49b6-bedc-560976c5b3b5",
    "isBase": true,
    "artifacts": [
      "2af83a67-3bc5-47bf-8b0f-eb47fc6e704e",
      "a326c2da-c03d-400f-aac2-bdabd0628872",
      "a9fb2ace-fa50-414c-986e-63b53b88c8b7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-11T09:02:06.075Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:154179ba-64bd-42d0-9586-4442bb8fb959
VfModuleModelInvariantUUID:b5d47ab3-6fea-4f9e-ba33-42df41847418
VfModuleModelDescription:NULL
Artifacts UUID List:{
2af83a67-3bc5-47bf-8b0f-eb47fc6e704e
,
a326c2da-c03d-400f-aac2-bdabd0628872
,
a9fb2ace-fa50-414c-986e-63b53b88c8b7

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

isBase:true


}

2021-09-11T09:02:06.075Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a326c2da-c03d-400f-aac2-bdabd0628872 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-11T09:02:06.075Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T09:02:06.075Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-11T09:02:07.079Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T09:02:07.079Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a326c2da-c03d-400f-aac2-bdabd0628872 1164
2021-09-11T09:02:07.079Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-11T09:02:07.080Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-11T09:02:07.080Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T09:02:07.080Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:02:07.083Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:02:07.083Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350927079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:07.183Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T09:02:07.184Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:02:07.185Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:02:07.194Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:02:07.195Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:02:08.088Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a9fb2ace-fa50-414c-986e-63b53b88c8b7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-11T09:02:08.089Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-11T09:02:08.089Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-11T09:02:08.872Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-11T09:02:08.873Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a9fb2ace-fa50-414c-986e-63b53b88c8b7 200
2021-09-11T09:02:08.874Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-11T09:02:08.874Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-11T09:02:08.874Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T09:02:08.875Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:02:08.878Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:02:08.879Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350928874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:02:08.978Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T09:02:08.979Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:02:08.979Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:02:08.992Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:02:08.992Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:02:09.879Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ab9f72bb-c85c-4056-a489-fbb3a4ba02f6
2021-09-11T09:02:09.880Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e31e5131-28f3-4d4e-9eee-d66b31408803 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-09-11T09:02:09.904Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||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-09-11T09:02:09.914Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ea4ce69, org.onap.sdc.toscaparser.api.parameters.Input@57b78983, org.onap.sdc.toscaparser.api.parameters.Input@1a340dc0, org.onap.sdc.toscaparser.api.parameters.Input@5f06b491, org.onap.sdc.toscaparser.api.parameters.Input@67e9ee9e]
2021-09-11T09:02:09.916Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.919Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:02:09.920Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-09-11T09:02:09.920Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= fc6eb398-d41b-4be5-ba16-01c115b465c7
2021-09-11T09:02:09.920Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fc6eb398-d41b-4be5-ba16-01c115b465c7 matches Tosca VF Customization UUID: fc6eb398-d41b-4be5-ba16-01c115b465c7
2021-09-11T09:02:09.920Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: fc6eb398-d41b-4be5-ba16-01c115b465c7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-11T09:02:09.923Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.923Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:02:09.924Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id fc6eb398-d41b-4be5-ba16-01c115b465c7: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-09-11T09:02:09.924Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cd1465d
2021-09-11T09:02:09.924Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.925Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T09:02:09.925Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1d990f9d-78af-49b6-bedc-560976c5b3b5
2021-09-11T09:02:09.926Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1d990f9d-78af-49b6-bedc-560976c5b3b5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-11T09:02:09.929Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.929Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-11T09:02:09.929Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T09:02:09.930Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.930Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-11T09:02:09.930Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T09:02:09.931Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.931Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-11T09:02:09.931Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-11T09:02:09.932Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=eeebf212-e73f-45d7-91c0-671045a7b079
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T09:02:09.934Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.935Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-11T09:02:09.935Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T09:02:09.935Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.936Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-11T09:02:09.936Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=fc6eb398-d41b-4be5-ba16-01c115b465c7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:02:09.938Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.938Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:02:09.938Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ab9f72bb-c85c-4056-a489-fbb3a4ba02f6: basic_cnf
2021-09-11T09:02:09.938Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.939Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:02:09.939Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.939Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:02:09.939Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.940Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:02:09.940Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.940Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:02:09.941Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:02:09.941Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:02:09.941Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:02:10.020Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e31e5131-28f3-4d4e-9eee-d66b31408803 1 ASDC deployResourceStructure
2021-09-11T09:02:10.022Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-11T09:02:10.022Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-09-11T09:02:10.023Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-11T09:02:10.023Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:02:10.026Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:02:10.026Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350930021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-11T09:02:10.126Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:02:10.127Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:02:10.127Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:02:10.138Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:02:10.138Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:02:11.029Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-11T09:02:11.029Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-09-11T09:02:11.029Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-11T09:02:11.030Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:02:11.039Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:02:11.041Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350931029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-11T09:02:11.134Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-09-11T09:02:11.135Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:02:11.136Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:02:11.157Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:02:11.157Z||pool-72-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:02:12.042Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-11T09:02:12.043Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-11T09:02:12.043Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T09:02:12.044Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:02:12.047Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:02:12.047Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350932042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T09:02:12.147Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:02:12.148Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:02:12.148Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:02:12.159Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:02:12.159Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:02:13.048Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-11T09:02:13.049Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-11T09:02:13.049Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T09:02:13.049Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:02:13.052Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:02:13.052Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350933047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-11T09:02:13.152Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:02:13.153Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:02:13.153Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:02:13.167Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:02:13.167Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:02:14.053Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-11T09:02:14.054Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-11T09:02:14.054Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T09:02:14.054Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:02:14.057Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:02:14.057Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350934053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-11T09:02:14.157Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:02:14.159Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:02:14.159Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:02:14.172Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:02:14.173Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-11T09:02:15.058Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-11T09:02:15.059Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-11T09:02:15.059Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T09:02:15.060Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:02:15.062Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:02:15.062Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350935058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:02:15.162Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:02:15.163Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:02:15.163Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:02:15.198Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:02:15.199Z||pool-76-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:02:16.064Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6f21dc-cd5c-4445-a655-d649e7f40d73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:02:16.077Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6f21dc-cd5c-4445-a655-d649e7f40d73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:02:16.080Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T09:02:16.080Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-11T09:02:16.080Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-11T09:02:46.080Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6f21dc-cd5c-4445-a655-d649e7f40d73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:02:46.097Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6f21dc-cd5c-4445-a655-d649e7f40d73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:02:46.099Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T09:02:46.099Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-11T09:02:46.099Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-11T09:03:03.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:03:03.294Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:03:03.294Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:03:03.331Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:03:03.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:03:03.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "aai-ml",
  "timestamp": 1631350915696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:03:03.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:03:16.100Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6f21dc-cd5c-4445-a655-d649e7f40d73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:03:16.123Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6f21dc-cd5c-4445-a655-d649e7f40d73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:03:16.134Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T09:03:16.134Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-11T09:03:16.134Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-11T09:03:46.134Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6f21dc-cd5c-4445-a655-d649e7f40d73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:03:46.147Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6f21dc-cd5c-4445-a655-d649e7f40d73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:03:46.149Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T09:03:46.149Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-11T09:03:46.150Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-11T09:04:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:04:03.288Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:04:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:04:03.817Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:04:03.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "aai-ml",
  "timestamp": 1631350915696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:04:03.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:04:03.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350924778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:04:03.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:04:03.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350925063,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:04:03.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:04:03.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350925827,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:04:03.853Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed6f21dc-cd5c-4445-a655-d649e7f40d73
2021-09-11T09:04:03.853Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6f21dc-cd5c-4445-a655-d649e7f40d73 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-11T09:04:03.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "aai-ml",
  "timestamp": 1631350926130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:04:03.866Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:04:03.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631350926835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T09:04:03.866Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:04:03.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350927079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:04:03.866Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:04:03.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350928874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:04:03.866Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:04:03.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350930021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-11T09:04:03.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:04:03.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350931029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-11T09:04:03.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:04:03.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350932042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T09:04:03.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:04:03.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350933047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-11T09:04:03.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:04:03.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350934053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-11T09:04:03.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:04:03.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631350935058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:04:03.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:04:03.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "aai-ml",
  "timestamp": 1631350935382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:04:03.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:04:03.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:04:03.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "aai-ml",
  "timestamp": 1631350936388,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:04:03.874Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed6f21dc-cd5c-4445-a655-d649e7f40d73
2021-09-11T09:04:03.874Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed6f21dc-cd5c-4445-a655-d649e7f40d73 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:04:16.150Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed6f21dc-cd5c-4445-a655-d649e7f40d73
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:04:16.165Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed6f21dc-cd5c-4445-a655-d649e7f40d73
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:04:16.169Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T09:04:16.169Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-11T09:04:16.169Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-11T09:04:16.170Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-11T09:04:16.170Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:04:16.170Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:04:16.170Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:04:16.171Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:04:16.171Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:04:16.171Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:04:16.171Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:04:16.177Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-11T09:04:46.178Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed6f21dc-cd5c-4445-a655-d649e7f40d73 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-11T09:04:46.192Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed6f21dc-cd5c-4445-a655-d649e7f40d73 and serviceModelVersionId: ab9f72bb-c85c-4056-a489-fbb3a4ba02f6
2021-09-11T09:04:46.193Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e97ff6d-a46a-4b9a-8f31-65e918fc7239
2021-09-11T09:04:46.195Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e97ff6d-a46a-4b9a-8f31-65e918fc7239/model-vers/model-ver/ab9f72bb-c85c-4056-a489-fbb3a4ba02f6?depth=0
2021-09-11T09:04:46.209Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-11T09:04:46.295Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e97ff6d-a46a-4b9a-8f31-65e918fc7239/model-vers/model-ver/ab9f72bb-c85c-4056-a489-fbb3a4ba02f6?depth=0|INFO|500||Invoke
2021-09-11T09:04:46.296Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e97ff6d-a46a-4b9a-8f31-65e918fc7239/model-vers/model-ver/ab9f72bb-c85c-4056-a489-fbb3a4ba02f6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e97ff6d-a46a-4b9a-8f31-65e918fc7239/model-vers/model-ver/ab9f72bb-c85c-4056-a489-fbb3a4ba02f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed6f21dc-cd5c-4445-a655-d649e7f40d73], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e71dc935-7e43-443f-90d6-d087e45c0b5c], X-ECOMP-RequestID=[ed6f21dc-cd5c-4445-a655-d649e7f40d73], X-TransactionId=[], X-ONAP-RequestID=[ed6f21dc-cd5c-4445-a655-d649e7f40d73], Content-Type=[application/merge-patch+json]}
2021-09-11T09:04:46.320Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e97ff6d-a46a-4b9a-8f31-65e918fc7239/model-vers/model-ver/ab9f72bb-c85c-4056-a489-fbb3a4ba02f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-11T09:04:46.599Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e97ff6d-a46a-4b9a-8f31-65e918fc7239/model-vers/model-ver/ab9f72bb-c85c-4056-a489-fbb3a4ba02f6?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/8e97ff6d-a46a-4b9a-8f31-65e918fc7239/model-vers/model-ver/ab9f72bb-c85c-4056-a489-fbb3a4ba02f6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210911-09:04:46:329-48157], vertex-id=[155696], Content-Length=[0], Date=[Sat, 11 Sep 2021 09:04:46 GMT], Content-Type=[application/json]}
2021-09-11T09:04:46.599Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e97ff6d-a46a-4b9a-8f31-65e918fc7239/model-vers/model-ver/ab9f72bb-c85c-4056-a489-fbb3a4ba02f6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-11T09:04:46.600Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8e97ff6d-a46a-4b9a-8f31-65e918fc7239/model-vers/model-ver/ab9f72bb-c85c-4056-a489-fbb3a4ba02f6?depth=0|INFO|500||InvokeReturn
2021-09-11T09:04:46.601Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-11T09:04:46.602Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:04:46.607Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-11T09:04:46.608Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed6f21dc-cd5c-4445-a655-d649e7f40d73 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-11T09:04:46.608Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-11T09:04:46.608Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:04:46.621Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:04:46.621Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351086608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T09:04:46.720Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T09:04:46.722Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:04:46.722Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:04:46.751Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:04:46.752Z||pool-77-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T09:04:47.637Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:04:47.639Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:04:47.640Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:04:58.010Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:04:58.013Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:04:58.014Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:04:58.014Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:05:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:05:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:05:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:05:03.949Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:05:03.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-11T09:05:03.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed6f21dc-cd5c-4445-a655-d649e7f40d73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351086608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T09:05:03.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:05:07.570Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:05:07.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:05:07.571Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:05:07.571Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:05:17.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:05:17.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:05:17.173Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:05:17.173Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:05:26.735Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:05:26.737Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:05:26.738Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:05:26.738Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:05:36.288Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:06:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:06:03.282Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:06:03.282Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:06:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:06:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:06:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:06:12.857Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:06:12.859Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:07:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:07:03.284Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:07:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:07:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:07:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:07:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:07:12.859Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:07:12.860Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:08:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:08:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:08:03.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:08:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:08:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:08:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:08:12.862Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:08:12.862Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:09:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:09:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:09:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:09:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:09:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:09:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:09:12.841Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:09:12.843Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:10:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:10:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:10:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:10:03.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:10:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:10:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:10:12.843Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:10:12.849Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:11:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:11:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:11:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:11:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:11:03.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:11:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:11:12.840Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:11:12.851Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:12:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:12:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:12:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:12:03.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:12:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:12:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:12:12.835Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:12:12.839Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:13:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:13:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:13:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:13:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:13:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:13:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:13:12.853Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:13:12.854Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:14:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:14:03.283Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:14:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:14:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:14:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:14:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:14:12.849Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:14:12.868Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:15:03.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:15:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:15:03.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:15:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:15:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:15:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:15:12.842Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:15:12.854Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:03.281Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:16:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:16:03.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:16:03.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:16:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:03.922Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:03.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "clamp",
  "timestamp": 1631351709216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.927Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:03.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "policy-id",
  "timestamp": 1631351709283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3e8a5c76-31eb-4c81-90f8-9aea3c056b16","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"87d2808d-67eb-49ac-a193-6e05277592d9","serviceDescription":"service","serviceInvariantUUID":"06d85c04-b0fc-4110-b01f-b646e664042d","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"da51dbd9-b11f-4e02-b6e0-77233cb2b9f0","resourceInvariantUUID":"83414aa2-8eaf-41fe-afa0-8da56931bb58","resourceCustomizationUUID":"c0bf1b86-6847-4192-b78b-fa5fff44533f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"676498e9-c894-4288-907b-7410302edb02","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":"ZmE0N2UzMGIzZGM4MzU1NTc2NGM1ZGQ3NTM4MWQ5YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d22ecf26-5cfd-4317-8445-52c2b4811ae2","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":"ZmYxNmQ2ZmVhY2U4ZWU2YWYxZjJhNGFmODk5NzZkZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cfbe9b40-87f7-4bd1-9cec-5dbc447b6e70","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":"692310d7-7927-4ff7-8065-7a0409be2e8a","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":"d9a87595-c614-4dcd-9364-140a26a37e83","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":"66fde6fc-9cc9-4baa-886d-36d878e322a7","artifactVersion":"2","generatedFromUUID":"692310d7-7927-4ff7-8065-7a0409be2e8a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NjVjZjk1ZjczOWJjMDU3ZmJkOGM0MTkzYzgzNmY5NjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43bba789-1703-4a1e-924b-7f8dd57f9d28","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YjE5ZTQ5ZTU4Y2YyMjQxZjViNTJiMTFmODJkZWY0N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25ddac2d-2cd6-438a-9049-913abd98a5dd","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-11T09:16:03.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "dcae-sch",
  "timestamp": 1631351716278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-11T09:16:03.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "cds",
  "timestamp": 1631351718385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "clamp",
  "timestamp": 1631351709216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "policy-id",
  "timestamp": 1631351709283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "dcae-sch",
  "timestamp": 1631351716278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "cds",
  "timestamp": 1631351718385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "clamp",
  "timestamp": 1631351709216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T09:16:03.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "policy-id",
  "timestamp": 1631351709283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "dcae-sch",
  "timestamp": 1631351716278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "cds",
  "timestamp": 1631351718385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "clamp",
  "timestamp": 1631351709216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.932Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:16:03.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "policy-id",
  "timestamp": 1631351709283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-11T09:16:03.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "dcae-sch",
  "timestamp": 1631351716278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.932Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:03.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "cds",
  "timestamp": 1631351718385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631351721538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "clamp",
  "timestamp": 1631351709216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "policy-id",
  "timestamp": 1631351709283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "dcae-sch",
  "timestamp": 1631351716278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "cds",
  "timestamp": 1631351718385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631351721538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "clamp",
  "timestamp": 1631351709216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "policy-id",
  "timestamp": 1631351709283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "dcae-sch",
  "timestamp": 1631351716278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "cds",
  "timestamp": 1631351718385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631351721538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "clamp",
  "timestamp": 1631351709216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "policy-id",
  "timestamp": 1631351709283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.938Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:03.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.938Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "dcae-sch",
  "timestamp": 1631351716278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "cds",
  "timestamp": 1631351718385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631351721538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "clamp",
  "timestamp": 1631351709216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:16:03.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "dcae-sch",
  "timestamp": 1631351716278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "policy-id",
  "timestamp": 1631351709283,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:16:03.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "cds",
  "timestamp": 1631351718385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:16:03.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631351721538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "aai-ml",
  "timestamp": 1631351725696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.944Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631351725882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.945Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631351721538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "aai-ml",
  "timestamp": 1631351725696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.946Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "policy-id",
  "timestamp": 1631351727490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:03.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:03.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631351725882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "cds",
  "timestamp": 1631351728178,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:03.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:03.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631351721538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "aai-ml",
  "timestamp": 1631351725696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631351725882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T09:16:03.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "policy-id",
  "timestamp": 1631351728504,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:16:03.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:03.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "cds",
  "timestamp": 1631351729184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:16:03.971Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e8a5c76-31eb-4c81-90f8-9aea3c056b16
2021-09-11T09:16:03.972Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e8a5c76-31eb-4c81-90f8-9aea3c056b16 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:16:03.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631351721538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "aai-ml",
  "timestamp": 1631351725696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631351725882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-11T09:16:03.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "policy-id",
  "timestamp": 1631351729509,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:16:03.987Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e8a5c76-31eb-4c81-90f8-9aea3c056b16
2021-09-11T09:16:03.988Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e8a5c76-31eb-4c81-90f8-9aea3c056b16 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:16:03.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "aai-ml",
  "timestamp": 1631351725696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "dcae-sch",
  "timestamp": 1631351730408,
  "artifactURL": "/sdc/v1/catalog/services/87d2808d-67eb-49ac-a193-6e05277592d9/resourceInstances/basicclamp0/artifacts/676498e9-c894-4288-907b-7410302edb02",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:03.996Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:03.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631351725882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "clamp",
  "timestamp": 1631351730652,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:03.998Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:03.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "aai-ml",
  "timestamp": 1631351725696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:03.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631351725882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-11T09:16:03.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:03.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:03.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "clamp",
  "timestamp": 1631351731656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:04.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:04.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "dcae-sch",
  "timestamp": 1631351731850,
  "artifactURL": "/sdc/v1/catalog/services/87d2808d-67eb-49ac-a193-6e05277592d9/resourceInstances/basicclamp0/artifacts/676498e9-c894-4288-907b-7410302edb02",
  "status": "DEPLOY_OK"
}
2021-09-11T09:16:04.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:04.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "aai-ml",
  "timestamp": 1631351725696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:04.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:04.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631351725882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:04.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:04.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "dcae-sch",
  "timestamp": 1631351732868,
  "artifactURL": "/sdc/v1/catalog/services/87d2808d-67eb-49ac-a193-6e05277592d9/resourceInstances/basicclamp0/artifacts/676498e9-c894-4288-907b-7410302edb02",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:16:04.006Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 3e8a5c76-31eb-4c81-90f8-9aea3c056b16
2021-09-11T09:16:04.006Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e8a5c76-31eb-4c81-90f8-9aea3c056b16 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:16:04.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "aai-ml",
  "timestamp": 1631351725696,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:16:04.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:04.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631351725882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:16:04.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:04.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "clamp",
  "timestamp": 1631351733729,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:16:04.018Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:04.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "clamp",
  "timestamp": 1631351734737,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T09:16:04.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:04.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "aai-ml",
  "timestamp": 1631351735688,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:04.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:04.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "clamp",
  "timestamp": 1631351735742,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:16:04.024Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e8a5c76-31eb-4c81-90f8-9aea3c056b16
2021-09-11T09:16:04.024Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e8a5c76-31eb-4c81-90f8-9aea3c056b16 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:16:04.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631351735871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:04.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:04.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631351738462,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:04.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:04.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631351738296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:04.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:04.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631351738296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:04.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:04.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631351740863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:04.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:04.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631351738296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:04.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:04.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631351741900,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:16:04.038Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:16:04.039Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e8a5c76-31eb-4c81-90f8-9aea3c056b16
2021-09-11T09:16:04.039Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e8a5c76-31eb-4c81-90f8-9aea3c056b16 and ComponentName POLICY
2021-09-11T09:16:04.039Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:04.039Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-11T09:16:04.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631351738296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:04.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:04.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631351742912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T09:16:04.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:04.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631351738296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:04.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:04.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "aai-ml",
  "timestamp": 1631351743677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:16:04.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:04.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631351738296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:04.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:04.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "aai-ml",
  "timestamp": 1631351744681,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:16:04.055Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3e8a5c76-31eb-4c81-90f8-9aea3c056b16
2021-09-11T09:16:04.055Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e8a5c76-31eb-4c81-90f8-9aea3c056b16 and ComponentName AAI
2021-09-11T09:16:04.056Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:16:04.057Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:16:04.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631351738296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:04.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:04.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631351738296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:16:04.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:16:04.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631351747697,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:04.063Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:04.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631351750099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:16:04.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:16:04.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:16:04.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631351751107,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:16:04.068Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e8a5c76-31eb-4c81-90f8-9aea3c056b16
2021-09-11T09:16:04.068Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e8a5c76-31eb-4c81-90f8-9aea3c056b16 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:16:04.939Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:16:04.940Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:04.941Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:04.941Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:05.042Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:16:05.042Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:05.043Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:05.053Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:05.053Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:16:05.942Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:16:05.943Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:05.945Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:05.945Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T09:16:06.046Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:16:06.046Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:06.046Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:06.056Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:06.056Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:16:06.946Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:16:06.947Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:06.948Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:06.948Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-11T09:16:07.049Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-11T09:16:07.050Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:07.050Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:07.060Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:07.060Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:16:07.949Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:16:07.950Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:07.952Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:07.952Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:08.053Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:16:08.054Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:08.055Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:08.067Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:08.067Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:16:08.953Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:16:08.953Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:08.956Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:08.957Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-11T09:16:09.057Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:16:09.058Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:09.058Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:09.077Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:09.078Z||pool-83-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-11T09:16:09.958Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:16:09.958Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:09.966Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:09.967Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:16:10.062Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-11T09:16:10.062Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:10.062Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:10.109Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:10.110Z||pool-84-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:16:10.968Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:16:10.969Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:10.971Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:10.971Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:16:11.072Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-11T09:16:11.074Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:11.074Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:11.086Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:11.087Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:16:11.974Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "87d2808d-67eb-49ac-a193-6e05277592d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "06d85c04-b0fc-4110-b01f-b646e664042d",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "c0bf1b86-6847-4192-b78b-fa5fff44533f",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "da51dbd9-b11f-4e02-b6e0-77233cb2b9f0",
      "resourceInvariantUUID": "83414aa2-8eaf-41fe-afa0-8da56931bb58",
      "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": "ZmYxNmQ2ZmVhY2U4ZWU2YWYxZjJhNGFmODk5NzZkZDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cfbe9b40-87f7-4bd1-9cec-5dbc447b6e70",
          "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": "692310d7-7927-4ff7-8065-7a0409be2e8a",
          "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": "66fde6fc-9cc9-4baa-886d-36d878e322a7",
            "generatedFromUUID": "692310d7-7927-4ff7-8065-7a0409be2e8a"
          },
          "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": "66fde6fc-9cc9-4baa-886d-36d878e322a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YjE5ZTQ5ZTU4Y2YyMjQxZjViNTJiMTFmODJkZWY0N2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25ddac2d-2cd6-438a-9049-913abd98a5dd"
    }
  ],
  "workloadContext": "Production"
}
2021-09-11T09:16:11.975Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-11T09:16:11.975Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 87d2808d-67eb-49ac-a193-6e05277592d9 ASDC
2021-09-11T09:16:11.976Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3e8a5c76-31eb-4c81-90f8-9aea3c056b16
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:87d2808d-67eb-49ac-a193-6e05277592d9
ServiceInvariantUUID:06d85c04-b0fc-4110-b01f-b646e664042d
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:25ddac2d-2cd6-438a-9049-913abd98a5dd
ArtifactChecksum:YjE5ZTQ5ZTU4Y2YyMjQxZjViNTJiMTFmODJkZWY0N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:c0bf1b86-6847-4192-b78b-fa5fff44533f
ResourceInvariantUUID:83414aa2-8eaf-41fe-afa0-8da56931bb58
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:da51dbd9-b11f-4e02-b6e0-77233cb2b9f0
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:cfbe9b40-87f7-4bd1-9cec-5dbc447b6e70
ArtifactChecksum:ZmYxNmQ2ZmVhY2U4ZWU2YWYxZjJhNGFmODk5NzZkZDA=
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:692310d7-7927-4ff7-8065-7a0409be2e8a
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:66fde6fc-9cc9-4baa-886d-36d878e322a7
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:66fde6fc-9cc9-4baa-886d-36d878e322a7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-11T09:16:11.976Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87d2808d-67eb-49ac-a193-6e05277592d9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T09:16:12.031Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T09:16:12.033Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-11T09:16:12.034Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-11T09:16:12.034Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 25ddac2d-2cd6-438a-9049-913abd98a5dd from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-11T09:16:12.035Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-11T09:16:12.035Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-11T09:16:12.485Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-11T09:16:12.490Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 25ddac2d-2cd6-438a-9049-913abd98a5dd 73373
2021-09-11T09:16:12.491Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-11T09:16:12.491Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-11T09:16:12.491Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T09:16:12.492Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:12.496Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:12.496Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351772491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:12.597Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-11T09:16:12.599Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:12.599Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:12.614Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:12.615Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-11T09:16:13.496Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T09:16:13.499Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-11T09:16:13.501Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 25ddac2d-2cd6-438a-9049-913abd98a5dd, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-11T09:16:13.502Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-11T09:16:13.503Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-11T09:16:13.503Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-11T09:16:13.714Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3799889343481148087/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-11T09:16:15.003Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-11T09:16:15.004Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-11T09:16:15.004Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-11T09:16:15.004Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-11T09:16:15.004Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-11T09:16:15.005Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-11T09:16:15.005Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-11T09:16:15.005Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-11T09:16:15.005Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-11T09:16:15.005Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-11T09:16:15.005Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-11T09:16:15.005Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-11T09:16:15.006Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-11T09:16:15.006Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-11T09:16:15.006Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:15.006Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:15.007Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-11T09:16:15.007Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-11T09:16:15.007Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T09:16:15.008Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:15.008Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:15.008Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-11T09:16:15.008Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-11T09:16:15.008Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T09:16:15.008Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:15.009Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:15.009Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:15.009Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-11T09:16:15.009Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-11T09:16:15.009Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-11T09:16:15.009Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-11T09:16:15.010Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-11T09:16:15.010Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-11T09:16:15.010Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:15.010Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T09:16:15.011Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:15.011Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-11T09:16:15.011Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T09:16:15.011Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:15.011Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-11T09:16:15.011Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T09:16:15.012Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:15.012Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-11T09:16:15.012Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T09:16:15.012Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:15.012Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-11T09:16:15.013Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-11T09:16:15.013Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-11T09:16:15.013Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=28cd992e-87b0-4867-b558-afc94ec36b30
2021-09-11T09:16:15.013Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:15.013Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:15.013Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:15.014Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:15.014Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:15.014Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:15.014Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:15.014Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:15.015Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:87d2808d-67eb-49ac-a193-6e05277592d9
Model Version:NULL
Model InvariantUuid:06d85c04-b0fc-4110-b01f-b646e664042d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:abf01443-078b-4ee8-8d56-6ea7a59f3413
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:83414aa2-8eaf-41fe-afa0-8da56931bb58
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c0bf1b86-6847-4192-b78b-fa5fff44533f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d69322d6-7f48-47c6-b162-a887631a0da3
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:df0ac54d-7d18-4c73-919f-8141bd45daf0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:28cd992e-87b0-4867-b558-afc94ec36b30
ModelInvariantUuid:83a066da-cfc7-4333-9294-b49c63ea53fa
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:fb0c9fd2-7360-4b9c-8dfc-d99c64396837
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:360c9d2c-8e05-4460-a6ab-4eae3c7093e4
ModelInvariantUuid:8f433cdf-ffeb-4236-9131-fc9732886b62
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:39ea767b-1951-443b-ab94-69786a95935d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-11T09:16:15.022Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: da51dbd9-b11f-4e02-b6e0-77233cb2b9f0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:16:15.028Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-09-11T09:16:15.028Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: da51dbd9-b11f-4e02-b6e0-77233cb2b9f0
2021-09-11T09:16:15.028Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cfbe9b40-87f7-4bd1-9cec-5dbc447b6e70 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-11T09:16:15.028Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-11T09:16:15.029Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-11T09:16:17.579Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-11T09:16:17.581Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json cfbe9b40-87f7-4bd1-9cec-5dbc447b6e70 790
2021-09-11T09:16:17.582Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-11T09:16:17.582Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-11T09:16:17.582Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T09:16:17.583Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:17.587Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:17.587Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351777582,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:17.688Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:16:17.690Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:17.691Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:17.701Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:17.702Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:16:18.588Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d69322d6-7f48-47c6-b162-a887631a0da3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "df0ac54d-7d18-4c73-919f-8141bd45daf0",
    "vfModuleModelCustomizationUUID": "8e40c19e-87ee-4b45-a4bc-e120514513f1",
    "isBase": true,
    "artifacts": [
      "692310d7-7927-4ff7-8065-7a0409be2e8a",
      "66fde6fc-9cc9-4baa-886d-36d878e322a7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-11T09:16:18.604Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df0ac54d-7d18-4c73-919f-8141bd45daf0
VfModuleModelInvariantUUID:d69322d6-7f48-47c6-b162-a887631a0da3
VfModuleModelDescription:NULL
Artifacts UUID List:{
692310d7-7927-4ff7-8065-7a0409be2e8a
,
66fde6fc-9cc9-4baa-886d-36d878e322a7

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

isBase:true


}

2021-09-11T09:16:18.608Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d69322d6-7f48-47c6-b162-a887631a0da3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "df0ac54d-7d18-4c73-919f-8141bd45daf0",
    "vfModuleModelCustomizationUUID": "8e40c19e-87ee-4b45-a4bc-e120514513f1",
    "isBase": true,
    "artifacts": [
      "692310d7-7927-4ff7-8065-7a0409be2e8a",
      "66fde6fc-9cc9-4baa-886d-36d878e322a7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-11T09:16:18.608Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df0ac54d-7d18-4c73-919f-8141bd45daf0
VfModuleModelInvariantUUID:d69322d6-7f48-47c6-b162-a887631a0da3
VfModuleModelDescription:NULL
Artifacts UUID List:{
692310d7-7927-4ff7-8065-7a0409be2e8a
,
66fde6fc-9cc9-4baa-886d-36d878e322a7

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

isBase:true


}

2021-09-11T09:16:18.608Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 692310d7-7927-4ff7-8065-7a0409be2e8a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-11T09:16:18.608Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-11T09:16:18.609Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-11T09:16:19.560Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-11T09:16:19.560Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 692310d7-7927-4ff7-8065-7a0409be2e8a 5033
2021-09-11T09:16:19.561Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-11T09:16:19.561Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-11T09:16:19.561Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T09:16:19.562Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:19.564Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:19.564Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351779560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:19.664Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:16:19.666Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:19.666Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:19.680Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:19.681Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-11T09:16:20.565Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 66fde6fc-9cc9-4baa-886d-36d878e322a7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-11T09:16:20.565Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-11T09:16:20.565Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-11T09:16:21.358Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-11T09:16:21.359Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 66fde6fc-9cc9-4baa-886d-36d878e322a7 909
2021-09-11T09:16:21.359Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-11T09:16:21.360Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-11T09:16:21.360Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T09:16:21.360Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:21.363Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:21.363Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351781359,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:16:21.463Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:16:21.464Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:21.464Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:21.474Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:21.475Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:16:22.363Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 87d2808d-67eb-49ac-a193-6e05277592d9
2021-09-11T09:16:22.364Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 da51dbd9-b11f-4e02-b6e0-77233cb2b9f0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:16:22.392Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60998c00, org.onap.sdc.toscaparser.api.parameters.Input@6c57c500, org.onap.sdc.toscaparser.api.parameters.Input@b185c78, org.onap.sdc.toscaparser.api.parameters.Input@5028b9cd, org.onap.sdc.toscaparser.api.parameters.Input@7c7dd644]
2021-09-11T09:16:22.395Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.395Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:22.395Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-11T09:16:22.396Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c0bf1b86-6847-4192-b78b-fa5fff44533f
2021-09-11T09:16:22.396Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0bf1b86-6847-4192-b78b-fa5fff44533f matches Tosca VF Customization UUID: c0bf1b86-6847-4192-b78b-fa5fff44533f
2021-09-11T09:16:22.396Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c0bf1b86-6847-4192-b78b-fa5fff44533f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-11T09:16:22.398Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.399Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:22.399Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c0bf1b86-6847-4192-b78b-fa5fff44533f: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-11T09:16:22.400Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72112ad0
2021-09-11T09:16:22.400Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.400Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-11T09:16:22.401Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8e40c19e-87ee-4b45-a4bc-e120514513f1
2021-09-11T09:16:22.401Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8e40c19e-87ee-4b45-a4bc-e120514513f1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-11T09:16:22.404Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.405Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-11T09:16:22.406Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T09:16:22.407Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.407Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-11T09:16:22.407Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T09:16:22.408Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.408Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-11T09:16:22.409Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-11T09:16:22.409Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-11T09:16:22.410Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=28cd992e-87b0-4867-b558-afc94ec36b30
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-11T09:16:22.413Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.413Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-11T09:16:22.414Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-11T09:16:22.414Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.414Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-11T09:16:22.414Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=c0bf1b86-6847-4192-b78b-fa5fff44533f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:16:22.417Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.417Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:22.418Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 87d2808d-67eb-49ac-a193-6e05277592d9: basicclamp
2021-09-11T09:16:22.418Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.418Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:22.419Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.419Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:22.419Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.420Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:22.420Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.420Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:22.421Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:16:22.421Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:16:22.422Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:16:22.522Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp da51dbd9-b11f-4e02-b6e0-77233cb2b9f0 1 ASDC deployResourceStructure
2021-09-11T09:16:22.522Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-11T09:16:22.522Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-11T09:16:22.523Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T09:16:22.523Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:22.525Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:22.525Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351782522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T09:16:22.625Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:16:22.626Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:22.626Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:22.637Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:22.637Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:16:23.526Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-11T09:16:23.526Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-11T09:16:23.526Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T09:16:23.526Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:23.528Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:23.528Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351783526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-11T09:16:23.628Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:16:23.629Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:23.629Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:23.642Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:23.642Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:16:24.529Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-11T09:16:24.530Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-11T09:16:24.530Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T09:16:24.531Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:24.537Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:24.538Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351784529,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-11T09:16:24.633Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-11T09:16:24.633Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:24.633Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:24.644Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:24.644Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:16:25.539Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-11T09:16:25.539Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-11T09:16:25.539Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T09:16:25.539Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:25.542Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:25.542Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351785538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:16:25.642Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:16:25.643Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:25.643Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:25.656Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:25.656Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:16:26.543Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e8a5c76-31eb-4c81-90f8-9aea3c056b16
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:16:26.553Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e8a5c76-31eb-4c81-90f8-9aea3c056b16
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:16:26.556Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T09:16:26.556Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-11T09:16:26.556Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-11T09:16:26.556Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-11T09:16:26.556Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:16:26.557Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:16:26.557Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:16:26.557Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:16:26.557Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:16:26.557Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:16:26.557Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:16:26.557Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:16:26.562Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-11T09:16:56.562Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e8a5c76-31eb-4c81-90f8-9aea3c056b16 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-11T09:16:56.572Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e8a5c76-31eb-4c81-90f8-9aea3c056b16 and serviceModelVersionId: 87d2808d-67eb-49ac-a193-6e05277592d9
2021-09-11T09:16:56.572Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06d85c04-b0fc-4110-b01f-b646e664042d
2021-09-11T09:16:56.574Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06d85c04-b0fc-4110-b01f-b646e664042d/model-vers/model-ver/87d2808d-67eb-49ac-a193-6e05277592d9?depth=0
2021-09-11T09:16:56.581Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-11T09:16:56.640Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06d85c04-b0fc-4110-b01f-b646e664042d/model-vers/model-ver/87d2808d-67eb-49ac-a193-6e05277592d9?depth=0|INFO|500||Invoke
2021-09-11T09:16:56.640Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06d85c04-b0fc-4110-b01f-b646e664042d/model-vers/model-ver/87d2808d-67eb-49ac-a193-6e05277592d9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06d85c04-b0fc-4110-b01f-b646e664042d/model-vers/model-ver/87d2808d-67eb-49ac-a193-6e05277592d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3e8a5c76-31eb-4c81-90f8-9aea3c056b16], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bad467fd-9b5e-4382-855b-5453143de831], X-ECOMP-RequestID=[3e8a5c76-31eb-4c81-90f8-9aea3c056b16], X-TransactionId=[], X-ONAP-RequestID=[3e8a5c76-31eb-4c81-90f8-9aea3c056b16], Content-Type=[application/merge-patch+json]}
2021-09-11T09:16:56.664Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06d85c04-b0fc-4110-b01f-b646e664042d/model-vers/model-ver/87d2808d-67eb-49ac-a193-6e05277592d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-11T09:16:57.096Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06d85c04-b0fc-4110-b01f-b646e664042d/model-vers/model-ver/87d2808d-67eb-49ac-a193-6e05277592d9?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/06d85c04-b0fc-4110-b01f-b646e664042d/model-vers/model-ver/87d2808d-67eb-49ac-a193-6e05277592d9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210911-09:16:56:674-27970], vertex-id=[192552], Content-Length=[0], Date=[Sat, 11 Sep 2021 09:16:56 GMT], Content-Type=[application/json]}
2021-09-11T09:16:57.096Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06d85c04-b0fc-4110-b01f-b646e664042d/model-vers/model-ver/87d2808d-67eb-49ac-a193-6e05277592d9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-11T09:16:57.097Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/06d85c04-b0fc-4110-b01f-b646e664042d/model-vers/model-ver/87d2808d-67eb-49ac-a193-6e05277592d9?depth=0|INFO|500||InvokeReturn
2021-09-11T09:16:57.098Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-11T09:16:57.098Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:16:57.105Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-11T09:16:57.105Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e8a5c76-31eb-4c81-90f8-9aea3c056b16 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-11T09:16:57.106Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-11T09:16:57.106Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:16:57.111Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:16:57.111Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351817105,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T09:16:57.211Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:16:57.212Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:16:57.213Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:16:57.228Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:16:57.228Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T09:17:03.281Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:17:03.282Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:17:03.282Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:17:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:17:03.289Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:17:03.290Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:17:03.414Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:17:03.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:17:03.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:17:03.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:17:12.836Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:18:03.281Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:18:03.285Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:18:03.285Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:18:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:18:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:18:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:18:03.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:18:03.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:18:03.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:18:03.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-11T09:18:03.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:18:03.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-11T09:18:03.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:18:03.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:18:03.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:18:03.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-11T09:18:03.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:18:03.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:18:03.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:18:03.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351763281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:18:03.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:18:03.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351772491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:18:03.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:18:03.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351777582,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:18:03.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:18:03.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351779560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:18:03.824Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:18:03.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351781359,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:18:03.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:18:03.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351782522,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-11T09:18:03.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:18:03.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351783526,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-11T09:18:03.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:18:03.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351784529,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-11T09:18:03.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:18:03.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351785538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:18:03.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:18:03.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-11T09:18:03.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e8a5c76-31eb-4c81-90f8-9aea3c056b16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631351817105,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T09:18:03.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:18:12.865Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:19:03.281Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:19:03.283Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:19:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:19:03.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:19:03.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:19:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:19:12.855Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:19:12.855Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:20:03.281Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:20:03.283Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:20:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:20:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:20:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:20:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:20:12.843Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:20:12.843Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:21:03.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:21:03.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:21:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:21:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:21:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:21:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:21:12.844Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:21:12.847Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:22:03.281Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:22:03.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:22:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:22:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:22:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:22:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:22:12.839Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:22:12.853Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:23:03.281Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:23:03.282Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:23:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:23:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:23:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:23:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:23:12.857Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:23:12.858Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:24:03.281Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:24:03.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:24:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:24:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:24:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:24:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:24:12.839Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:24:12.860Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:25:03.281Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:25:03.283Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:25:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:25:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:25:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:25:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:25:12.852Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:25:12.852Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:26:03.281Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:26:03.283Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:26:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:26:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:26:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:26:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:26:12.845Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:26:12.851Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:27:03.281Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:27:03.283Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:27:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:27:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:27:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:27:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:27:12.830Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:27:12.886Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:28:03.281Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:28:03.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:28:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:28:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:28:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:28:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:28:12.840Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:28:12.848Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:03.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:29:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:29:03.286Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:29:03.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:29:03.287Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:03.927Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:03.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"21ef05b1-b0cf-45d1-a539-87c87bea52f9","serviceDescription":"service","serviceInvariantUUID":"a7c1d0c9-0556-49a2-9911-f76a0daf0170","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7d4d1c4b-6c33-4350-b3fc-6482067ad6c2","resourceInvariantUUID":"210c0753-1629-4647-9600-c66c11b66b92","resourceCustomizationUUID":"4f26ff91-801e-4668-b3fe-d11c0331891c","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":"OGQzODI0MjkxNjQzMDdjZjI1N2IwZWVlZDRlY2YwZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1345aa05-82ce-46e5-ba5a-7dfe8b1157b3","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":"4acb5a0a-2670-49fa-bb46-410b76f83c0f","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":"08471049-a1ce-4973-822b-028ec7d5ea13","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":"MjYwZmRiOGIwYmRjNTlkZmZkNDQ1YzEyOWQzOTA2MWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f5938a39-87c2-4e70-8a7c-ed8cbe1c1fcd","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":"cd2be4c8-8a7d-499a-8048-c8f643731ead","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":"fe0a4329-cbdd-4a80-81cd-a87300caf314","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":"9d182515-7b20-46d3-8883-e71673b3b450","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":"ZGFiY2M0ZDZhN2RiNzhkMDhjN2RiMWIwMjM5N2VhODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c97da53b-ad01-4256-adc2-da40550ce668","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YWZmZDY0ZmU0Y2I1NjhhNmNiMTMxZTgzYTEzODNkYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc05ebac-d518-42f0-9b9c-aec87d3ff6b3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-11T09:29:03.931Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:29:03.931Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:29:03.935Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:29:03.935Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.936Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:03.937Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.938Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631352488303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.938Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.938Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.938Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631352485882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.939Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.939Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.939Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "clamp",
  "timestamp": 1631352489215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.939Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.939Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.939Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "policy-id",
  "timestamp": 1631352489284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.939Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.940Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.940Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631352485882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.940Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.940Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.940Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "clamp",
  "timestamp": 1631352489215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.940Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.941Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.941Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631352488303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.941Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.941Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.941Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "policy-id",
  "timestamp": 1631352489284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.941Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.942Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.942Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631352488303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.942Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.942Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.942Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631352485882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.942Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.942Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.943Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "clamp",
  "timestamp": 1631352489215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.943Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.943Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.943Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "policy-id",
  "timestamp": 1631352489284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.943Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.943Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.943Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "dcae-sch",
  "timestamp": 1631352496277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.944Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.944Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.944Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631352488303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.944Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.944Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.944Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631352485882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.945Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.945Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.945Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "clamp",
  "timestamp": 1631352489215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.945Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.945Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.945Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "policy-id",
  "timestamp": 1631352489284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.945Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.945Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.946Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "dcae-sch",
  "timestamp": 1631352496277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.946Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.946Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.946Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631352485882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.946Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.946Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.946Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631352488303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.947Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.947Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.947Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "clamp",
  "timestamp": 1631352489215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.947Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.947Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.947Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "policy-id",
  "timestamp": 1631352489284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.948Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.948Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.948Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "dcae-sch",
  "timestamp": 1631352496277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.948Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.948Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.948Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "cds",
  "timestamp": 1631352498385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.948Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.948Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.949Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631352485882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.949Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.949Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.949Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "clamp",
  "timestamp": 1631352489215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.949Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.949Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.949Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631352488303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.950Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.950Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.950Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "policy-id",
  "timestamp": 1631352489284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.950Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.950Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.950Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "dcae-sch",
  "timestamp": 1631352496277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.950Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.951Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.951Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "cds",
  "timestamp": 1631352498385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.951Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.951Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.951Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631352485882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.951Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.951Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.951Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "clamp",
  "timestamp": 1631352489215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.952Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.952Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.952Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631352488303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.952Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.952Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.952Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "policy-id",
  "timestamp": 1631352489284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.952Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.953Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.953Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "dcae-sch",
  "timestamp": 1631352496277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.953Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.953Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.953Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "cds",
  "timestamp": 1631352498385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.953Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.953Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.954Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631352485882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.954Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.954Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.954Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "clamp",
  "timestamp": 1631352489215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.954Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.954Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.955Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631352488303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.955Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.955Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.955Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "policy-id",
  "timestamp": 1631352489284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.955Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.955Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.955Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "dcae-sch",
  "timestamp": 1631352496277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.955Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.956Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.956Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "cds",
  "timestamp": 1631352498385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.956Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.956Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.956Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631352501538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.956Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.956Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.957Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631352485882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:29:03.957Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.957Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.957Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631352488303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:29:03.957Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.957Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.958Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "clamp",
  "timestamp": 1631352489215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:29:03.958Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.958Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.958Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "policy-id",
  "timestamp": 1631352489284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:29:03.958Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.958Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.958Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "dcae-sch",
  "timestamp": 1631352496277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.959Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.959Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.959Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "cds",
  "timestamp": 1631352498385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.959Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.959Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.959Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631352501538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.959Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.959Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.960Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "dcae-sch",
  "timestamp": 1631352496277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.960Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.960Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.960Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "policy-id",
  "timestamp": 1631352503989,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:29:03.960Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:29:03.960Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.960Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "cds",
  "timestamp": 1631352498385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.961Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.961Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.961Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631352504104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:29:03.961Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:29:03.961Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.961Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631352501538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.961Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.962Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.962Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "dcae-sch",
  "timestamp": 1631352496277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.962Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.962Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.962Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "policy-id",
  "timestamp": 1631352504997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:29:03.962Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:29:03.962Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.963Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "cds",
  "timestamp": 1631352498385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.963Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.963Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.963Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631352501538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.963Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.963Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.963Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631352506050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:29:03.964Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:29:03.964Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.964Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "policy-id",
  "timestamp": 1631352506009,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:29:03.986Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff
2021-09-11T09:29:03.987Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:29:03.996Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.997Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "cds",
  "timestamp": 1631352498385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.997Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.997Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.997Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631352501538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.997Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.997Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.997Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "aai-ml",
  "timestamp": 1631352505699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:03.997Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:03.997Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:03.998Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631352507056,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:29:04.002Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff
2021-09-11T09:29:04.002Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:29:04.009Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.010Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "cds",
  "timestamp": 1631352498385,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:29:04.010Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:04.010Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.010Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631352501538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:04.010Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:04.010Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.010Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "aai-ml",
  "timestamp": 1631352505699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:04.010Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:04.011Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.011Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631352501538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-11T09:29:04.011Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:04.011Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.011Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "aai-ml",
  "timestamp": 1631352505699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:04.011Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:04.011Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.011Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "clamp",
  "timestamp": 1631352509096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:29:04.012Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:29:04.012Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.012Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631352501538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:04.012Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:04.012Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.012Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "cds",
  "timestamp": 1631352509272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:29:04.012Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:29:04.012Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.012Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "aai-ml",
  "timestamp": 1631352505699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:04.013Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:04.013Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.013Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "clamp",
  "timestamp": 1631352510123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:29:04.013Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:29:04.013Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.013Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631352501538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:04.013Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:04.013Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.013Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "aai-ml",
  "timestamp": 1631352505699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:04.014Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:04.014Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.014Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "clamp",
  "timestamp": 1631352511139,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:29:04.018Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff
2021-09-11T09:29:04.018Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:29:04.025Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.026Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "aai-ml",
  "timestamp": 1631352505699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:04.026Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:04.026Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.026Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "cds",
  "timestamp": 1631352511786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:29:04.030Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff
2021-09-11T09:29:04.030Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:29:04.036Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-11T09:29:04.038Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:29:04.038Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:04.042Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.042Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631352512309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:29:04.042Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:29:04.042Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.042Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "aai-ml",
  "timestamp": 1631352505699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:04.043Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:04.043Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.043Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "aai-ml",
  "timestamp": 1631352505699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:04.043Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:04.043Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.043Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631352513720,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-11T09:29:04.043Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:29:04.044Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.044Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "aai-ml",
  "timestamp": 1631352505699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:29:04.044Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:29:04.044Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.044Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631352514727,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:29:04.049Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff
2021-09-11T09:29:04.049Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:04.049Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff and ComponentName 
2021-09-11T09:29:04.050Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:29:04.056Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.057Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "aai-ml",
  "timestamp": 1631352517271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:29:04.057Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:29:04.057Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.057Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "aai-ml",
  "timestamp": 1631352522568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:29:04.058Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:29:04.058Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:29:04.058Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "aai-ml",
  "timestamp": 1631352523575,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:29:04.062Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff
2021-09-11T09:29:04.062Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:29:04.936Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:29:04.937Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:29:04.940Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:29:04.940Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:05.043Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-11T09:29:05.044Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:29:05.044Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:05.057Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:05.057Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-11T09:29:05.941Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:29:05.942Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:29:05.944Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:29:05.944Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:06.044Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:29:06.045Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:29:06.045Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:06.070Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:06.070Z||pool-97-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:29:06.944Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:29:06.945Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:29:06.947Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:29:06.947Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:07.047Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:29:07.048Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:29:07.048Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:07.061Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:07.061Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-11T09:29:07.953Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:29:07.954Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:29:07.960Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:29:07.960Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:08.060Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:29:08.061Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:29:08.061Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:08.076Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:08.076Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:29:08.960Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:29:08.961Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:29:08.963Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:29:08.963Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:09.064Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:29:09.064Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:29:09.065Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:09.076Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:09.076Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:29:09.964Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:29:09.965Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:29:09.967Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:29:09.967Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:10.068Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T09:29:10.068Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:29:10.068Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:10.084Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:10.084Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:29:10.968Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:29:10.969Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:29:10.972Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:29:10.972Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:29:11.072Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:29:11.073Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:29:11.074Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:11.114Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:11.115Z||pool-102-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:29:11.973Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:29:11.974Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:29:11.977Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:29:11.977Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:29:12.076Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T09:29:12.077Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:29:12.077Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:12.089Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:12.089Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:29:12.979Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "21ef05b1-b0cf-45d1-a539-87c87bea52f9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a7c1d0c9-0556-49a2-9911-f76a0daf0170",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "4f26ff91-801e-4668-b3fe-d11c0331891c",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7d4d1c4b-6c33-4350-b3fc-6482067ad6c2",
      "resourceInvariantUUID": "210c0753-1629-4647-9600-c66c11b66b92",
      "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": "YWZmZDY0ZmU0Y2I1NjhhNmNiMTMxZTgzYTEzODNkYTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc05ebac-d518-42f0-9b9c-aec87d3ff6b3"
    }
  ],
  "workloadContext": "Production"
}
2021-09-11T09:29:12.994Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-11T09:29:12.994Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 21ef05b1-b0cf-45d1-a539-87c87bea52f9 ASDC
2021-09-11T09:29:12.995Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:21ef05b1-b0cf-45d1-a539-87c87bea52f9
ServiceInvariantUUID:a7c1d0c9-0556-49a2-9911-f76a0daf0170
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:fc05ebac-d518-42f0-9b9c-aec87d3ff6b3
ArtifactChecksum:YWZmZDY0ZmU0Y2I1NjhhNmNiMTMxZTgzYTEzODNkYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:4f26ff91-801e-4668-b3fe-d11c0331891c
ResourceInvariantUUID:210c0753-1629-4647-9600-c66c11b66b92
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7d4d1c4b-6c33-4350-b3fc-6482067ad6c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-11T09:29:12.995Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21ef05b1-b0cf-45d1-a539-87c87bea52f9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T09:29:13.023Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T09:29:13.025Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-11T09:29:13.025Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-11T09:29:13.026Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fc05ebac-d518-42f0-9b9c-aec87d3ff6b3 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-11T09:29:13.027Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-11T09:29:13.027Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-11T09:29:13.781Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-11T09:29:13.788Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar fc05ebac-d518-42f0-9b9c-aec87d3ff6b3 105556
2021-09-11T09:29:13.788Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-11T09:29:13.788Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-11T09:29:13.789Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T09:29:13.789Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:29:13.792Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:29:13.792Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352553788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:29:13.892Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:29:13.893Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:29:13.893Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:13.906Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:13.906Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:29:14.792Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T09:29:14.794Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-11T09:29:14.794Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fc05ebac-d518-42f0-9b9c-aec87d3ff6b3, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-11T09:29:14.794Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-11T09:29:14.795Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-11T09:29:14.795Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-11T09:29:14.948Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7458149056521036054/Definitions/service-TestPnfMacro-template.yml
2021-09-11T09:29:15.775Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-11T09:29:15.775Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-11T09:29:15.775Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-11T09:29:15.775Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-11T09:29:15.776Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-11T09:29:15.776Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-11T09:29:15.776Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-11T09:29:15.776Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-11T09:29:15.776Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-11T09:29:15.776Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-11T09:29:15.776Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-11T09:29:15.776Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-11T09:29:15.776Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:29:15.776Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:29:15.776Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-11T09:29:15.777Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-11T09:29:15.777Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T09:29:15.778Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:29:15.778Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:29:15.778Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-11T09:29:15.778Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-11T09:29:15.778Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T09:29:15.778Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:29:15.779Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:29:15.779Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:29:15.779Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:29:15.779Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:29:15.779Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:29:15.779Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:29:15.780Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:29:15.780Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:29:15.780Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:29:15.780Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:21ef05b1-b0cf-45d1-a539-87c87bea52f9
Model Version:NULL
Model InvariantUuid:a7c1d0c9-0556-49a2-9911-f76a0daf0170
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-11T09:29:15.788Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7d4d1c4b-6c33-4350-b3fc-6482067ad6c2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:29:15.797Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||test-pnf 0
2021-09-11T09:29:15.797Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7d4d1c4b-6c33-4350-b3fc-6482067ad6c2
2021-09-11T09:29:15.798Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 21ef05b1-b0cf-45d1-a539-87c87bea52f9
2021-09-11T09:29:15.798Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 21ef05b1-b0cf-45d1-a539-87c87bea52f9
2021-09-11T09:29:15.798Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7d4d1c4b-6c33-4350-b3fc-6482067ad6c2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:29:15.803Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b4e74d6, org.onap.sdc.toscaparser.api.parameters.Input@35f3750c, org.onap.sdc.toscaparser.api.parameters.Input@35785abf, org.onap.sdc.toscaparser.api.parameters.Input@243d2a66, org.onap.sdc.toscaparser.api.parameters.Input@6c1d02f3]
2021-09-11T09:29:15.803Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:29:15.803Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:29:15.804Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 21ef05b1-b0cf-45d1-a539-87c87bea52f9: test-pnf
2021-09-11T09:29:15.804Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||Processing PNF resource: 7d4d1c4b-6c33-4350-b3fc-6482067ad6c2
2021-09-11T09:29:15.804Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:29:15.804Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:29:15.804Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||Resource customization UUID: 4f26ff91-801e-4668-b3fe-d11c0331891c is the same as notified resource customizationUUID: 4f26ff91-801e-4668-b3fe-d11c0331891c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-11T09:29:15.847Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 7d4d1c4b-6c33-4350-b3fc-6482067ad6c2 0 ASDC deployResourceStructure
2021-09-11T09:29:15.847Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-11T09:29:15.847Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-11T09:29:15.847Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T09:29:15.847Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:29:15.849Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:29:15.849Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352555847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:29:15.950Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:29:15.951Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:29:15.951Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:15.963Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:15.964Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:29:16.850Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:29:16.862Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:29:16.865Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T09:29:16.865Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-11T09:29:16.865Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-11T09:29:16.865Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-11T09:29:16.865Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:29:16.866Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:29:16.866Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:29:16.866Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:29:16.866Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:29:16.866Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:29:16.866Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:29:16.867Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:29:16.870Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-11T09:29:46.871Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-11T09:29:46.883Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff and serviceModelVersionId: 21ef05b1-b0cf-45d1-a539-87c87bea52f9
2021-09-11T09:29:46.883Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7c1d0c9-0556-49a2-9911-f76a0daf0170
2021-09-11T09:29:46.884Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7c1d0c9-0556-49a2-9911-f76a0daf0170/model-vers/model-ver/21ef05b1-b0cf-45d1-a539-87c87bea52f9?depth=0
2021-09-11T09:29:46.892Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-11T09:29:46.954Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a7c1d0c9-0556-49a2-9911-f76a0daf0170/model-vers/model-ver/21ef05b1-b0cf-45d1-a539-87c87bea52f9?depth=0|INFO|500||Invoke
2021-09-11T09:29:46.954Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a7c1d0c9-0556-49a2-9911-f76a0daf0170/model-vers/model-ver/21ef05b1-b0cf-45d1-a539-87c87bea52f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a7c1d0c9-0556-49a2-9911-f76a0daf0170/model-vers/model-ver/21ef05b1-b0cf-45d1-a539-87c87bea52f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23ac7fdb-3ba2-41cd-a619-4f39efd389ac], X-ECOMP-RequestID=[bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff], X-TransactionId=[], X-ONAP-RequestID=[bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff], Content-Type=[application/merge-patch+json]}
2021-09-11T09:29:46.976Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a7c1d0c9-0556-49a2-9911-f76a0daf0170/model-vers/model-ver/21ef05b1-b0cf-45d1-a539-87c87bea52f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-11T09:29:47.201Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a7c1d0c9-0556-49a2-9911-f76a0daf0170/model-vers/model-ver/21ef05b1-b0cf-45d1-a539-87c87bea52f9?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/a7c1d0c9-0556-49a2-9911-f76a0daf0170/model-vers/model-ver/21ef05b1-b0cf-45d1-a539-87c87bea52f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210911-09:29:46:983-68838], vertex-id=[286904], Content-Length=[0], Date=[Sat, 11 Sep 2021 09:29:46 GMT], Content-Type=[application/json]}
2021-09-11T09:29:47.201Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a7c1d0c9-0556-49a2-9911-f76a0daf0170/model-vers/model-ver/21ef05b1-b0cf-45d1-a539-87c87bea52f9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-11T09:29:47.202Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a7c1d0c9-0556-49a2-9911-f76a0daf0170/model-vers/model-ver/21ef05b1-b0cf-45d1-a539-87c87bea52f9?depth=0|INFO|500||InvokeReturn
2021-09-11T09:29:47.202Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-11T09:29:47.203Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:29:47.209Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-11T09:29:47.210Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-11T09:29:47.210Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-11T09:29:47.210Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:29:47.213Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:29:47.213Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352587210,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T09:29:47.314Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T09:29:47.315Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:29:47.315Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:29:47.331Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:29:47.332Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T09:30:03.281Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:30:03.282Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:30:03.282Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:30:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:30:03.286Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:30:03.286Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:30:03.405Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:30:03.406Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:30:03.406Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:30:03.407Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:30:12.831Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:31:03.282Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:31:03.284Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:31:03.284Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:31:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:31:03.286Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:31:03.286Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:31:03.811Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:31:03.812Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:31:03.812Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:31:03.814Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:31:03.815Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:31:03.815Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:31:03.815Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:31:03.815Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:31:03.815Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:31:03.815Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:31:03.816Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:31:03.816Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:31:03.816Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:31:03.816Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:31:03.816Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:31:03.816Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:31:03.816Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:31:03.817Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:31:03.817Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:31:03.817Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:31:03.817Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:31:03.817Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:31:03.817Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:31:03.818Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352543282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:31:03.818Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:31:03.818Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:31:03.818Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352553788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:31:03.818Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:31:03.818Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:31:03.818Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352555847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:31:03.819Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:31:03.819Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-11T09:31:03.819Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631352587210,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T09:31:03.819Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:31:12.894Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:32:03.281Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:32:03.284Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:32:03.284Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:32:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:32:03.286Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:32:03.286Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:32:12.835Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:32:12.868Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:33:03.282Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:33:03.284Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:33:03.284Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:33:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:33:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:33:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:33:12.895Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:33:12.936Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:34:03.281Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:34:03.282Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:34:03.282Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:34:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:34:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:34:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:34:12.831Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:34:12.835Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:35:03.282Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:35:03.284Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:35:03.285Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:35:03.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:35:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:35:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:35:12.832Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:35:12.842Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:36:03.281Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:36:03.283Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:36:03.283Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:36:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:36:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:36:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:36:12.835Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:36:12.848Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:37:03.281Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:37:03.283Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:37:03.283Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:37:03.285Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:37:03.286Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:37:03.286Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:37:12.862Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:37:12.865Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:38:03.281Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:38:03.283Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:38:03.283Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:38:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:38:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:38:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:38:12.848Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:38:12.848Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:03.281Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:39:03.284Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:39:03.284Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:39:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:39:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:39:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:39:03.913Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:03.914Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.914Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"093dd90a-5198-441a-a936-abc6907e9439","serviceName":"Demo_pNF_vz2rKbvOy08KLc1sG2lp","serviceVersion":"1.0","serviceUUID":"edc34940-4852-4cf4-ba7f-c05d95409989","serviceDescription":"catalog service description","serviceInvariantUUID":"979fb258-859a-4cd1-a5fa-609feb24a14e","resources":[{"resourceInstanceName":"pNF 8080d412-cc40 0","resourceName":"pNF 8080d412-cc40","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0d708b1b-c9f6-481d-942b-63734ce4aa30","resourceInvariantUUID":"0a58c6fa-f825-4960-9af9-e9002ed346f5","resourceCustomizationUUID":"e70ef13b-18fc-49ee-8c00-96a0c9ed2e2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vf-license-model.xml","artifactChecksum":"MWIyMDhjNzgyMmI1YmM1ZmMxYTdmYTg2NmZmNzYzYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7654db08-657f-47cb-9c24-6db3ca8bb9f3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/pNF.csar","artifactChecksum":"YmU4NGEyMTljMTA4NGM1ZTNlODhiMzUyMDZmZjI3Njk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"215e8b85-3bb8-4dee-9c97-ded2ca987f00","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"967827e2-8967-433a-bcc3-867b10406f7b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vendor-license-model.xml","artifactChecksum":"MmViYmM0OTYxM2FiNWE4MTkxMjhlNDI5Zjk3MDA1MDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4e5f47a3-47e7-474f-b3a6-bd80fe40bb15","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd17cc02-658f-4466-a3fd-8e67e6645018","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bef0aee-f605-4d7d-8680-4a0c202b2b68","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVz2rkbvoy08klc1sg2lp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-template.yml","artifactChecksum":"MDJlNDJlYTI0MTcwNmIyODlkNmE1YjczM2NjMDI5ZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8790ca34-4b68-4233-ab15-0fec827c471e","artifactVersion":"1"},{"artifactName":"service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar","artifactChecksum":"ZDllZDMyZTFmZDM5YzM3ZWQzYzRiMzhhY2I3ZWU1YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d12aa7fd-ebf4-4c8f-ae92-dbe44ad006e6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-11T09:39:03.915Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:03.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "cds",
  "timestamp": 1631353113385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.917Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:39:03.918Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:39:03.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631353105880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "aai-ml",
  "timestamp": 1631353105697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "policy-id",
  "timestamp": 1631353109283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "cds",
  "timestamp": 1631353113385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.922Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:39:03.923Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631353105880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "aai-ml",
  "timestamp": 1631353105697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "policy-id",
  "timestamp": 1631353109283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "cds",
  "timestamp": 1631353113385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631353105880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "aai-ml",
  "timestamp": 1631353105697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "policy-id",
  "timestamp": 1631353109283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "dcae-sch",
  "timestamp": 1631353116277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "cds",
  "timestamp": 1631353113385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631353105880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "aai-ml",
  "timestamp": 1631353105697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "policy-id",
  "timestamp": 1631353109283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "dcae-sch",
  "timestamp": 1631353116277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "cds",
  "timestamp": 1631353113385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631353105880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "aai-ml",
  "timestamp": 1631353105697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "policy-id",
  "timestamp": 1631353109283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631353118295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "dcae-sch",
  "timestamp": 1631353116277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "cds",
  "timestamp": 1631353113385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631353105880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "aai-ml",
  "timestamp": 1631353105697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "policy-id",
  "timestamp": 1631353109283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "clamp",
  "timestamp": 1631353119216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631353118295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "dcae-sch",
  "timestamp": 1631353116277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "cds",
  "timestamp": 1631353113385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631353105880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "aai-ml",
  "timestamp": 1631353105697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "policy-id",
  "timestamp": 1631353109283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.939Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "clamp",
  "timestamp": 1631353119216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.939Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631353118295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "dcae-sch",
  "timestamp": 1631353116277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "cds",
  "timestamp": 1631353113385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:39:03.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631353105880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:39:03.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "aai-ml",
  "timestamp": 1631353105697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:39:03.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "policy-id",
  "timestamp": 1631353109283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:39:03.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "clamp",
  "timestamp": 1631353119216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631353118295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "dcae-sch",
  "timestamp": 1631353116277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631353121538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "clamp",
  "timestamp": 1631353119216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631353118295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "dcae-sch",
  "timestamp": 1631353116277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631353121538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "cds",
  "timestamp": 1631353123385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:39:03.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:39:03.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "policy-id",
  "timestamp": 1631353123479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:39:03.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:39:03.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "aai-ml",
  "timestamp": 1631353123576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:39:03.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:39:03.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "clamp",
  "timestamp": 1631353119216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631353118295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "dcae-sch",
  "timestamp": 1631353116277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631353121538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "cds",
  "timestamp": 1631353124391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:39:03.975Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 093dd90a-5198-441a-a936-abc6907e9439
2021-09-11T09:39:03.976Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093dd90a-5198-441a-a936-abc6907e9439 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:39:03.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "policy-id",
  "timestamp": 1631353124491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:39:03.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:39:03.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "clamp",
  "timestamp": 1631353119216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631353118295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631353121538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:03.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:03.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:03.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "policy-id",
  "timestamp": 1631353125500,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:39:03.993Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093dd90a-5198-441a-a936-abc6907e9439
2021-09-11T09:39:03.993Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093dd90a-5198-441a-a936-abc6907e9439 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:39:04.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "clamp",
  "timestamp": 1631353119216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:04.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:04.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631353118295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:39:04.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:04.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631353121538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:04.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:04.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "clamp",
  "timestamp": 1631353119216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:39:04.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:04.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631353121538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-11T09:39:04.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:04.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631353127702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:39:04.005Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:39:04.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631353121538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:04.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:04.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "aai-ml",
  "timestamp": 1631353128783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:39:04.006Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:39:04.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631353121538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:04.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:39:04.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631353129728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:39:04.007Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:39:04.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "aai-ml",
  "timestamp": 1631353129791,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:39:04.013Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 093dd90a-5198-441a-a936-abc6907e9439
2021-09-11T09:39:04.014Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093dd90a-5198-441a-a936-abc6907e9439 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:39:04.022Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T09:39:04.024Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:39:04.024Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:39:04.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631353130731,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:39:04.035Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:04.036Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:39:04.036Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 093dd90a-5198-441a-a936-abc6907e9439
2021-09-11T09:39:04.036Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093dd90a-5198-441a-a936-abc6907e9439 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:39:04.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631353130991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:39:04.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:39:04.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631353132024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-11T09:39:04.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:39:04.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "clamp",
  "timestamp": 1631353132546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:39:04.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:39:04.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631353133028,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:39:04.051Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 093dd90a-5198-441a-a936-abc6907e9439
2021-09-11T09:39:04.051Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093dd90a-5198-441a-a936-abc6907e9439 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:39:04.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "clamp",
  "timestamp": 1631353134445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:39:04.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:39:04.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-11T09:39:04.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "clamp",
  "timestamp": 1631353135451,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:39:04.069Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 093dd90a-5198-441a-a936-abc6907e9439
2021-09-11T09:39:04.069Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093dd90a-5198-441a-a936-abc6907e9439 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-11T09:39:04.923Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:39:04.925Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:39:04.927Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:39:04.928Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:05.027Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T09:39:05.028Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:39:05.028Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:39:05.040Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:05.040Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:39:05.928Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:39:05.929Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:39:05.931Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:39:05.931Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:06.032Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:39:06.034Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:39:06.034Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:39:06.045Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:06.045Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:39:06.931Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:39:06.932Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:39:06.934Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:39:06.934Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:07.035Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-11T09:39:07.036Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:39:07.036Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:39:07.045Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:07.045Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:39:07.935Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:39:07.936Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:39:07.939Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:39:07.939Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:08.039Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:39:08.040Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:39:08.041Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:39:08.051Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:08.052Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:39:08.940Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:39:08.941Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:39:08.944Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:39:08.944Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:09.044Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T09:39:09.045Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:39:09.045Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:39:09.056Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:09.056Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:39:09.946Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:39:09.946Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:39:09.948Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:39:09.948Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:39:10.049Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-11T09:39:10.049Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:39:10.049Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:39:10.059Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:10.060Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:39:10.949Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-11T09:39:10.950Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:39:10.952Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:39:10.952Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:39:11.052Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:39:11.053Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:39:11.053Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:39:11.063Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:11.063Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:39:11.953Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "serviceName": "Demo_pNF_vz2rKbvOy08KLc1sG2lp",
  "serviceVersion": "1.0",
  "serviceUUID": "edc34940-4852-4cf4-ba7f-c05d95409989",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "979fb258-859a-4cd1-a5fa-609feb24a14e",
  "resources": [
    {
      "resourceInstanceName": "pNF 8080d412-cc40 0",
      "resourceCustomizationUUID": "e70ef13b-18fc-49ee-8c00-96a0c9ed2e2a",
      "resourceName": "pNF 8080d412-cc40",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0d708b1b-c9f6-481d-942b-63734ce4aa30",
      "resourceInvariantUUID": "0a58c6fa-f825-4960-9af9-e9002ed346f5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
      "artifactChecksum": "ZDllZDMyZTFmZDM5YzM3ZWQzYzRiMzhhY2I3ZWU1YjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d12aa7fd-ebf4-4c8f-ae92-dbe44ad006e6"
    }
  ],
  "workloadContext": "Production"
}
2021-09-11T09:39:11.954Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-11T09:39:11.954Z|bd5ff4b2-5979-4456-b4a5-042c8a6ca3ff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 edc34940-4852-4cf4-ba7f-c05d95409989 ASDC
2021-09-11T09:39:11.955Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:093dd90a-5198-441a-a936-abc6907e9439
ServiceName:Demo_pNF_vz2rKbvOy08KLc1sG2lp
ServiceVersion:1.0
ServiceUUID:edc34940-4852-4cf4-ba7f-c05d95409989
ServiceInvariantUUID:979fb258-859a-4cd1-a5fa-609feb24a14e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
ArtifactUUID:d12aa7fd-ebf4-4c8f-ae92-dbe44ad006e6
ArtifactChecksum:ZDllZDMyZTFmZDM5YzM3ZWQzYzRiMzhhY2I3ZWU1YjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8080d412-cc40 0
ResourceCustomizationUUID:e70ef13b-18fc-49ee-8c00-96a0c9ed2e2a
ResourceInvariantUUID:0a58c6fa-f825-4960-9af9-e9002ed346f5
ResourceName:pNF 8080d412-cc40
ResourceType:PNF
ResourceUUID:0d708b1b-c9f6-481d-942b-63734ce4aa30
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-11T09:39:11.955Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF edc34940-4852-4cf4-ba7f-c05d95409989 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T09:39:11.987Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T09:39:11.988Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-11T09:39:11.989Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-11T09:39:11.989Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d12aa7fd-ebf4-4c8f-ae92-dbe44ad006e6 from URL: /sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:11.989Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-11T09:39:11.990Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:12.487Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-11T09:39:12.491Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar d12aa7fd-ebf4-4c8f-ae92-dbe44ad006e6 82545
2021-09-11T09:39:12.491Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar ASDC sendASDCNotification
2021-09-11T09:39:12.491Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:12.491Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-11T09:39:12.491Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:39:12.494Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:39:12.494Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353152491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:39:12.597Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-11T09:39:12.598Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:39:12.599Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:39:12.623Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:12.624Z||pool-115-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:39:13.499Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-11T09:39:13.501Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-11T09:39:13.501Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d12aa7fd-ebf4-4c8f-ae92-dbe44ad006e6, URL: /sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar to file: /app/ASDC/1/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:13.502Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:13.503Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:13.503Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:13.663Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11352092714565600783/Definitions/service-DemoPnfVz2rkbvoy08klc1sg2lp-template.yml
2021-09-11T09:39:14.583Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-11T09:39:14.583Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-11T09:39:14.583Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:14.583Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-11T09:39:14.583Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8080d412-cc40 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-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:14.584Z|093dd90a-5198-441a-a936-abc6907e9439|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-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:14.584Z|093dd90a-5198-441a-a936-abc6907e9439|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-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:14.584Z|093dd90a-5198-441a-a936-abc6907e9439|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-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:14.584Z|093dd90a-5198-441a-a936-abc6907e9439|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-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:14.584Z|093dd90a-5198-441a-a936-abc6907e9439|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-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:14.584Z|093dd90a-5198-441a-a936-abc6907e9439|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-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:14.584Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-11T09:39:14.584Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:39:14.584Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vz2rKbvOy08KLc1sG2lp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:39:14.584Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Node template pNF 8080d412-cc40 0 is matching search criteria
2021-09-11T09:39:14.585Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-11T09:39:14.585Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8080d412-cc40 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T09:39:14.585Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:39:14.586Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vz2rKbvOy08KLc1sG2lp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:39:14.586Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Node template pNF 8080d412-cc40 0 is matching search criteria
2021-09-11T09:39:14.586Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-11T09:39:14.586Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8080d412-cc40 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-11T09:39:14.586Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:39:14.586Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vz2rKbvOy08KLc1sG2lp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:39:14.586Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:39:14.586Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vz2rKbvOy08KLc1sG2lp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:39:14.587Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:39:14.587Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vz2rKbvOy08KLc1sG2lp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:39:14.587Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:39:14.587Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vz2rKbvOy08KLc1sG2lp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:39:14.587Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:39:14.587Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vz2rKbvOy08KLc1sG2lp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:39:14.587Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vz2rKbvOy08KLc1sG2lp
Description:catalog service description
Model UUID:edc34940-4852-4cf4-ba7f-c05d95409989
Model Version:NULL
Model InvariantUuid:979fb258-859a-4cd1-a5fa-609feb24a14e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-11T09:39:14.593Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0d708b1b-c9f6-481d-942b-63734ce4aa30
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:39:14.597Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||pNF 8080d412-cc40 0
2021-09-11T09:39:14.597Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0d708b1b-c9f6-481d-942b-63734ce4aa30
2021-09-11T09:39:14.597Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||No resources found for Service: edc34940-4852-4cf4-ba7f-c05d95409989
2021-09-11T09:39:14.598Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: edc34940-4852-4cf4-ba7f-c05d95409989
2021-09-11T09:39:14.598Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8080d412-cc40 0 0d708b1b-c9f6-481d-942b-63734ce4aa30 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:39:14.602Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d5678d7, org.onap.sdc.toscaparser.api.parameters.Input@3e9573c8, org.onap.sdc.toscaparser.api.parameters.Input@5ce587ac, org.onap.sdc.toscaparser.api.parameters.Input@9682aab, org.onap.sdc.toscaparser.api.parameters.Input@67166b91]
2021-09-11T09:39:14.602Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:39:14.603Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vz2rKbvOy08KLc1sG2lp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:39:14.603Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid edc34940-4852-4cf4-ba7f-c05d95409989: pNF 8080d412-cc40
2021-09-11T09:39:14.603Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||Processing PNF resource: 0d708b1b-c9f6-481d-942b-63734ce4aa30
2021-09-11T09:39:14.603Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-11T09:39:14.604Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vz2rKbvOy08KLc1sG2lp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-11T09:39:14.604Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||Resource customization UUID: e70ef13b-18fc-49ee-8c00-96a0c9ed2e2a is the same as notified resource customizationUUID: e70ef13b-18fc-49ee-8c00-96a0c9ed2e2a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-11T09:39:14.643Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8080d412-cc40 0d708b1b-c9f6-481d-942b-63734ce4aa30 0 ASDC deployResourceStructure
2021-09-11T09:39:14.643Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar ASDC sendASDCNotification
2021-09-11T09:39:14.644Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar
2021-09-11T09:39:14.644Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-11T09:39:14.644Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:39:14.646Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:39:14.646Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353154643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:39:14.746Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:39:14.747Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:39:14.747Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:39:14.756Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:14.756Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-11T09:39:15.648Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093dd90a-5198-441a-a936-abc6907e9439
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:39:15.658Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093dd90a-5198-441a-a936-abc6907e9439
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-11T09:39:15.661Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-11T09:39:15.661Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-11T09:39:15.661Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-11T09:39:15.661Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-11T09:39:15.661Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:39:15.661Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:39:15.661Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:39:15.662Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:39:15.662Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:39:15.662Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:39:15.662Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-11T09:39:15.662Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-11T09:39:15.666Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-11T09:39:45.667Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 093dd90a-5198-441a-a936-abc6907e9439 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-11T09:39:45.688Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 093dd90a-5198-441a-a936-abc6907e9439 and serviceModelVersionId: edc34940-4852-4cf4-ba7f-c05d95409989
2021-09-11T09:39:45.688Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 979fb258-859a-4cd1-a5fa-609feb24a14e
2021-09-11T09:39:45.691Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/979fb258-859a-4cd1-a5fa-609feb24a14e/model-vers/model-ver/edc34940-4852-4cf4-ba7f-c05d95409989?depth=0
2021-09-11T09:39:45.701Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-11T09:39:45.761Z|093dd90a-5198-441a-a936-abc6907e9439|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/979fb258-859a-4cd1-a5fa-609feb24a14e/model-vers/model-ver/edc34940-4852-4cf4-ba7f-c05d95409989?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-11T09:39:45.764Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/979fb258-859a-4cd1-a5fa-609feb24a14e/model-vers/model-ver/edc34940-4852-4cf4-ba7f-c05d95409989?depth=0|INFO|500||Invoke
2021-09-11T09:39:45.792Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/979fb258-859a-4cd1-a5fa-609feb24a14e/model-vers/model-ver/edc34940-4852-4cf4-ba7f-c05d95409989?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-11T09:39:46.005Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/979fb258-859a-4cd1-a5fa-609feb24a14e/model-vers/model-ver/edc34940-4852-4cf4-ba7f-c05d95409989?depth=0|INFO|500||InvokeReturn
2021-09-11T09:39:46.006Z|093dd90a-5198-441a-a936-abc6907e9439|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/979fb258-859a-4cd1-a5fa-609feb24a14e/model-vers/model-ver/edc34940-4852-4cf4-ba7f-c05d95409989?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210911-09:39:45:825-76018], vertex-id=[159792], Content-Length=[0], Date=[Sat, 11 Sep 2021 09:39:45 GMT], Content-Type=[application/json]}
2021-09-11T09:39:46.006Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-11T09:39:46.007Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-11T09:39:46.007Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-11T09:39:46.012Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-11T09:39:46.013Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 093dd90a-5198-441a-a936-abc6907e9439 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-11T09:39:46.013Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-11T09:39:46.013Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-11T09:39:46.015Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-11T09:39:46.015Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353186013,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T09:39:46.115Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-11T09:39:46.117Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-11T09:39:46.117Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:39:46.134Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:39:46.134Z||pool-117-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-11T09:40:03.281Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:40:03.282Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:40:03.282Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:40:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:40:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:40:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:40:03.497Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:40:03.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-11T09:40:03.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:40:03.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:40:12.874Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:41:03.282Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:41:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:41:03.286Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:41:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:41:03.286Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:41:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:41:03.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:41:03.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-11T09:41:03.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:41:03.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:41:03.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-11T09:41:03.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:41:03.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:41:03.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-11T09:41:03.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:41:03.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:41:03.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-11T09:41:03.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:41:03.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:41:03.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-11T09:41:03.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/resourceInstances/pnf8080d412cc400/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:41:03.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:41:03.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-11T09:41:03.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-11T09:41:03.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:41:03.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-11T09:41:03.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353143281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-11T09:41:03.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-11T09:41:03.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-11T09:41:03.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353152491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-11T09:41:03.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:41:03.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-11T09:41:03.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353154643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVz2rkbvoy08klc1sg2lp/1.0/artifacts/service-DemoPnfVz2rkbvoy08klc1sg2lp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-11T09:41:03.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:41:03.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-11T09:41:03.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "093dd90a-5198-441a-a936-abc6907e9439",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631353186013,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-11T09:41:03.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-11T09:41:12.833Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:42:03.281Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:42:03.283Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:42:03.283Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:42:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:42:03.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:42:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:42:12.841Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:42:12.841Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:43:03.281Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:43:03.283Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:43:03.283Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:43:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:43:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:43:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:43:12.839Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:43:12.839Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:44:03.281Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:44:03.283Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:44:03.283Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:44:03.292Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:44:03.292Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:44:03.292Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:44:12.847Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:44:12.847Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:45:03.281Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:45:03.284Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:45:03.284Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:45:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:45:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:45:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:45:12.856Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:45:12.856Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:46:03.282Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:46:03.283Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:46:03.284Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:46:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:46:03.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:46:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:46:12.832Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:46:12.832Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:47:03.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:47:03.287Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:47:03.287Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:47:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:47:03.288Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:47:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:47:12.841Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:47:12.841Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:48:03.281Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:48:03.283Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:48:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:48:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:48:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:48:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:48:12.843Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:48:12.863Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:49:03.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:49:03.283Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:49:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:49:03.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:49:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:49:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:49:12.840Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:49:12.840Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:50:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:50:03.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:50:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:50:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:50:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:50:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:50:12.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:50:12.847Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:51:03.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:51:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:51:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:51:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:51:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:51:03.288Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:51:12.843Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:51:12.850Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:52:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:52:03.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:52:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:52:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:52:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:52:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:52:12.829Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:52:12.845Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:53:03.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:53:03.283Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:53:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:53:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:53:03.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:53:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:53:12.836Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:53:12.839Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:54:03.281Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:54:03.284Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:54:03.284Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:54:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:54:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:54:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:54:12.842Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:54:12.843Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:55:03.281Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:55:03.283Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:55:03.283Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:55:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:55:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:55:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:55:12.844Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:55:12.844Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:56:03.281Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:56:03.284Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:56:03.284Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:56:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:56:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:56:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:56:12.860Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:56:12.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:57:03.281Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:57:03.282Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:57:03.283Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:57:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:57:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:57:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:57:12.885Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:57:12.885Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:58:03.281Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:58:03.284Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:58:03.284Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:58:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:58:03.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:58:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:58:12.834Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:58:12.835Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:59:03.282Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:59:03.283Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:59:03.283Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:59:03.285Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T09:59:03.285Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T09:59:03.285Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T09:59:12.827Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T09:59:12.844Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:00:03.282Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:00:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:00:03.285Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:00:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:00:03.286Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:00:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:00:12.849Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:00:12.857Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:01:03.281Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:01:03.284Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:01:03.284Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:01:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:01:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:01:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:01:12.827Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:01:12.828Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:02:03.281Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:02:03.283Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:02:03.284Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:02:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:02:03.287Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:02:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:02:12.848Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:02:12.853Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:03:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:03:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:03:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:03:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:03:03.286Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:03:03.286Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:03:12.832Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:03:12.834Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:04:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:04:03.282Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:04:03.282Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:04:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:04:03.285Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:04:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:04:12.842Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:04:12.843Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:05:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:05:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:05:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:05:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:05:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:05:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:05:12.833Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:05:12.838Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:06:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:06:03.282Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:06:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:06:03.285Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:06:03.286Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:06:03.286Z|093dd90a-5198-441a-a936-abc6907e9439|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:06:12.835Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:06:12.839Z|093dd90a-5198-441a-a936-abc6907e9439|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:07:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:07:03.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:07:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:07:03.285Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:07:03.286Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:07:03.286Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:07:12.839Z|3e8a5c76-31eb-4c81-90f8-9aea3c056b16|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:07:12.839Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:08:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:08:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:08:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:08:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:08:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:08:03.285Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:08:12.848Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:08:12.863Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:09:03.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:09:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:09:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:09:03.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:09:03.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:09:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:09:12.836Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:09:12.838Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:10:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:10:03.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:10:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:10:03.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:10:03.285Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:10:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:10:12.840Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:10:12.842Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:11:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:11:03.284Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:11:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:11:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:11:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:11:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:11:12.842Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:11:12.844Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:12:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:12:03.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:12:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:12:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:12:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:12:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:12:12.860Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:12:12.861Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:13:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:13:03.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:13:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:13:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:13:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:13:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:13:12.825Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:13:12.845Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:14:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:14:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:14:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:14:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:14:03.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:14:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:14:12.862Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:14:12.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:15:03.281Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:15:03.283Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:15:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:15:03.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:15:03.285Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:15:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:15:12.838Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:15:12.866Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:16:03.281Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:16:03.284Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:16:03.284Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:16:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:16:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:16:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:16:10.762Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-11T10:16:12.932Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:16:12.932Z|ed6f21dc-cd5c-4445-a655-d649e7f40d73|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:17:03.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:17:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:17:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:17:03.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:17:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:17:03.287Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:17:12.847Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:17:12.848Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:18:03.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:18:03.284Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:18:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:18:03.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:18:03.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:18:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:18:12.835Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:18:12.836Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:19:03.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:19:03.284Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:19:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:19:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:19:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:19:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:19:12.842Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:19:12.848Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:20:03.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:20:03.283Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:20:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:20:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:20:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:20:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:20:12.833Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:20:12.835Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:21:03.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:21:03.284Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:21:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:21:03.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:21:03.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:21:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:21:12.835Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:21:12.842Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:22:03.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:22:03.283Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:22:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:22:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:22:03.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:22:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:22:12.855Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:22:12.861Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:23:03.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:23:03.283Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:23:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:23:03.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:23:03.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:23:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:23:12.839Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:23:12.843Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:24:03.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:24:03.283Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:24:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:24:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:24:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:24:03.285Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:24:12.826Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:24:12.827Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:25:03.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:25:03.282Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:25:03.283Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:25:03.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:25:03.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:25:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:25:12.847Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:25:12.850Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:26:03.281Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:26:03.284Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:26:03.284Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:26:03.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-11T10:26:03.285Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-11T10:26:03.286Z||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 IJ3hlk5ORaWz4nfJ) ...
2021-09-11T10:26:12.845Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-11T10:26:12.845Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK