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)

2022-05-27T10:14:47.513Z||main|||||INFO|500||The following profiles are active: basic
2022-05-27T10:15:04.249Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-27T10:15:04.251Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-27T10:15:04.464Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-27T10:15:10.758Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-27T10:15:11.410Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-27T10:15:12.240Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-27T10:15:12.250Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-27T10:15:12.423Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-27T10:15:12.977Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-27T10:15:14.278Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-27T10:15:17.205Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-27T10:15:20.350Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-27T10:15:20.440Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-27T10:15:21.171Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-27T10:15:21.711Z||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.
2022-05-27T10:15:23.356Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-27T10:15:24.925Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-27T10:15:24.958Z||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$$7b5c92.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)
2022-05-27T10:15:24.959Z||main|||||WARN|500||The sdc end point is not alive
2022-05-27T10:15:30.689Z||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
2022-05-27T10:15:35.828Z||main|||||WARN|500||---
2022-05-27T10:15:35.829Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-27T10:15:35.829Z||main|||||WARN|500||---
2022-05-27T10:15:36.575Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-27T10:15:44.119Z||main|||||INFO|500||Started Application in 60.733 seconds (JVM running for 63.552)
2022-05-27T10:15:44.175Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-27T10:15:44.180Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-27T10:15:44.227Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-27T10:15:44.285Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-27T10:15:44.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8d019728-daf8-4e4c-bfa5-1636f47589ab url= /sdc/v1/artifactTypes
2022-05-27T10:15:44.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-27T10:15:44.770Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-27T10:15:44.806Z||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
2022-05-27T10:15:44.848Z||scheduling-1|||||DEBUG|500||create keys
2022-05-27T10:15:44.871Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-27T10:15:44.967Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:15:45.005Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 561f9efb-7d09-4dd0-8fb0-1da49f37684e url= /sdc/v1/registerForDistribution
2022-05-27T10:15:45.380Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 561f9efb-7d09-4dd0-8fb0-1da49f37684e url= /sdc/v1/registerForDistribution
2022-05-27T10:15:45.381Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-27T10:15:45.435Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-27T10:15:45.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:15:45.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:15:45.455Z||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.
2022-05-27T10:15:45.459Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:15:45.473Z||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.
2022-05-27T10:15:45.473Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:15:56.137Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:15:56.221Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:16:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:16:45.415Z||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.
2022-05-27T10:16:45.416Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:16:45.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:16:45.421Z||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.
2022-05-27T10:16:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:16:55.054Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:16:55.073Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:17:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:17:45.415Z||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.
2022-05-27T10:17:45.416Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:17:45.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:17:45.421Z||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.
2022-05-27T10:17:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:17:55.047Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:17:55.071Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:18:45.412Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:18:45.414Z||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.
2022-05-27T10:18:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:18:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:18:45.420Z||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.
2022-05-27T10:18:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:18:55.065Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:18:55.110Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:19:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:19:45.414Z||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.
2022-05-27T10:19:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:19:45.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:19:45.421Z||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.
2022-05-27T10:19:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:19:55.046Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:19:55.068Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:20:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:20:45.416Z||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.
2022-05-27T10:20:45.416Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:20:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:20:45.421Z||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.
2022-05-27T10:20:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:20:55.003Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:20:55.023Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:21:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:21:45.415Z||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.
2022-05-27T10:21:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:21:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:21:45.420Z||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.
2022-05-27T10:21:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:21:55.028Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:21:55.034Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:22:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:22:45.414Z||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.
2022-05-27T10:22:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:22:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:22:45.422Z||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.
2022-05-27T10:22:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:22:55.022Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:22:55.031Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:23:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:23:45.414Z||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.
2022-05-27T10:23:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:23:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:23:45.421Z||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.
2022-05-27T10:23:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:23:55.036Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:23:55.058Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:24:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:24:45.413Z||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.
2022-05-27T10:24:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:24:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:24:45.421Z||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.
2022-05-27T10:24:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:24:55.051Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:24:55.053Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:25:14.633Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-27T10:25:45.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:25:45.416Z||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.
2022-05-27T10:25:45.417Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:25:45.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:25:45.421Z||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.
2022-05-27T10:25:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:25:55.050Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:25:55.050Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:26:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:26:45.414Z||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.
2022-05-27T10:26:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:26:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:26:45.421Z||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.
2022-05-27T10:26:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:26:55.027Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:26:55.028Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:27:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:27:45.414Z||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.
2022-05-27T10:27:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:27:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:27:45.420Z||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.
2022-05-27T10:27:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:27:54.996Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:27:55.045Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:28:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:28:45.413Z||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.
2022-05-27T10:28:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:28:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:28:45.421Z||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.
2022-05-27T10:28:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:28:54.993Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:28:55.000Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:29:45.412Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:29:45.414Z||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.
2022-05-27T10:29:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:29:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:29:45.421Z||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.
2022-05-27T10:29:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:29:55.003Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:29:55.012Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:30:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:30:45.414Z||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.
2022-05-27T10:30:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:30:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:30:45.420Z||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.
2022-05-27T10:30:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:30:55.003Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:30:55.005Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:31:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:31:45.419Z||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.
2022-05-27T10:31:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:31:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:31:45.420Z||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.
2022-05-27T10:31:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:31:55.044Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:31:55.044Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:32:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:32:45.414Z||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.
2022-05-27T10:32:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:32:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:32:45.420Z||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.
2022-05-27T10:32:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:32:55.088Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:32:55.091Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:33:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:33:45.414Z||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.
2022-05-27T10:33:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:33:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:33:45.420Z||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.
2022-05-27T10:33:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:33:54.995Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:33:55.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:34:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:34:45.413Z||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.
2022-05-27T10:34:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:34:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:34:45.421Z||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.
2022-05-27T10:34:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:34:55.018Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:34:55.026Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:35:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:35:45.414Z||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.
2022-05-27T10:35:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:35:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:35:45.420Z||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.
2022-05-27T10:35:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:35:55.011Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:35:55.037Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:36:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:36:45.416Z||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.
2022-05-27T10:36:45.416Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:36:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:36:45.421Z||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.
2022-05-27T10:36:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:36:55.004Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:36:55.014Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:37:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:37:45.414Z||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.
2022-05-27T10:37:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:37:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:37:45.420Z||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.
2022-05-27T10:37:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:37:55.003Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:37:55.003Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:38:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:38:45.413Z||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.
2022-05-27T10:38:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:38:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:38:45.421Z||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.
2022-05-27T10:38:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:38:55.017Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:38:55.030Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:39:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:39:45.413Z||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.
2022-05-27T10:39:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:39:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:39:45.420Z||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.
2022-05-27T10:39:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:39:55.014Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:39:55.015Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:40:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:40:45.413Z||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.
2022-05-27T10:40:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:40:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:40:45.421Z||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.
2022-05-27T10:40:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:40:55.020Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:40:55.028Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:41:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:41:45.417Z||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.
2022-05-27T10:41:45.417Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:41:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:41:45.421Z||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.
2022-05-27T10:41:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:41:55.025Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:41:55.030Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:42:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:42:45.415Z||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.
2022-05-27T10:42:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:42:45.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:42:45.421Z||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.
2022-05-27T10:42:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:42:55.014Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:42:55.028Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:43:45.412Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:43:45.413Z||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.
2022-05-27T10:43:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:43:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:43:45.420Z||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.
2022-05-27T10:43:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:43:55.002Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:43:55.014Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:44:45.412Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:44:45.413Z||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.
2022-05-27T10:44:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:44:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:44:45.421Z||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.
2022-05-27T10:44:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:44:55.037Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:44:55.079Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:45:45.412Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:45:45.413Z||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.
2022-05-27T10:45:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:45:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:45:45.420Z||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.
2022-05-27T10:45:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:45:55.001Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:45:55.008Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:46:45.412Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:46:45.414Z||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.
2022-05-27T10:46:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:46:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:46:45.420Z||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.
2022-05-27T10:46:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:46:55.016Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:46:55.074Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:47:45.414Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:47:45.418Z||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.
2022-05-27T10:47:45.418Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:47:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:47:45.420Z||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.
2022-05-27T10:47:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:47:55.023Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:47:55.023Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:48:45.412Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:48:45.413Z||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.
2022-05-27T10:48:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:48:45.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:48:45.422Z||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.
2022-05-27T10:48:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:48:55.011Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:48:55.028Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:49:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:49:45.413Z||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.
2022-05-27T10:49:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:49:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:49:45.420Z||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.
2022-05-27T10:49:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:49:55.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:49:55.024Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:50:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:50:45.413Z||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.
2022-05-27T10:50:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:50:45.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:50:45.437Z||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.
2022-05-27T10:50:45.437Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:50:54.998Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:50:55.016Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:51:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:51:45.413Z||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.
2022-05-27T10:51:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:51:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:51:45.420Z||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.
2022-05-27T10:51:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:51:54.992Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:51:55.004Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:52:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:52:45.414Z||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.
2022-05-27T10:52:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:52:45.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:52:45.422Z||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.
2022-05-27T10:52:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:52:54.989Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:52:54.997Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:53:45.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:53:45.416Z||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.
2022-05-27T10:53:45.416Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:53:45.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:53:45.420Z||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.
2022-05-27T10:53:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:53:55.020Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:53:55.022Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:54:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:54:45.414Z||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.
2022-05-27T10:54:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:54:45.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:54:45.421Z||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.
2022-05-27T10:54:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:54:54.997Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:54:55.018Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:55:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:55:45.413Z||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.
2022-05-27T10:55:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:55:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:55:45.420Z||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.
2022-05-27T10:55:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:55:54.999Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:55:55.032Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:56:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:56:45.414Z||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.
2022-05-27T10:56:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:56:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:56:45.420Z||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.
2022-05-27T10:56:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:56:55.004Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:56:55.012Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:57:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:57:45.413Z||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.
2022-05-27T10:57:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:57:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:57:45.420Z||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.
2022-05-27T10:57:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:57:55.013Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:57:55.031Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:58:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:58:45.413Z||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.
2022-05-27T10:58:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:58:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:58:45.420Z||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.
2022-05-27T10:58:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:58:54.984Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:58:55.034Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:59:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:59:45.415Z||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.
2022-05-27T10:59:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:59:45.420Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T10:59:45.421Z||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.
2022-05-27T10:59:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T10:59:55.039Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T10:59:55.039Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:00:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:00:45.414Z||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.
2022-05-27T11:00:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:00:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:00:45.420Z||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.
2022-05-27T11:00:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:00:54.980Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:00:54.992Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:01:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:01:45.413Z||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.
2022-05-27T11:01:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:01:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:01:45.420Z||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.
2022-05-27T11:01:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:01:55.009Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:01:55.009Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:02:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:02:45.413Z||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.
2022-05-27T11:02:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:02:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:02:45.420Z||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.
2022-05-27T11:02:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:02:54.992Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:02:54.992Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:03:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:03:45.418Z||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.
2022-05-27T11:03:45.418Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:03:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:03:45.420Z||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.
2022-05-27T11:03:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:03:55.025Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:03:55.040Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:04:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:04:45.413Z||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.
2022-05-27T11:04:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:04:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:04:45.420Z||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.
2022-05-27T11:04:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:04:54.977Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:04:54.981Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:05:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:05:45.414Z||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.
2022-05-27T11:05:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:05:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:05:45.420Z||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.
2022-05-27T11:05:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:05:55.011Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:05:55.014Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:06:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:06:45.414Z||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.
2022-05-27T11:06:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:06:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:06:45.420Z||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.
2022-05-27T11:06:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:06:54.996Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:06:55.001Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:07:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:07:45.413Z||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.
2022-05-27T11:07:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:07:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:07:45.420Z||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.
2022-05-27T11:07:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:07:55.013Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:07:55.066Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:08:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:08:45.413Z||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.
2022-05-27T11:08:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:08:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:08:45.420Z||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.
2022-05-27T11:08:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:08:54.993Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:08:55.039Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:09:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:09:45.414Z||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.
2022-05-27T11:09:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:09:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:09:45.420Z||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.
2022-05-27T11:09:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:09:54.991Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:09:54.995Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:10:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:10:45.413Z||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.
2022-05-27T11:10:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:10:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:10:45.420Z||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.
2022-05-27T11:10:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:10:55.005Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:10:55.067Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:11:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:11:45.413Z||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.
2022-05-27T11:11:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:11:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:11:45.420Z||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.
2022-05-27T11:11:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:11:54.980Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:11:55.010Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:12:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:12:45.414Z||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.
2022-05-27T11:12:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:12:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:12:45.420Z||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.
2022-05-27T11:12:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:12:54.993Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:12:54.993Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:13:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:13:45.415Z||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.
2022-05-27T11:13:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:13:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:13:45.420Z||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.
2022-05-27T11:13:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:13:55.002Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:13:55.022Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:14:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:14:45.414Z||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.
2022-05-27T11:14:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:14:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:14:45.421Z||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.
2022-05-27T11:14:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:14:55.002Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:14:55.002Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:15:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:15:45.413Z||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.
2022-05-27T11:15:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:15:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:15:45.420Z||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.
2022-05-27T11:15:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:15:54.999Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:15:55.007Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:16:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:16:45.413Z||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.
2022-05-27T11:16:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:16:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:16:45.420Z||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.
2022-05-27T11:16:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:16:55.000Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:16:55.000Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:17:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:17:45.413Z||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.
2022-05-27T11:17:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:17:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:17:45.420Z||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.
2022-05-27T11:17:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:17:54.995Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:17:54.995Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:18:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:18:45.413Z||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.
2022-05-27T11:18:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:18:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:18:45.420Z||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.
2022-05-27T11:18:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:18:55.013Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:18:55.013Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:19:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:19:45.414Z||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.
2022-05-27T11:19:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:19:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:19:45.421Z||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.
2022-05-27T11:19:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:19:54.986Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:19:54.994Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:20:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:20:45.413Z||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.
2022-05-27T11:20:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:20:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:20:45.420Z||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.
2022-05-27T11:20:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:20:55.001Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:20:55.007Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:21:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:21:45.413Z||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.
2022-05-27T11:21:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:21:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:21:45.420Z||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.
2022-05-27T11:21:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:21:54.981Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:21:55.005Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:22:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:22:45.413Z||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.
2022-05-27T11:22:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:22:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:22:45.421Z||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.
2022-05-27T11:22:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:22:54.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:22:54.977Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:23:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:23:45.413Z||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.
2022-05-27T11:23:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:23:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:23:45.421Z||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.
2022-05-27T11:23:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:23:54.996Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:23:54.999Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:24:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:24:45.414Z||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.
2022-05-27T11:24:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:24:45.420Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:24:45.421Z||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.
2022-05-27T11:24:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:24:55.013Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:24:55.015Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:25:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:25:45.414Z||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.
2022-05-27T11:25:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:25:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:25:45.420Z||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.
2022-05-27T11:25:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:25:54.991Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:25:55.004Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:26:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:26:45.414Z||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.
2022-05-27T11:26:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:26:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:26:45.420Z||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.
2022-05-27T11:26:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:26:54.987Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:26:54.999Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:27:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:27:45.414Z||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.
2022-05-27T11:27:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:27:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:27:45.421Z||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.
2022-05-27T11:27:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:27:54.991Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:27:55.010Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:28:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:28:45.414Z||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.
2022-05-27T11:28:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:28:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:28:45.421Z||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.
2022-05-27T11:28:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:28:54.990Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:28:54.994Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:29:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:29:45.413Z||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.
2022-05-27T11:29:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:29:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:29:45.420Z||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.
2022-05-27T11:29:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:29:55.004Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:29:55.014Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:30:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:30:45.414Z||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.
2022-05-27T11:30:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:30:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:30:45.420Z||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.
2022-05-27T11:30:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:30:55.026Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:30:55.026Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:31:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:31:45.414Z||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.
2022-05-27T11:31:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:31:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:31:45.420Z||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.
2022-05-27T11:31:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:31:54.979Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:31:54.993Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:32:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:32:45.413Z||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.
2022-05-27T11:32:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:32:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:32:45.420Z||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.
2022-05-27T11:32:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:32:55.002Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:32:55.002Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:33:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:33:45.413Z||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.
2022-05-27T11:33:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:33:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:33:45.420Z||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.
2022-05-27T11:33:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:33:54.985Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:33:54.999Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:34:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:34:45.413Z||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.
2022-05-27T11:34:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:34:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:34:45.420Z||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.
2022-05-27T11:34:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:34:54.976Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:34:54.981Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:35:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:35:45.413Z||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.
2022-05-27T11:35:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:35:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:35:45.420Z||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.
2022-05-27T11:35:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:35:54.993Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:35:55.003Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:36:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:36:45.413Z||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.
2022-05-27T11:36:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:36:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:36:45.420Z||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.
2022-05-27T11:36:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:36:54.986Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:36:54.989Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:37:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:37:45.413Z||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.
2022-05-27T11:37:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:37:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:37:45.420Z||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.
2022-05-27T11:37:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:37:55.018Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:37:55.029Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:38:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:38:45.413Z||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.
2022-05-27T11:38:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:38:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:38:45.420Z||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.
2022-05-27T11:38:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:38:54.975Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:38:54.988Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:39:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:39:45.414Z||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.
2022-05-27T11:39:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:39:45.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:39:45.423Z||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.
2022-05-27T11:39:45.423Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:39:54.985Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:39:54.985Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:40:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:40:45.414Z||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.
2022-05-27T11:40:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:40:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:40:45.420Z||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.
2022-05-27T11:40:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:40:55.002Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:40:55.023Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:41:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:41:45.415Z||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.
2022-05-27T11:41:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:41:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:41:45.420Z||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.
2022-05-27T11:41:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:41:54.977Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:41:54.980Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:42:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:42:45.413Z||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.
2022-05-27T11:42:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:42:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:42:45.420Z||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.
2022-05-27T11:42:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:42:55.027Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:42:55.062Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:43:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:43:45.414Z||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.
2022-05-27T11:43:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:43:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:43:45.420Z||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.
2022-05-27T11:43:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:43:55.025Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:43:55.025Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:44:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:44:45.413Z||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.
2022-05-27T11:44:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:44:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:44:45.420Z||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.
2022-05-27T11:44:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:44:55.033Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:44:55.034Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:45:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:45:45.414Z||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.
2022-05-27T11:45:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:45:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:45:45.420Z||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.
2022-05-27T11:45:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:45:54.989Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:45:54.989Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:46:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:46:45.413Z||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.
2022-05-27T11:46:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:46:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:46:45.420Z||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.
2022-05-27T11:46:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:46:54.988Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:46:54.994Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:47:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:47:45.413Z||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.
2022-05-27T11:47:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:47:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:47:45.420Z||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.
2022-05-27T11:47:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:47:55.016Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:47:55.020Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:48:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:48:45.413Z||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.
2022-05-27T11:48:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:48:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:48:45.420Z||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.
2022-05-27T11:48:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:48:55.020Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:48:55.023Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:49:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:49:45.413Z||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.
2022-05-27T11:49:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:49:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:49:45.421Z||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.
2022-05-27T11:49:45.422Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:49:54.990Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:49:54.996Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:50:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:50:45.413Z||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.
2022-05-27T11:50:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:50:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:50:45.420Z||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.
2022-05-27T11:50:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:50:54.993Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:50:55.013Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:51:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:51:45.413Z||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.
2022-05-27T11:51:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:51:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:51:45.420Z||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.
2022-05-27T11:51:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:51:54.986Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:51:54.992Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:52:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:52:45.413Z||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.
2022-05-27T11:52:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:52:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:52:45.420Z||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.
2022-05-27T11:52:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:52:55.024Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:52:55.026Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:53:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:53:45.414Z||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.
2022-05-27T11:53:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:53:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:53:45.421Z||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.
2022-05-27T11:53:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:53:54.991Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:53:55.010Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:54:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:54:45.415Z||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.
2022-05-27T11:54:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:54:45.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:54:45.421Z||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.
2022-05-27T11:54:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:54:54.996Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:54:55.010Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:55:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:55:45.413Z||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.
2022-05-27T11:55:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:55:45.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:55:45.421Z||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.
2022-05-27T11:55:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:55:55.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:55:55.025Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:56:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:56:45.413Z||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.
2022-05-27T11:56:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:56:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:56:45.420Z||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.
2022-05-27T11:56:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:56:54.981Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:56:54.986Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:57:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:57:45.413Z||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.
2022-05-27T11:57:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:57:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:57:45.420Z||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.
2022-05-27T11:57:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:57:54.988Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:57:55.001Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:58:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:58:45.413Z||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.
2022-05-27T11:58:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:58:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:58:45.421Z||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.
2022-05-27T11:58:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:58:54.996Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:58:55.003Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:59:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:59:45.413Z||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.
2022-05-27T11:59:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:59:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T11:59:45.420Z||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.
2022-05-27T11:59:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T11:59:55.007Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T11:59:55.016Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:00:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:00:45.413Z||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.
2022-05-27T12:00:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:00:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:00:45.420Z||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.
2022-05-27T12:00:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:00:54.990Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:00:54.999Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:01:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:01:45.413Z||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.
2022-05-27T12:01:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:01:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:01:45.420Z||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.
2022-05-27T12:01:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:01:55.013Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:01:55.045Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:02:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:02:45.413Z||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.
2022-05-27T12:02:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:02:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:02:45.420Z||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.
2022-05-27T12:02:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:02:55.023Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:02:55.049Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:03:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:03:45.414Z||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.
2022-05-27T12:03:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:03:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:03:45.420Z||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.
2022-05-27T12:03:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:03:55.017Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:03:55.030Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:04:45.412Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:04:45.413Z||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.
2022-05-27T12:04:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:04:45.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:04:45.420Z||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.
2022-05-27T12:04:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:04:55.032Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:04:55.032Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:05:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:05:45.414Z||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.
2022-05-27T12:05:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:05:45.420Z||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.
2022-05-27T12:05:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:51.041Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:05:51.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-27T12:05:51.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6cf7d96-7615-4e9c-a257-68bfbf6cb60b","serviceName":"basic_onboard_POJdTb","serviceVersion":"1.0","serviceUUID":"0d214cf7-c2e1-4188-a749-75ad0fd99887","serviceDescription":"service","serviceInvariantUUID":"c1e70e69-1586-4111-a610-30dd7593fada","resources":[{"resourceInstanceName":"basic_onboard_POJdTb 0","resourceName":"basic_onboard_POJdTb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb9f1fc8-e402-40cb-a243-48814b351626","resourceInvariantUUID":"8884f41d-b00c-4546-8d75-3d68941d4809","resourceCustomizationUUID":"f179e581-f083-428d-84cb-5508c0a9bdb0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml","artifactChecksum":"Yjk3Y2E5MTBjODBmNzM1ZDE2NTFmZDMwNDYzMzBmNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7558181-3edf-43e9-a7d4-bc6af0a0387d","artifactVersion":"1"},{"artifactName":"basic_onboard_pojdtb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json","artifactChecksum":"NDYwM2Y2YTM5MjU1ZDRmYmYyMjc1MjcyMzU5YzZlMzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1cd74a3e-1647-4120-958e-02597254e89f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da16678e-650a-46e2-9ead-37c190ff5a51","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"202e7487-89f8-4cd5-801e-bc96a13b5275","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0e744a9e-aa1c-49d5-8d6b-5551ba4d3980","artifactVersion":"2","generatedFromUUID":"da16678e-650a-46e2-9ead-37c190ff5a51"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPojdtb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml","artifactChecksum":"N2ViMWI3NTc0MjIwYzkzZTg1OTZjMzAyNTRiMDZiMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"26dec649-6e29-43cc-847c-9d3e98f4df69","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPojdtb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar","artifactChecksum":"ZWEwZjI3YmU3MDZmYWYxMTQ2MjI3MTA1ZTQ2NmI0NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bbf2123a-3bad-44a2-8e2b-9a11b58c7cfd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:05:51.060Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:51.073Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:51.092Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:51.092Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:05:51.192Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-05-27T12:05:51.198Z||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.
2022-05-27T12:05:51.198Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:51.227Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:05:51.228Z||pool-3-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:05:51.448Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:05:51.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:05:51.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653145168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:05:51.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:05:52.102Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:52.103Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:52.107Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:52.107Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:05:52.207Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:05:52.208Z||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.
2022-05-27T12:05:52.209Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:52.243Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:05:52.244Z||pool-4-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:05:53.108Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:53.110Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:53.113Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:53.113Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:05:53.213Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:05:53.214Z||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.
2022-05-27T12:05:53.214Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:53.236Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:05:53.237Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:05:54.113Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:54.115Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:54.117Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:54.118Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:05:54.218Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:05:54.219Z||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.
2022-05-27T12:05:54.219Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:54.269Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:05:54.270Z||pool-6-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:05:55.119Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:55.120Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:55.123Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:55.124Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-27T12:05:55.223Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:05:55.224Z||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.
2022-05-27T12:05:55.225Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:55.253Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:05:55.253Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:05:56.124Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:56.125Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:56.127Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:56.128Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:05:56.228Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:05:56.229Z||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.
2022-05-27T12:05:56.230Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:56.268Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:05:56.269Z||pool-8-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:05:57.128Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:05:57.129Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:57.132Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:57.132Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:05:57.232Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:05:57.233Z||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.
2022-05-27T12:05:57.234Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:57.275Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:05:57.276Z||pool-9-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:05:58.135Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "serviceName": "basic_onboard_POJdTb",
  "serviceVersion": "1.0",
  "serviceUUID": "0d214cf7-c2e1-4188-a749-75ad0fd99887",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1e70e69-1586-4111-a610-30dd7593fada",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_POJdTb 0",
      "resourceCustomizationUUID": "f179e581-f083-428d-84cb-5508c0a9bdb0",
      "resourceName": "basic_onboard_POJdTb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cb9f1fc8-e402-40cb-a243-48814b351626",
      "resourceInvariantUUID": "8884f41d-b00c-4546-8d75-3d68941d4809",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_pojdtb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
          "artifactChecksum": "NDYwM2Y2YTM5MjU1ZDRmYmYyMjc1MjcyMzU5YzZlMzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1cd74a3e-1647-4120-958e-02597254e89f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "da16678e-650a-46e2-9ead-37c190ff5a51",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0e744a9e-aa1c-49d5-8d6b-5551ba4d3980",
            "generatedFromUUID": "da16678e-650a-46e2-9ead-37c190ff5a51"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0e744a9e-aa1c-49d5-8d6b-5551ba4d3980",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPojdtb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
      "artifactChecksum": "ZWEwZjI3YmU3MDZmYWYxMTQ2MjI3MTA1ZTQ2NmI0NWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bbf2123a-3bad-44a2-8e2b-9a11b58c7cfd"
    }
  ],
  "workloadContext": "Production"
}
2022-05-27T12:05:58.136Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:05:58.136Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d214cf7-c2e1-4188-a749-75ad0fd99887 ASDC
2022-05-27T12:05:58.274Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
ServiceName:basic_onboard_POJdTb
ServiceVersion:1.0
ServiceUUID:0d214cf7-c2e1-4188-a749-75ad0fd99887
ServiceInvariantUUID:c1e70e69-1586-4111-a610-30dd7593fada
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPojdtb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar
ArtifactUUID:bbf2123a-3bad-44a2-8e2b-9a11b58c7cfd
ArtifactChecksum:ZWEwZjI3YmU3MDZmYWYxMTQ2MjI3MTA1ZTQ2NmI0NWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_POJdTb 0
ResourceCustomizationUUID:f179e581-f083-428d-84cb-5508c0a9bdb0
ResourceInvariantUUID:8884f41d-b00c-4546-8d75-3d68941d4809
ResourceName:basic_onboard_POJdTb
ResourceType:VF
ResourceUUID:cb9f1fc8-e402-40cb-a243-48814b351626
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pojdtb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json
ArtifactUUID:1cd74a3e-1647-4120-958e-02597254e89f
ArtifactChecksum:NDYwM2Y2YTM5MjU1ZDRmYmYyMjc1MjcyMzU5YzZlMzc=
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/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:da16678e-650a-46e2-9ead-37c190ff5a51
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/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env
ArtifactUUID:0e744a9e-aa1c-49d5-8d6b-5551ba4d3980
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/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env
ArtifactUUID:0e744a9e-aa1c-49d5-8d6b-5551ba4d3980
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-27T12:05:58.275Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d214cf7-c2e1-4188-a749-75ad0fd99887 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 (?, ?, ?, ?, ?)
2022-05-27T12:05:58.565Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:05:58.567Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-27T12:05:58.570Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-27T12:05:58.570Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bbf2123a-3bad-44a2-8e2b-9a11b58c7cfd from URL: /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:05:58.570Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-27T12:05:58.572Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:05:59.512Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-27T12:05:59.526Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar bbf2123a-3bad-44a2-8e2b-9a11b58c7cfd 71586
2022-05-27T12:05:59.527Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar ASDC sendASDCNotification
2022-05-27T12:05:59.528Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:05:59.529Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:05:59.529Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:05:59.531Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:05:59.531Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653159526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:05:59.631Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:05:59.633Z||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.
2022-05-27T12:05:59.633Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:05:59.679Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:05:59.680Z||pool-10-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:06:00.532Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:06:00.533Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-27T12:06:00.533Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bbf2123a-3bad-44a2-8e2b-9a11b58c7cfd, URL: /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar to file: /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:00.536Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:00.652Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:00.652Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:01.383Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7369141487102905677/Definitions/service-BasicOnboardPojdtb-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
2022-05-27T12:06:03.602Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:06:03.611Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-27T12:06:03.611Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.611Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-27T12:06:03.612Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||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-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.612Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_POJdTb 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-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.612Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||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-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.612Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||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-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.612Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||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-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.613Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.613Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.613Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||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-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.613Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||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-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:03.613Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-27T12:06:03.623Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:03.625Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.633Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:03.633Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-27T12:06:03.635Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:06:03.638Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:03.638Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.638Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:03.639Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-27T12:06:03.639Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:06:03.639Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:03.639Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.645Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:03.645Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is not matching search criteria
2022-05-27T12:06:03.646Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-27T12:06:03.646Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-27T12:06:03.646Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-27T12:06:03.646Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-27T12:06:03.647Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-27T12:06:03.647Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:03.647Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:06:03.649Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:03.649Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:03.649Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:06:03.650Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:03.651Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:03.651Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:06:03.651Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:03.651Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:03.652Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:06:03.652Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:03.652Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is not matching search criteria
2022-05-27T12:06:03.652Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-27T12:06:03.653Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-27T12:06:03.653Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c2a56c56-24a4-4749-9e70-9fac6639a9c5
2022-05-27T12:06:03.653Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:03.653Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.654Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:03.654Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.654Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:03.654Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.655Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:03.655Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:03.655Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_POJdTb
Description:service
Model UUID:0d214cf7-c2e1-4188-a749-75ad0fd99887
Model Version:NULL
Model InvariantUuid:c1e70e69-1586-4111-a610-30dd7593fada
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_POJdTb
Model UUID:16cd615f-ee11-4d1b-81d9-ab2d69bcad91
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8884f41d-b00c-4546-8d75-3d68941d4809
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f179e581-f083-428d-84cb-5508c0a9bdb0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b9748447-1fa9-49aa-b4f3-34b178adbe2f
ModelName:BasicOnboardPojdtb..base_ubuntu18..module-0
ModelUuid:0c9cc23c-0004-450d-b9ea-4cf6e4662bf9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c2a56c56-24a4-4749-9e70-9fac6639a9c5
ModelInvariantUuid:8648293c-0475-4ea9-984b-f3eb8e74a7d4
ModelName:basic_onboard_POJdTb-nodes.ubuntu18Cvfc
ModelUuid:962b8bfb-1421-4b84-aa20-da47db23b48c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:58a07e34-2625-4bb4-b9a2-3fee34935450
ModelInvariantUuid:efc76e65-0259-4de0-95dc-047ff98e733c
ModelName:BasicOnboardPojdtb.compute.nodes.heat.ubuntu18
ModelUuid:f6db5971-b22f-438e-b24f-430ce431e552
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:06:03.690Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: cb9f1fc8-e402-40cb-a243-48814b351626
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:06:03.805Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||basic_onboard_POJdTb 0
2022-05-27T12:06:03.815Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cb9f1fc8-e402-40cb-a243-48814b351626
2022-05-27T12:06:03.815Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1cd74a3e-1647-4120-958e-02597254e89f from URL: /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json
2022-05-27T12:06:03.815Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-27T12:06:03.816Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json
2022-05-27T12:06:05.201Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-27T12:06:05.202Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json 1cd74a3e-1647-4120-958e-02597254e89f 798
2022-05-27T12:06:05.203Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json ASDC sendASDCNotification
2022-05-27T12:06:05.203Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json
2022-05-27T12:06:05.203Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:06:05.204Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:05.206Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:05.207Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653165203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:06:05.307Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:06:05.308Z||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.
2022-05-27T12:06:05.308Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:05.343Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:06:05.344Z||pool-11-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:06:06.211Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPojdtb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b9748447-1fa9-49aa-b4f3-34b178adbe2f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c9cc23c-0004-450d-b9ea-4cf6e4662bf9",
    "vfModuleModelCustomizationUUID": "4fc0041f-f087-42b9-8687-b8b39ec3b280",
    "isBase": true,
    "artifacts": [
      "da16678e-650a-46e2-9ead-37c190ff5a51",
      "0e744a9e-aa1c-49d5-8d6b-5551ba4d3980"
    ],
    "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": ""
    }
  }
]
2022-05-27T12:06:06.229Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPojdtb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c9cc23c-0004-450d-b9ea-4cf6e4662bf9
VfModuleModelInvariantUUID:b9748447-1fa9-49aa-b4f3-34b178adbe2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
da16678e-650a-46e2-9ead-37c190ff5a51
,
0e744a9e-aa1c-49d5-8d6b-5551ba4d3980

}
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


}

2022-05-27T12:06:06.233Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPojdtb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b9748447-1fa9-49aa-b4f3-34b178adbe2f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c9cc23c-0004-450d-b9ea-4cf6e4662bf9",
    "vfModuleModelCustomizationUUID": "4fc0041f-f087-42b9-8687-b8b39ec3b280",
    "isBase": true,
    "artifacts": [
      "da16678e-650a-46e2-9ead-37c190ff5a51",
      "0e744a9e-aa1c-49d5-8d6b-5551ba4d3980"
    ],
    "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": ""
    }
  }
]
2022-05-27T12:06:06.233Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPojdtb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c9cc23c-0004-450d-b9ea-4cf6e4662bf9
VfModuleModelInvariantUUID:b9748447-1fa9-49aa-b4f3-34b178adbe2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
da16678e-650a-46e2-9ead-37c190ff5a51
,
0e744a9e-aa1c-49d5-8d6b-5551ba4d3980

}
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


}

2022-05-27T12:06:06.233Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: da16678e-650a-46e2-9ead-37c190ff5a51 from URL: /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml
2022-05-27T12:06:06.233Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-27T12:06:06.234Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml
2022-05-27T12:06:07.450Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-27T12:06:07.451Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml da16678e-650a-46e2-9ead-37c190ff5a51 5033
2022-05-27T12:06:07.451Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-27T12:06:07.451Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml
2022-05-27T12:06:07.451Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:06:07.452Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:07.453Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:07.454Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653167451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:06:07.554Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:06:07.555Z||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.
2022-05-27T12:06:07.556Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:07.595Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:06:07.595Z||pool-12-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:06:08.455Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0e744a9e-aa1c-49d5-8d6b-5551ba4d3980 from URL: /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env
2022-05-27T12:06:08.455Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-27T12:06:08.456Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env
2022-05-27T12:06:09.268Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-27T12:06:09.269Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env 0e744a9e-aa1c-49d5-8d6b-5551ba4d3980 909
2022-05-27T12:06:09.270Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-27T12:06:09.270Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env
2022-05-27T12:06:09.270Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:06:09.271Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:09.274Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:09.274Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653169270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:06:09.375Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:06:09.376Z||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.
2022-05-27T12:06:09.376Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:09.400Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:06:09.401Z||pool-13-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:06:10.275Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0d214cf7-c2e1-4188-a749-75ad0fd99887
2022-05-27T12:06:10.276Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_POJdTb 0 cb9f1fc8-e402-40cb-a243-48814b351626 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:06:10.317Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ee9a045, org.onap.sdc.toscaparser.api.parameters.Input@32b88dff, org.onap.sdc.toscaparser.api.parameters.Input@225ec84b, org.onap.sdc.toscaparser.api.parameters.Input@859175f, org.onap.sdc.toscaparser.api.parameters.Input@7b416599]
2022-05-27T12:06:10.321Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.321Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.321Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-05-27T12:06:10.322Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f179e581-f083-428d-84cb-5508c0a9bdb0
2022-05-27T12:06:10.322Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f179e581-f083-428d-84cb-5508c0a9bdb0 matches Tosca VF Customization UUID: f179e581-f083-428d-84cb-5508c0a9bdb0
2022-05-27T12:06:10.322Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f179e581-f083-428d-84cb-5508c0a9bdb0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-27T12:06:10.330Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.331Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.332Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f179e581-f083-428d-84cb-5508c0a9bdb0: {\"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\"}
2022-05-27T12:06:10.333Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e99ecb4
2022-05-27T12:06:10.333Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.333Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:06:10.334Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4fc0041f-f087-42b9-8687-b8b39ec3b280
2022-05-27T12:06:10.335Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4fc0041f-f087-42b9-8687-b8b39ec3b280
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-27T12:06:10.342Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.343Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:10.343Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:06:10.344Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.344Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:10.344Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:06:10.344Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.345Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is not matching search criteria
2022-05-27T12:06:10.345Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-27T12:06:10.345Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-27T12:06:10.345Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c2a56c56-24a4-4749-9e70-9fac6639a9c5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-27T12:06:10.354Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.354Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:10.355Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:06:10.355Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.355Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_POJdTb 0 is matching search criteria
2022-05-27T12:06:10.355Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_POJdTb 0] matching following query criteria: sdcType=VF, customizationUUID=f179e581-f083-428d-84cb-5508c0a9bdb0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:06:10.358Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.358Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.359Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0d214cf7-c2e1-4188-a749-75ad0fd99887: basic_onboard_POJdTb
2022-05-27T12:06:10.359Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.360Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.360Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.360Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.360Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.361Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.361Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.361Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.361Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:06:10.362Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_POJdTb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:06:10.362Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_POJdTb 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:06:10.560Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_POJdTb cb9f1fc8-e402-40cb-a243-48814b351626 1 ASDC deployResourceStructure
2022-05-27T12:06:10.561Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json ASDC sendASDCNotification
2022-05-27T12:06:10.561Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json
2022-05-27T12:06:10.561Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:06:10.562Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:10.564Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:10.564Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653170560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:06:10.664Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:06:10.665Z||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.
2022-05-27T12:06:10.665Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:10.692Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:06:10.693Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:06:11.565Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-27T12:06:11.565Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml
2022-05-27T12:06:11.566Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:06:11.568Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:11.570Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:11.571Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653171565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:06:11.671Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:06:11.672Z||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.
2022-05-27T12:06:11.672Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:11.693Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:06:11.694Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:06:12.572Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-27T12:06:12.572Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env
2022-05-27T12:06:12.572Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:06:12.573Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:12.575Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:12.575Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653172572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:06:12.676Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:06:12.677Z||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.
2022-05-27T12:06:12.677Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:12.701Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:06:12.702Z||pool-16-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:06:13.576Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar ASDC sendASDCNotification
2022-05-27T12:06:13.577Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar
2022-05-27T12:06:13.577Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:06:13.578Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:06:13.580Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:06:13.580Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653173576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:06:13.680Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:06:13.681Z||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.
2022-05-27T12:06:13.681Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:13.709Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:06:13.710Z||pool-17-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":3,"count":1}
2022-05-27T12:06:14.581Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:06:14.614Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
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=?
2022-05-27T12:06:14.618Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:06:14.619Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:06:14.619Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:06:44.619Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:06:44.631Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
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=?
2022-05-27T12:06:44.634Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:06:44.635Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:06:44.635Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:06:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:06:45.420Z||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.
2022-05-27T12:06:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:06:45.460Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:06:45.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:06:45.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:06:45.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:07:14.635Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:07:14.650Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
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=?
2022-05-27T12:07:14.655Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:07:14.656Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:07:14.656Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:07:44.657Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:07:44.671Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
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=?
2022-05-27T12:07:44.674Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:07:44.675Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:07:44.675Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:07:45.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:07:45.421Z||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.
2022-05-27T12:07:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:07:45.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:07:45.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:07:45.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653147753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:07:45.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:14.675Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:08:14.688Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
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=?
2022-05-27T12:08:14.691Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:08:14.691Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:08:14.691Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:08:44.692Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:08:44.711Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
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=?
2022-05-27T12:08:44.715Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:08:44.715Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:08:44.715Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:08:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:08:45.421Z||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.
2022-05-27T12:08:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:08:45.456Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:08:45.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "cds",
  "timestamp": 1653653149779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653145168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653147753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "cds",
  "timestamp": 1653653149779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653145168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653147753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "cds",
  "timestamp": 1653653149779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653145168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653147753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653151792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "cds",
  "timestamp": 1653653149779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653145168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653147753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653151792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "cds",
  "timestamp": 1653653149779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653145168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653147753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653151792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "cds",
  "timestamp": 1653653149779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653145168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653145413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653147753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "policy-id",
  "timestamp": 1653653156557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653151792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "cds",
  "timestamp": 1653653149779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "policy-id",
  "timestamp": 1653653156557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653151792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "policy-id",
  "timestamp": 1653653156557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "cds",
  "timestamp": 1653653158497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653158077,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653151792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653157518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653159526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "policy-id",
  "timestamp": 1653653156557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653151792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "cds",
  "timestamp": 1653653159524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-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=?
2022-05-27T12:08:45.511Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
2022-05-27T12:08:45.512Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6cf7d96-7615-4e9c-a257-68bfbf6cb60b 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 (?, ?, ?, ?, ?)
2022-05-27T12:08:45.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653159109,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.524Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "policy-id",
  "timestamp": 1653653156557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "policy-id",
  "timestamp": 1653653156557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653160811,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "policy-id",
  "timestamp": 1653653156557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653161896,
  "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=?
2022-05-27T12:08:45.532Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
2022-05-27T12:08:45.532Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6cf7d96-7615-4e9c-a257-68bfbf6cb60b 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 (?, ?, ?, ?, ?)
2022-05-27T12:08:45.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653162900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653165203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "aai-ml",
  "timestamp": 1653653163299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "policy-id",
  "timestamp": 1653653165979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "aai-ml",
  "timestamp": 1653653163299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "clamp",
  "timestamp": 1653653164447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653165455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "policy-id",
  "timestamp": 1653653166996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653167451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "aai-ml",
  "timestamp": 1653653163299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "clamp",
  "timestamp": 1653653164447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653166463,
  "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=?
2022-05-27T12:08:45.557Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
2022-05-27T12:08:45.557Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6cf7d96-7615-4e9c-a257-68bfbf6cb60b 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 (?, ?, ?, ?, ?)
2022-05-27T12:08:45.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "policy-id",
  "timestamp": 1653653168005,
  "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=?
2022-05-27T12:08:45.574Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
2022-05-27T12:08:45.575Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6cf7d96-7615-4e9c-a257-68bfbf6cb60b 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=?
2022-05-27T12:08:45.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "aai-ml",
  "timestamp": 1653653163299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "clamp",
  "timestamp": 1653653164447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.585Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653169270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "aai-ml",
  "timestamp": 1653653163299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "clamp",
  "timestamp": 1653653164447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "aai-ml",
  "timestamp": 1653653163299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653170560,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/basic_onboard_pojdtb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "clamp",
  "timestamp": 1653653164447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "aai-ml",
  "timestamp": 1653653163299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.588Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653171565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:08:45.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "clamp",
  "timestamp": 1653653164447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.589Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653172572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/resourceInstances/basic_onboard_pojdtb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "clamp",
  "timestamp": 1653653164447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "aai-ml",
  "timestamp": 1653653171353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.590Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653173576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653171792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "policy-id",
  "timestamp": 1653653176557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.591Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653171792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "policy-id",
  "timestamp": 1653653176557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653171792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.592Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "policy-id",
  "timestamp": 1653653176557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653177752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653171792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "policy-id",
  "timestamp": 1653653176557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653177752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "cds",
  "timestamp": 1653653179779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653171792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "policy-id",
  "timestamp": 1653653176557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653177752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "cds",
  "timestamp": 1653653179779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653171792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "policy-id",
  "timestamp": 1653653176557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653177752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "cds",
  "timestamp": 1653653179779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653171792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "policy-id",
  "timestamp": 1653653176557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653177752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "cds",
  "timestamp": 1653653179779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653177752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "policy-id",
  "timestamp": 1653653185026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "cds",
  "timestamp": 1653653179779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653177752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "policy-id",
  "timestamp": 1653653186031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "cds",
  "timestamp": 1653653179779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "policy-id",
  "timestamp": 1653653187034,
  "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 (?, ?, ?, ?, ?)
2022-05-27T12:08:45.617Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
2022-05-27T12:08:45.617Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 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 (?, ?, ?, ?, ?)
2022-05-27T12:08:45.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653185963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "cds",
  "timestamp": 1653653179779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.626Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653185168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "clamp",
  "timestamp": 1653653186882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653185168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "cds",
  "timestamp": 1653653188254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653185168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "cds",
  "timestamp": 1653653189261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-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=?
2022-05-27T12:08:45.635Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
2022-05-27T12:08:45.636Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 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 (?, ?, ?, ?, ?)
2022-05-27T12:08:45.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "clamp",
  "timestamp": 1653653188895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:08:45.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653185168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "clamp",
  "timestamp": 1653653189902,
  "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=?
2022-05-27T12:08:45.663Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
2022-05-27T12:08:45.664Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6cf7d96-7615-4e9c-a257-68bfbf6cb60b 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 (?, ?, ?, ?, ?)
2022-05-27T12:08:45.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653185168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653191373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:08:45.680Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653185168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653192378,
  "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=?
2022-05-27T12:08:45.694Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
2022-05-27T12:08:45.695Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 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 (?, ?, ?, ?, ?)
2022-05-27T12:08:45.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653185168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653194085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.708Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "clamp",
  "timestamp": 1653653194447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "aai-ml",
  "timestamp": 1653653195803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPojdtb/1.0/artifacts/service-BasicOnboardPojdtb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "clamp",
  "timestamp": 1653653194447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653195679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.710Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "aai-ml",
  "timestamp": 1653653196811,
  "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=?
2022-05-27T12:08:45.720Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
2022-05-27T12:08:45.721Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6cf7d96-7615-4e9c-a257-68bfbf6cb60b 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 (?, ?, ?, ?, ?)
2022-05-27T12:08:45.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "clamp",
  "timestamp": 1653653194447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653196979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:08:45.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "clamp",
  "timestamp": 1653653194447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "aai-ml",
  "timestamp": 1653653197821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653197993,
  "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=?
2022-05-27T12:08:45.746Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
2022-05-27T12:08:45.747Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 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=?
2022-05-27T12:08:45.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "clamp",
  "timestamp": 1653653194447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "aai-ml",
  "timestamp": 1653653197821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653199001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "clamp",
  "timestamp": 1653653194447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "aai-ml",
  "timestamp": 1653653197821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "clamp",
  "timestamp": 1653653194447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:08:45.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "aai-ml",
  "timestamp": 1653653197821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "aai-ml",
  "timestamp": 1653653197821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:08:45.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:08:45.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "aai-ml",
  "timestamp": 1653653197821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:08:45.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:09:14.715Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:09:14.732Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b
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=?
2022-05-27T12:09:14.736Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:09:14.736Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-27T12:09:14.736Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-27T12:09:14.736Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:09:14.737Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||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=?
2022-05-27T12:09:14.745Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-27T12:09:44.746Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b 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=?
2022-05-27T12:09:44.766Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6cf7d96-7615-4e9c-a257-68bfbf6cb60b and serviceModelVersionId: 0d214cf7-c2e1-4188-a749-75ad0fd99887
2022-05-27T12:09:44.767Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1e70e69-1586-4111-a610-30dd7593fada
2022-05-27T12:09:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:09:45.421Z||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.
2022-05-27T12:09:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:09:45.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:09:45.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "aai-ml",
  "timestamp": 1653653197821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:09:45.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:09:45.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "aai-ml",
  "timestamp": 1653653205643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:09:45.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:09:45.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "clamp",
  "timestamp": 1653653207874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:09:45.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:09:45.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "clamp",
  "timestamp": 1653653209889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:09:45.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:09:45.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "clamp",
  "timestamp": 1653653210896,
  "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=?
2022-05-27T12:09:45.987Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
2022-05-27T12:09:45.988Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 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 (?, ?, ?, ?, ?)
2022-05-27T12:09:45.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "aai-ml",
  "timestamp": 1653653225981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:09:45.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:09:45.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:09:45.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "aai-ml",
  "timestamp": 1653653226989,
  "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=?
2022-05-27T12:09:46.001Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
2022-05-27T12:09:46.001Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 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 (?, ?, ?, ?, ?)
2022-05-27T12:10:02.390Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1e70e69-1586-4111-a610-30dd7593fada/model-vers/model-ver/0d214cf7-c2e1-4188-a749-75ad0fd99887?depth=0
2022-05-27T12:10:02.547Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-27T12:10:03.327Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e70e69-1586-4111-a610-30dd7593fada/model-vers/model-ver/0d214cf7-c2e1-4188-a749-75ad0fd99887?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]}
2022-05-27T12:10:03.336Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e70e69-1586-4111-a610-30dd7593fada/model-vers/model-ver/0d214cf7-c2e1-4188-a749-75ad0fd99887?depth=0|INFO|500||Invoke
2022-05-27T12:10:03.505Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e70e69-1586-4111-a610-30dd7593fada/model-vers/model-ver/0d214cf7-c2e1-4188-a749-75ad0fd99887?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-27T12:10:05.472Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e70e69-1586-4111-a610-30dd7593fada/model-vers/model-ver/0d214cf7-c2e1-4188-a749-75ad0fd99887?depth=0|INFO|500||InvokeReturn
2022-05-27T12:10:05.473Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1e70e69-1586-4111-a610-30dd7593fada/model-vers/model-ver/0d214cf7-c2e1-4188-a749-75ad0fd99887?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220527-12:10:03:524-7332], vertex-id=[348296], Content-Length=[0], Date=[Fri, 27 May 2022 12:10:03 GMT], Content-Type=[application/json]}
2022-05-27T12:10:05.474Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-27T12:10:05.477Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-27T12:10:05.477Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:10:05.485Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||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)
2022-05-27T12:10:05.486Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6cf7d96-7615-4e9c-a257-68bfbf6cb60b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-27T12:10:05.487Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-27T12:10:05.488Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:05.491Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:05.491Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653405486,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:10:05.592Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:10:05.593Z||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.
2022-05-27T12:10:05.593Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:05.615Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:05.616Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-27T12:10:06.507Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:10:06.508Z||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.
2022-05-27T12:10:06.508Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:11.156Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:11.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-27T12:10:11.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7","serviceName":"vFW 2022-05-27 12-03-06","serviceVersion":"1.0","serviceUUID":"d08b10fe-f6b0-4365-9279-73964c7de905","serviceDescription":"catalog service description","serviceInvariantUUID":"ac2488d8-85c0-4eef-bc29-2577e9c7d854","resources":[{"resourceInstanceName":"vFW ae7c271a-7cda 0","resourceName":"vFW ae7c271a-7cda","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8620057d-ebde-4030-8231-7a76a807c840","resourceInvariantUUID":"801e1897-6ca6-4185-9a41-207e66c9a7c7","resourceCustomizationUUID":"51b82dcc-9592-41a5-abaf-dba3fb014194","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml","artifactChecksum":"NTE2MWIxOWMxMzlhZDg4OGRlYzM2ZjM4MGJlYWMyZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd0a7fa3-f789-4068-880b-291643699a03","artifactVersion":"1"},{"artifactName":"vfwae7c271a7cda0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json","artifactChecksum":"NDY1NWRjMTE2YzE3OTY4MTliZjRlNTUxMDgzM2ZhMTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89c869b6-b528-4ddc-80f1-948d22a9a71c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8767dde2-25a7-4012-91ea-bdd53bb272c8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml","artifactChecksum":"NzQ5MmE0ODM2ZWE2NmEyZjg4YjRhYWU0ZWEyNGExMmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f723453-afe9-4465-a39a-8bc37871b38f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8e15d5f3-aef6-4c39-93d0-775ceb0a5deb","artifactVersion":"2","generatedFromUUID":"8767dde2-25a7-4012-91ea-bdd53bb272c8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220527120306-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml","artifactChecksum":"MjZhNTA4ZjU5ZjBjMTMzYzQwODQ4MjRiMDg5YmRiOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc3037a4-f867-4657-bbad-b610e684dfe9","artifactVersion":"1"},{"artifactName":"service-Vfw20220527120306-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar","artifactChecksum":"ZDYwNmI1ODVlOWM1ZTQyNTJjYTNkOGQ3N2MzNjc3OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"efe06e7e-d8a2-4047-ad31-7bfe69609774","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:10:11.162Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:11.163Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:11.165Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:11.165Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:10:11.266Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:10:11.267Z||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.
2022-05-27T12:10:11.267Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:11.306Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:11.307Z||pool-19-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:10:12.166Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:12.169Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:12.172Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:12.173Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:10:12.272Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:10:12.274Z||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.
2022-05-27T12:10:12.274Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:12.301Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:12.302Z||pool-20-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:10:13.173Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:13.174Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:13.176Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:13.176Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:10:13.277Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:10:13.278Z||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.
2022-05-27T12:10:13.278Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:13.293Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:13.294Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:14.177Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:14.180Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:14.183Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:14.184Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:10:14.285Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:10:14.286Z||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.
2022-05-27T12:10:14.286Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:14.318Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:14.320Z||pool-22-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:15.185Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:15.186Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:15.189Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:15.189Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-27T12:10:15.289Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:15.290Z||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.
2022-05-27T12:10:15.290Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:15.314Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:15.315Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:16.190Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:16.191Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:16.194Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:16.194Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:10:16.300Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-05-27T12:10:16.301Z||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.
2022-05-27T12:10:16.302Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:16.352Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:16.352Z||pool-24-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:17.196Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:10:17.197Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:17.199Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:17.200Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:10:17.300Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:17.301Z||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.
2022-05-27T12:10:17.301Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:17.328Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:17.329Z||pool-25-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:10:18.202Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "serviceName": "vFW 2022-05-27 12-03-06",
  "serviceVersion": "1.0",
  "serviceUUID": "d08b10fe-f6b0-4365-9279-73964c7de905",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ac2488d8-85c0-4eef-bc29-2577e9c7d854",
  "resources": [
    {
      "resourceInstanceName": "vFW ae7c271a-7cda 0",
      "resourceCustomizationUUID": "51b82dcc-9592-41a5-abaf-dba3fb014194",
      "resourceName": "vFW ae7c271a-7cda",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8620057d-ebde-4030-8231-7a76a807c840",
      "resourceInvariantUUID": "801e1897-6ca6-4185-9a41-207e66c9a7c7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwae7c271a7cda0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
          "artifactChecksum": "NDY1NWRjMTE2YzE3OTY4MTliZjRlNTUxMDgzM2ZhMTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "89c869b6-b528-4ddc-80f1-948d22a9a71c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8767dde2-25a7-4012-91ea-bdd53bb272c8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8e15d5f3-aef6-4c39-93d0-775ceb0a5deb",
            "generatedFromUUID": "8767dde2-25a7-4012-91ea-bdd53bb272c8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8e15d5f3-aef6-4c39-93d0-775ceb0a5deb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220527120306-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
      "artifactChecksum": "ZDYwNmI1ODVlOWM1ZTQyNTJjYTNkOGQ3N2MzNjc3OTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "efe06e7e-d8a2-4047-ad31-7bfe69609774"
    }
  ],
  "workloadContext": "Production"
}
2022-05-27T12:10:18.203Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:10:18.203Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d08b10fe-f6b0-4365-9279-73964c7de905 ASDC
2022-05-27T12:10:18.204Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
ServiceName:vFW 2022-05-27 12-03-06
ServiceVersion:1.0
ServiceUUID:d08b10fe-f6b0-4365-9279-73964c7de905
ServiceInvariantUUID:ac2488d8-85c0-4eef-bc29-2577e9c7d854
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220527120306-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar
ArtifactUUID:efe06e7e-d8a2-4047-ad31-7bfe69609774
ArtifactChecksum:ZDYwNmI1ODVlOWM1ZTQyNTJjYTNkOGQ3N2MzNjc3OTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ae7c271a-7cda 0
ResourceCustomizationUUID:51b82dcc-9592-41a5-abaf-dba3fb014194
ResourceInvariantUUID:801e1897-6ca6-4185-9a41-207e66c9a7c7
ResourceName:vFW ae7c271a-7cda
ResourceType:VF
ResourceUUID:8620057d-ebde-4030-8231-7a76a807c840
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwae7c271a7cda0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json
ArtifactUUID:89c869b6-b528-4ddc-80f1-948d22a9a71c
ArtifactChecksum:NDY1NWRjMTE2YzE3OTY4MTliZjRlNTUxMDgzM2ZhMTE=
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/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml
ArtifactUUID:8767dde2-25a7-4012-91ea-bdd53bb272c8
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/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env
ArtifactUUID:8e15d5f3-aef6-4c39-93d0-775ceb0a5deb
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/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env
ArtifactUUID:8e15d5f3-aef6-4c39-93d0-775ceb0a5deb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-27T12:10:18.205Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d08b10fe-f6b0-4365-9279-73964c7de905 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=?
2022-05-27T12:10:18.247Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:10:18.248Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:10:18.248Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:10:18.248Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: efe06e7e-d8a2-4047-ad31-7bfe69609774 from URL: /sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:18.249Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:10:18.249Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:18.469Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:10:18.477Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar efe06e7e-d8a2-4047-ad31-7bfe69609774 99041
2022-05-27T12:10:18.478Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar ASDC sendASDCNotification
2022-05-27T12:10:18.478Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:18.479Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:10:18.479Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:18.482Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:18.483Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653418478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:10:18.583Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:18.584Z||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.
2022-05-27T12:10:18.585Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:18.608Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:18.609Z||pool-26-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:19.484Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:10:19.486Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:10:19.486Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: efe06e7e-d8a2-4047-ad31-7bfe69609774, URL: /sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar to file: /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:19.487Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220527120306-csar.csar
2022-05-27T12:10:19.487Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:19.488Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:19.769Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2263455809582613946/Definitions/service-Vfw20220527120306-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
2022-05-27T12:10:22.064Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:10:22.065Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:10:22.065Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.066Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-27T12:10:22.066Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||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-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.066Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||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-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.066Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.066Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.067Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.067Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||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-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.067Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.067Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.067Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.068Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.068Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ae7c271a-7cda 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-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.068Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.068Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:22.068Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:10:22.069Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.069Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.070Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:22.070Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:10:22.070Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:10:22.071Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.071Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.071Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:22.071Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:10:22.072Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:10:22.072Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.072Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.073Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.073Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:22.073Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:22.073Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-27T12:10:22.073Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.074Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.074Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-27T12:10:22.074Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.075Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:22.075Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-27T12:10:22.075Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-27T12:10:22.075Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.076Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.076Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-27T12:10:22.076Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.077Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-27T12:10:22.077Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.077Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-27T12:10:22.078Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.078Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:10:22.078Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.079Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:22.079Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:22.080Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.080Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:22.080Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:22.081Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.081Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:22.082Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:22.082Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.082Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:22.083Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:22.083Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-27T12:10:22.083Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:22.084Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-27T12:10:22.084Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-27T12:10:22.084Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.084Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.085Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-27T12:10:22.085Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.085Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-27T12:10:22.085Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.086Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c72394b4-78f9-42c6-9f25-224462c662e7
2022-05-27T12:10:22.086Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.086Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:22.087Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:22.087Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-27T12:10:22.087Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.087Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.087Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-27T12:10:22.088Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.088Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:22.088Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-27T12:10:22.089Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-27T12:10:22.089Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.089Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-27T12:10:22.090Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.090Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4b79ada8-3f1c-49a9-9fb0-840068c9ea2b
2022-05-27T12:10:22.091Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.091Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:22.092Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:22.092Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-27T12:10:22.092Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.093Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.093Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-27T12:10:22.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:22.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-27T12:10:22.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-27T12:10:22.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:22.095Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:22.095Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-27T12:10:22.095Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=31659afc-d439-4932-a66d-ee361a4f4fd9
2022-05-27T12:10:22.095Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.096Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.096Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.096Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.096Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.097Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.097Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:22.097Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:22.098Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-27 12-03-06
Description:catalog service description
Model UUID:d08b10fe-f6b0-4365-9279-73964c7de905
Model Version:NULL
Model InvariantUuid:ac2488d8-85c0-4eef-bc29-2577e9c7d854
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ae7c271a-7cda
Model UUID:1d10165c-0879-4802-b789-16ffd297ca45
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:801e1897-6ca6-4185-9a41-207e66c9a7c7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:51b82dcc-9592-41a5-abaf-dba3fb014194
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b88c0dc3-31e6-4e4b-9778-bbf5b81ef6d0
ModelName:VfwAe7c271a7cda..base_vfw..module-0
ModelUuid:f4f62f9f-11b8-4a99-8dae-ca627b5ec52d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c72394b4-78f9-42c6-9f25-224462c662e7
ModelInvariantUuid:a46d2a2b-3c6c-4e04-b838-32aedae9a470
ModelName:vFW ae7c271a-7cda-nodes.vfwCvfc
ModelUuid:da9f7298-a3fc-449e-818b-97259abc3953
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:56f6085d-4743-40cf-9ac1-61df4c7f9310
ModelInvariantUuid:1f327515-3b86-42bb-9f72-ea0be11af2e2
ModelName:VfwAe7c271a7cda.compute.nodes.heat.vfw
ModelUuid:16dfa95d-4ae4-4993-94b5-0776e5286371
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4b79ada8-3f1c-49a9-9fb0-840068c9ea2b
ModelInvariantUuid:8520a150-5bb2-4fc8-86ea-8ee78863d6ba
ModelName:vFW ae7c271a-7cda-nodes.vsnCvfc
ModelUuid:de909be5-44e0-4463-975a-36e7a29491a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b763a3d5-d213-4851-ab41-07d36e04dc93
ModelInvariantUuid:e197fb3b-5a9f-45c7-b1b7-c62575d65d95
ModelName:VfwAe7c271a7cda.compute.nodes.heat.vsn
ModelUuid:a46b3056-8100-44de-98fc-10944f3fb6f5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:31659afc-d439-4932-a66d-ee361a4f4fd9
ModelInvariantUuid:d80ddb7c-0d74-4313-a1ce-1d1287470e8f
ModelName:vFW ae7c271a-7cda-nodes.vpgCvfc
ModelUuid:a8f7ea1c-28ae-4b5d-a566-f1a1f05dc341
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:055a3d41-3b74-479f-953c-0016253745ef
ModelInvariantUuid:59b5a7b0-f13b-43b7-9d74-9b0f23ddb141
ModelName:VfwAe7c271a7cda.compute.nodes.heat.vpg
ModelUuid:00e19e4f-858c-4d04-bec0-5d369f5ea33c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:10:22.106Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8620057d-ebde-4030-8231-7a76a807c840
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:10:22.111Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||vFW ae7c271a-7cda 0
2022-05-27T12:10:22.111Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8620057d-ebde-4030-8231-7a76a807c840
2022-05-27T12:10:22.112Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 89c869b6-b528-4ddc-80f1-948d22a9a71c from URL: /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json
2022-05-27T12:10:22.112Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:10:22.112Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json
2022-05-27T12:10:22.690Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:10:22.691Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json 89c869b6-b528-4ddc-80f1-948d22a9a71c 785
2022-05-27T12:10:22.692Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json ASDC sendASDCNotification
2022-05-27T12:10:22.692Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json
2022-05-27T12:10:22.692Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:10:22.693Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:22.696Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:22.696Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653422692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:10:22.796Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:22.797Z||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.
2022-05-27T12:10:22.798Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:22.816Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:22.817Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:23.698Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAe7c271a7cda..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b88c0dc3-31e6-4e4b-9778-bbf5b81ef6d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4f62f9f-11b8-4a99-8dae-ca627b5ec52d",
    "vfModuleModelCustomizationUUID": "2f96aab7-5221-4686-92a9-c3667a873e16",
    "isBase": true,
    "artifacts": [
      "8767dde2-25a7-4012-91ea-bdd53bb272c8",
      "8e15d5f3-aef6-4c39-93d0-775ceb0a5deb"
    ],
    "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": ""
    }
  }
]
2022-05-27T12:10:23.704Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAe7c271a7cda..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4f62f9f-11b8-4a99-8dae-ca627b5ec52d
VfModuleModelInvariantUUID:b88c0dc3-31e6-4e4b-9778-bbf5b81ef6d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
8767dde2-25a7-4012-91ea-bdd53bb272c8
,
8e15d5f3-aef6-4c39-93d0-775ceb0a5deb

}
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


}

2022-05-27T12:10:23.706Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAe7c271a7cda..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b88c0dc3-31e6-4e4b-9778-bbf5b81ef6d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4f62f9f-11b8-4a99-8dae-ca627b5ec52d",
    "vfModuleModelCustomizationUUID": "2f96aab7-5221-4686-92a9-c3667a873e16",
    "isBase": true,
    "artifacts": [
      "8767dde2-25a7-4012-91ea-bdd53bb272c8",
      "8e15d5f3-aef6-4c39-93d0-775ceb0a5deb"
    ],
    "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": ""
    }
  }
]
2022-05-27T12:10:23.707Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAe7c271a7cda..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4f62f9f-11b8-4a99-8dae-ca627b5ec52d
VfModuleModelInvariantUUID:b88c0dc3-31e6-4e4b-9778-bbf5b81ef6d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
8767dde2-25a7-4012-91ea-bdd53bb272c8
,
8e15d5f3-aef6-4c39-93d0-775ceb0a5deb

}
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


}

2022-05-27T12:10:23.707Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8767dde2-25a7-4012-91ea-bdd53bb272c8 from URL: /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml
2022-05-27T12:10:23.707Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:10:23.707Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml
2022-05-27T12:10:24.395Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:10:24.396Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml 8767dde2-25a7-4012-91ea-bdd53bb272c8 20368
2022-05-27T12:10:24.396Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-27T12:10:24.397Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml
2022-05-27T12:10:24.397Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:10:24.397Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:24.399Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:24.399Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653424396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:10:24.499Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:24.501Z||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.
2022-05-27T12:10:24.501Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:24.540Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:24.541Z||pool-28-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:25.401Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8e15d5f3-aef6-4c39-93d0-775ceb0a5deb from URL: /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env
2022-05-27T12:10:25.401Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:10:25.401Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env
2022-05-27T12:10:25.998Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:10:25.999Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env 8e15d5f3-aef6-4c39-93d0-775ceb0a5deb 2098
2022-05-27T12:10:26.000Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-27T12:10:26.000Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env
2022-05-27T12:10:26.000Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:10:26.000Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:26.002Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:26.003Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653426000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:10:26.103Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:26.104Z||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.
2022-05-27T12:10:26.104Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:26.133Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:26.134Z||pool-29-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:27.003Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d08b10fe-f6b0-4365-9279-73964c7de905
2022-05-27T12:10:27.004Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ae7c271a-7cda 0 8620057d-ebde-4030-8231-7a76a807c840 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:10:27.023Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1680c508, org.onap.sdc.toscaparser.api.parameters.Input@3c531fdf, org.onap.sdc.toscaparser.api.parameters.Input@2ad6078a, org.onap.sdc.toscaparser.api.parameters.Input@4b5aff1a, org.onap.sdc.toscaparser.api.parameters.Input@5b62dbfc]
2022-05-27T12:10:27.025Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.025Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.025Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-05-27T12:10:27.025Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 51b82dcc-9592-41a5-abaf-dba3fb014194
2022-05-27T12:10:27.026Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51b82dcc-9592-41a5-abaf-dba3fb014194 matches Tosca VF Customization UUID: 51b82dcc-9592-41a5-abaf-dba3fb014194
2022-05-27T12:10:27.026Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 51b82dcc-9592-41a5-abaf-dba3fb014194  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-27T12:10:27.029Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.029Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.030Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 51b82dcc-9592-41a5-abaf-dba3fb014194: {\"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\"}
2022-05-27T12:10:27.030Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7925b91e
2022-05-27T12:10:27.030Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.030Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:10:27.030Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f96aab7-5221-4686-92a9-c3667a873e16
2022-05-27T12:10:27.031Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f96aab7-5221-4686-92a9-c3667a873e16
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-27T12:10:27.033Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.034Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:27.034Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:27.034Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.034Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:27.035Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:27.035Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.035Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:27.035Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:27.035Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-27T12:10:27.035Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:27.036Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-27T12:10:27.036Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-27T12:10:27.036Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.036Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:27.036Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-27T12:10:27.037Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:27.037Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-27T12:10:27.037Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.037Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c72394b4-78f9-42c6-9f25-224462c662e7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-27T12:10:27.044Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.044Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:27.045Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:27.045Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.045Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:27.045Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:27.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-27T12:10:27.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:27.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-27T12:10:27.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:27.047Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-27T12:10:27.047Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-27T12:10:27.047Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:27.047Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-27T12:10:27.047Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.047Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4b79ada8-3f1c-49a9-9fb0-840068c9ea2b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-27T12:10:27.049Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.049Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:27.050Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:27.053Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.053Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is not matching search criteria
2022-05-27T12:10:27.053Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-27T12:10:27.053Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-27T12:10:27.054Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:27.054Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.054Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-27T12:10:27.054Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.054Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-27T12:10:27.054Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-27T12:10:27.055Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-27T12:10:27.055Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-27T12:10:27.055Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-27T12:10:27.055Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-27T12:10:27.055Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=31659afc-d439-4932-a66d-ee361a4f4fd9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-27T12:10:27.057Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.057Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:27.057Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:10:27.058Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.058Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Node template vFW ae7c271a-7cda 0 is matching search criteria
2022-05-27T12:10:27.058Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW ae7c271a-7cda 0] matching following query criteria: sdcType=VF, customizationUUID=51b82dcc-9592-41a5-abaf-dba3fb014194
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:10:27.059Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.060Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.060Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d08b10fe-f6b0-4365-9279-73964c7de905: vFW ae7c271a-7cda
2022-05-27T12:10:27.060Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.060Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.060Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.061Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.061Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.061Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.061Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.061Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.061Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:10:27.062Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-27 12-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:10:27.062Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-05-27 12-03-06 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:10:27.249Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ae7c271a-7cda 8620057d-ebde-4030-8231-7a76a807c840 1 ASDC deployResourceStructure
2022-05-27T12:10:27.250Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json ASDC sendASDCNotification
2022-05-27T12:10:27.251Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json
2022-05-27T12:10:27.251Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:10:27.252Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:27.255Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:27.255Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653427250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:10:27.355Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:27.356Z||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.
2022-05-27T12:10:27.356Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:27.373Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:27.374Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:10:28.258Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-27T12:10:28.259Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml
2022-05-27T12:10:28.259Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:10:28.259Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:28.261Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:28.261Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653428255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:10:28.362Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:28.363Z||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.
2022-05-27T12:10:28.364Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:28.384Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:28.385Z||pool-31-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:10:29.263Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-27T12:10:29.263Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env
2022-05-27T12:10:29.263Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:10:29.264Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:29.267Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:29.267Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653429263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:10:29.367Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:10:29.368Z||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.
2022-05-27T12:10:29.368Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:29.389Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:29.390Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:10:30.268Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar ASDC sendASDCNotification
2022-05-27T12:10:30.269Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar
2022-05-27T12:10:30.269Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:10:30.270Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:10:30.273Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:10:30.274Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653430268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:10:30.373Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:10:30.374Z||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.
2022-05-27T12:10:30.374Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:30.395Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:30.396Z||pool-33-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:10:31.274Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:10:31.296Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7
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=?
2022-05-27T12:10:31.305Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:10:31.305Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-27T12:10:31.305Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-27T12:10:31.305Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-27T12:10:31.306Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:10:31.306Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:10:31.306Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:10:31.306Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:10:31.307Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:10:31.307Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:10:31.307Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:10:31.314Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-27T12:10:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:10:45.420Z||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.
2022-05-27T12:10:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:10:46.074Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:10:46.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6cf7d96-7615-4e9c-a257-68bfbf6cb60b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653405486,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:10:46.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-27T12:10:46.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653406507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:10:46.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653418478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653422692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653424396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653426000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:10:46.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653427250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/vfwae7c271a7cda0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:10:46.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653428255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:10:46.084Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653429263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/resourceInstances/vfwae7c271a7cda0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:10:46.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:10:46.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:10:46.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653430268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220527120306/1.0/artifacts/service-Vfw20220527120306-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:10:46.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:11:01.317Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 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=?
2022-05-27T12:11:01.331Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 and serviceModelVersionId: d08b10fe-f6b0-4365-9279-73964c7de905
2022-05-27T12:11:01.331Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac2488d8-85c0-4eef-bc29-2577e9c7d854
2022-05-27T12:11:01.333Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac2488d8-85c0-4eef-bc29-2577e9c7d854/model-vers/model-ver/d08b10fe-f6b0-4365-9279-73964c7de905?depth=0
2022-05-27T12:11:01.339Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-27T12:11:01.438Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac2488d8-85c0-4eef-bc29-2577e9c7d854/model-vers/model-ver/d08b10fe-f6b0-4365-9279-73964c7de905?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]}
2022-05-27T12:11:01.440Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac2488d8-85c0-4eef-bc29-2577e9c7d854/model-vers/model-ver/d08b10fe-f6b0-4365-9279-73964c7de905?depth=0|INFO|500||Invoke
2022-05-27T12:11:01.477Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac2488d8-85c0-4eef-bc29-2577e9c7d854/model-vers/model-ver/d08b10fe-f6b0-4365-9279-73964c7de905?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-27T12:11:02.100Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac2488d8-85c0-4eef-bc29-2577e9c7d854/model-vers/model-ver/d08b10fe-f6b0-4365-9279-73964c7de905?depth=0|INFO|500||InvokeReturn
2022-05-27T12:11:02.102Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac2488d8-85c0-4eef-bc29-2577e9c7d854/model-vers/model-ver/d08b10fe-f6b0-4365-9279-73964c7de905?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220527-12:11:01:489-69460], vertex-id=[356488], Content-Length=[0], Date=[Fri, 27 May 2022 12:11:01 GMT], Content-Type=[application/json]}
2022-05-27T12:11:02.103Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-05-27T12:11:02.104Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-27T12:11:02.104Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:11:02.109Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-27T12:11:02.110Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-27T12:11:02.110Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-27T12:11:02.110Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:11:02.113Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:11:02.113Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653462110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:11:02.213Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:11:02.214Z||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.
2022-05-27T12:11:02.214Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:02.255Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:11:02.256Z||pool-34-thread-1|||||INFO|500||cambria reply ok (42 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=?
2022-05-27T12:11:03.132Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:11:03.133Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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.
2022-05-27T12:11:03.133Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:12.727Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:11:12.728Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:11:12.728Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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.
2022-05-27T12:11:12.729Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:22.291Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:11:22.293Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:11:22.296Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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.
2022-05-27T12:11:22.297Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:31.929Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:11:31.930Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:11:31.931Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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.
2022-05-27T12:11:31.931Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:41.505Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:11:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:11:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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.
2022-05-27T12:11:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:11:45.420Z||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.
2022-05-27T12:11:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:11:46.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:11:46.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-27T12:11:46.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653462110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:11:46.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:11:54.983Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:12:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:12:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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.
2022-05-27T12:12:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:12:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:12:45.420Z||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.
2022-05-27T12:12:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:12:55.011Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:12:55.015Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:13:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:13:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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.
2022-05-27T12:13:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:13:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:13:45.420Z||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.
2022-05-27T12:13:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:13:55.039Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:13:55.046Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:14:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:14:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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.
2022-05-27T12:14:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:14:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:14:45.420Z||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.
2022-05-27T12:14:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:14:55.005Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:14:55.013Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:15:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:15:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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.
2022-05-27T12:15:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:15:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:15:45.420Z||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.
2022-05-27T12:15:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:15:54.985Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:15:54.993Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:16:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:16:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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.
2022-05-27T12:16:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:16:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:16:45.420Z||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.
2022-05-27T12:16:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:16:55.000Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:16:55.006Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:17:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:17:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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.
2022-05-27T12:17:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:17:45.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:17:45.420Z||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.
2022-05-27T12:17:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:17:55.012Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:17:55.012Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:18:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:18:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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.
2022-05-27T12:18:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:18:45.419Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:18:45.420Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|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.
2022-05-27T12:18:45.420Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:18:55.055Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:18:55.055Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:19:45.412Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:19:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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.
2022-05-27T12:19:45.413Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:19:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:19:45.420Z||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.
2022-05-27T12:19:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:19:46.093Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:19:46.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.094Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"16501053-f4e0-4907-aa78-56e0ae6c79c0","serviceDescription":"service","serviceInvariantUUID":"75c9c007-5266-4604-b2fc-82acd31d8030","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5665a58b-08ec-4bc5-b14a-bc5cae664b01","resourceInvariantUUID":"4c59fd92-c8ca-4ad1-9ac3-75d6ea6cabce","resourceCustomizationUUID":"429f5e52-a8cd-4e50-b3ba-5688c0d9ad36","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":"ODNlMjJhMzFlODA0M2RkOGYwZWJiMWFmY2UyZWE3N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"989b7bc6-3b00-4196-9098-483bfc39d497","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWZhZGIyMjk4ODI3MmJmYTllOTc3NDgwY2ViMjAzNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75a02a46-e8ec-4633-b11b-719565de0e06","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:19:46.099Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:19:46.100Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:19:46.122Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:19:46.122Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653985412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.138Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:19:46.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653951792,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "policy-id",
  "timestamp": 1653653956558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653653951792,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653957752,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "policy-id",
  "timestamp": 1653653956558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:19:46.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653957752,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:19:46.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "cds",
  "timestamp": 1653653959779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "policy-id",
  "timestamp": 1653653962122,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:19:46.149Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:19:46.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653960835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:19:46.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:19:46.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "cds",
  "timestamp": 1653653959779,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:19:46.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "policy-id",
  "timestamp": 1653653963129,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:19:46.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:19:46.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "cds",
  "timestamp": 1653653963146,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:19:46.154Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:19:46.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "policy-id",
  "timestamp": 1653653964135,
  "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 (?, ?, ?, ?, ?)
2022-05-27T12:19:46.197Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
2022-05-27T12:19:46.198Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a 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=?
2022-05-27T12:19:46.204Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-05-27T12:19:46.205Z||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.
2022-05-27T12:19:46.205Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:19:46.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653963069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:19:46.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:19:46.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "cds",
  "timestamp": 1653653964159,
  "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=?
2022-05-27T12:19:46.223Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
2022-05-27T12:19:46.223Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a 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 (?, ?, ?, ?, ?)
2022-05-27T12:19:46.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653653964076,
  "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=?
2022-05-27T12:19:46.248Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
2022-05-27T12:19:46.250Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a and ComponentName SDNC
2022-05-27T12:19:46.251Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:19:46.251Z||pool-35-thread-1|||||INFO|500||cambria reply ok (47 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 (?, ?, ?, ?, ?)
2022-05-27T12:19:46.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653965168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653653965168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:19:46.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "aai-ml",
  "timestamp": 1653653973299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "aai-ml",
  "timestamp": 1653653973299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:19:46.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "clamp",
  "timestamp": 1653653974447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:19:46.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "clamp",
  "timestamp": 1653653974447,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:19:46.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:19:46.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:19:46.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "aai-ml",
  "timestamp": 1653653977157,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:19:46.267Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:19:47.123Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:19:47.125Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:19:47.127Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:19:47.127Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653985412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:19:47.227Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:19:47.228Z||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.
2022-05-27T12:19:47.228Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:19:47.258Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:19:47.259Z||pool-36-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:19:48.128Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "16501053-f4e0-4907-aa78-56e0ae6c79c0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "75c9c007-5266-4604-b2fc-82acd31d8030",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "429f5e52-a8cd-4e50-b3ba-5688c0d9ad36",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "5665a58b-08ec-4bc5-b14a-bc5cae664b01",
      "resourceInvariantUUID": "4c59fd92-c8ca-4ad1-9ac3-75d6ea6cabce",
      "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": "OWZhZGIyMjk4ODI3MmJmYTllOTc3NDgwY2ViMjAzNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75a02a46-e8ec-4633-b11b-719565de0e06"
    }
  ],
  "workloadContext": "Production"
}
2022-05-27T12:19:48.128Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:19:48.128Z|d93ad9a7-1dc2-457c-b84c-dab6e1d15aa7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 16501053-f4e0-4907-aa78-56e0ae6c79c0 ASDC
2022-05-27T12:19:48.129Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:16501053-f4e0-4907-aa78-56e0ae6c79c0
ServiceInvariantUUID:75c9c007-5266-4604-b2fc-82acd31d8030
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:75a02a46-e8ec-4633-b11b-719565de0e06
ArtifactChecksum:OWZhZGIyMjk4ODI3MmJmYTllOTc3NDgwY2ViMjAzNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:429f5e52-a8cd-4e50-b3ba-5688c0d9ad36
ResourceInvariantUUID:4c59fd92-c8ca-4ad1-9ac3-75d6ea6cabce
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5665a58b-08ec-4bc5-b14a-bc5cae664b01
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-27T12:19:48.129Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16501053-f4e0-4907-aa78-56e0ae6c79c0 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=?
2022-05-27T12:19:48.156Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:19:48.157Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:19:48.157Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:19:48.157Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 75a02a46-e8ec-4633-b11b-719565de0e06 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-27T12:19:48.157Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:19:48.158Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-27T12:19:48.453Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:19:48.457Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 75a02a46-e8ec-4633-b11b-719565de0e06 52510
2022-05-27T12:19:48.458Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-27T12:19:48.458Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-27T12:19:48.459Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:19:48.460Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:19:48.462Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:19:48.463Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653988458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:19:48.566Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-27T12:19:48.567Z||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.
2022-05-27T12:19:48.568Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:19:48.592Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:19:48.593Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:19:49.463Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:19:49.464Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:19:49.466Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 75a02a46-e8ec-4633-b11b-719565de0e06, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:49.466Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-27T12:19:49.467Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:49.467Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:49.608Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9726769925711025162/Definitions/service-BasicNetwork-template.yml
2022-05-27T12:19:50.083Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:19:50.083Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:19:50.083Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.083Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-27T12:19:50.083Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.084Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.085Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-27T12:19:50.085Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:19:50.085Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:19:50.085Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.085Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.086Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-27T12:19:50.086Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:19:50.086Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:19:50.086Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.086Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.087Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.087Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.087Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.087Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.088Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.088Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.088Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.088Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.088Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:16501053-f4e0-4907-aa78-56e0ae6c79c0
Model Version:NULL
Model InvariantUuid:75c9c007-5266-4604-b2fc-82acd31d8030
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4c59fd92-c8ca-4ad1-9ac3-75d6ea6cabce
Model UUID:f4d2d061-9676-4d78-b468-2da0df3130b8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:429f5e52-a8cd-4e50-b3ba-5688c0d9ad36
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:19:50.094Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 5665a58b-08ec-4bc5-b14a-bc5cae664b01
2022-05-27T12:19:50.094Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||No resources found for Service: 16501053-f4e0-4907-aa78-56e0ae6c79c0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:19:50.099Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||
2022-05-27T12:19:50.099Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-27T12:19:50.100Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 16501053-f4e0-4907-aa78-56e0ae6c79c0
2022-05-27T12:19:50.100Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 16501053-f4e0-4907-aa78-56e0ae6c79c0
2022-05-27T12:19:50.101Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-27T12:19:50.101Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:19:50.107Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ab11e5f, org.onap.sdc.toscaparser.api.parameters.Input@4f482b2e, org.onap.sdc.toscaparser.api.parameters.Input@38c6fbfb, org.onap.sdc.toscaparser.api.parameters.Input@334f472e, org.onap.sdc.toscaparser.api.parameters.Input@41fee4fe]
2022-05-27T12:19:50.109Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.109Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.109Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.110Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.110Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 16501053-f4e0-4907-aa78-56e0ae6c79c0: Generic NeutronNet
2022-05-27T12:19:50.110Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.110Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.111Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.111Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-27T12:19:50.155Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.156Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.156Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.156Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.156Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:19:50.157Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:19:50.157Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-27T12:19:50.223Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-27T12:19:50.224Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-27T12:19:50.224Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-27T12:19:50.225Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:19:50.225Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:19:50.228Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:19:50.228Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653990224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:19:50.328Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:19:50.329Z||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.
2022-05-27T12:19:50.329Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:19:50.349Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:19:50.350Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:19:51.228Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:19:51.241Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
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=?
2022-05-27T12:19:51.244Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:19:51.245Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:19:51.245Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:20:21.245Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:20:21.256Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
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=?
2022-05-27T12:20:21.260Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:20:21.260Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:20:21.260Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:20:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:20:45.420Z||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.
2022-05-27T12:20:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:20:45.599Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:20:45.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:20:45.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653985412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:20:45.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:20:51.261Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:20:51.279Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
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=?
2022-05-27T12:20:51.287Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:20:51.287Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:20:51.288Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:21:21.290Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:21:21.306Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
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=?
2022-05-27T12:21:21.311Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:21:21.312Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:21:21.312Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:21:45.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:21:45.422Z||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.
2022-05-27T12:21:45.423Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:21:45.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:21:45.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "aai-ml",
  "timestamp": 1653653984872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:21:45.500Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:21:45.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653985412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:21:45.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:21:45.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "aai-ml",
  "timestamp": 1653653985877,
  "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=?
2022-05-27T12:21:45.518Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
2022-05-27T12:21:45.520Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a 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 (?, ?, ?, ?, ?)
2022-05-27T12:21:45.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "clamp",
  "timestamp": 1653653987020,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:21:45.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:21:45.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653988458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:21:45.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:21:45.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653653990224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:21:45.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:21:45.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "clamp",
  "timestamp": 1653653990029,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:21:45.538Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:21:45.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:21:45.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "clamp",
  "timestamp": 1653653991036,
  "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=?
2022-05-27T12:21:45.559Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
2022-05-27T12:21:45.559Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a 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 (?, ?, ?, ?, ?)
2022-05-27T12:21:51.312Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:21:51.329Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a
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=?
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:21:51.333Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:21:51.339Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-27T12:22:21.340Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a 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=?
2022-05-27T12:22:21.349Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a and serviceModelVersionId: 16501053-f4e0-4907-aa78-56e0ae6c79c0
2022-05-27T12:22:21.350Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75c9c007-5266-4604-b2fc-82acd31d8030
2022-05-27T12:22:21.352Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0
2022-05-27T12:22:21.382Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-27T12:22:21.461Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0|INFO|500||Invoke
2022-05-27T12:22:21.462Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5123eed5-ab5c-477b-94aa-8a92a623c2b0], X-ECOMP-RequestID=[f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a], X-TransactionId=[], X-ONAP-RequestID=[f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a], Content-Type=[application/merge-patch+json]}
2022-05-27T12:22:21.489Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-27T12:22:22.071Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220527-12:22:21:498-87054], vertex-id=[372872], Content-Length=[0], Date=[Fri, 27 May 2022 12:22:21 GMT], Content-Type=[application/json]}
2022-05-27T12:22:22.072Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-27T12:22:22.074Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75c9c007-5266-4604-b2fc-82acd31d8030/model-vers/model-ver/16501053-f4e0-4907-aa78-56e0ae6c79c0?depth=0|INFO|500||InvokeReturn
2022-05-27T12:22:22.074Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-27T12:22:22.076Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:22:22.090Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-27T12:22:22.091Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-27T12:22:22.091Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-27T12:22:22.092Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:22.097Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:22.097Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654142091,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:22:22.198Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:22:22.199Z||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.
2022-05-27T12:22:22.200Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:22.243Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:22:22.243Z||pool-39-thread-1|||||INFO|500||cambria reply ok (44 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=?
2022-05-27T12:22:23.111Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:22:23.112Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|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.
2022-05-27T12:22:23.112Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:27.707Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:22:27.709Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-27T12:22:27.709Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6bc284dc-3392-4628-a2b2-2fda45cf3bb6","serviceName":"Demo_pNF_kuaSuftVzEiGBdyQCps2","serviceVersion":"1.0","serviceUUID":"56fdfd3d-c70c-41a4-a02b-a820010193f3","serviceDescription":"catalog service description","serviceInvariantUUID":"24e3e73a-3507-41a3-86a7-b40fe9eb0355","resources":[{"resourceInstanceName":"pNF 386b61f4-66d1 0","resourceName":"pNF 386b61f4-66d1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b3e27beb-9cb7-4469-8488-87f39cb61af2","resourceInvariantUUID":"358673c4-bf53-4852-8623-82bf7e757e18","resourceCustomizationUUID":"712527f7-0b04-4260-a3f8-cd8ba803a4e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vf-license-model.xml","artifactChecksum":"ZjZhYTNmOWVlN2NlMTgxNTgzNjIyMTM4ZWY3MTUzYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45760340-9803-4fe3-83dc-9f02b45ee046","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/pNF.csar","artifactChecksum":"MDIyMjk1OGEzMGI0M2Q0OTk3ZGRiMzQzZjhmNWFmZTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"443952ae-cf22-43fc-929c-da5456bbae9f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dcb7d9dc-a8e7-4c3d-9385-bf95dcf896fe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vendor-license-model.xml","artifactChecksum":"OTgyMzEzNmQ2NTY3MjY2OTU1Mjk1NzU5NTliMmQ5YTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"437f6b1f-4e58-4e00-921a-f3a142f87960","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6972ab4-2f08-4f9b-9c7e-7c74dbfbe4eb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"809c55b7-278a-4d58-aa65-6329221baf85","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKuasuftvzeigbdyqcps2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml","artifactChecksum":"NzdlZjVkYzIxOWU4NWZiNDEyMjhkZjUxMDgwZTQ0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0f70aac-74bd-48f9-8366-2591a92e04e0","artifactVersion":"1"},{"artifactName":"service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar","artifactChecksum":"YTI0ZmE1YjAxMmUyY2FjMjM0MzUzMWZiYjc0NzUzNDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"548d5017-0233-44b0-8db6-bb2390df8d3b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:22:27.715Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:27.715Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:27.720Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:27.720Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:27.821Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:22:27.822Z||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.
2022-05-27T12:22:27.822Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:27.847Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:22:27.847Z||pool-40-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:22:28.721Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:28.725Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:28.729Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:28.729Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:28.829Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:22:28.830Z||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.
2022-05-27T12:22:28.830Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:28.851Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:22:28.852Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:22:29.730Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:29.731Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:29.734Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:29.734Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:29.834Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:22:29.835Z||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.
2022-05-27T12:22:29.835Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:29.868Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:22:29.869Z||pool-42-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:22:30.735Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:30.737Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:30.739Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:30.739Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:30.839Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:22:30.840Z||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.
2022-05-27T12:22:30.841Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:30.874Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:22:30.875Z||pool-43-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:22:31.740Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:31.742Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:31.744Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:31.745Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:31.845Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:22:31.846Z||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.
2022-05-27T12:22:31.847Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:31.876Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:22:31.876Z||pool-44-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:22:32.746Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:32.747Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:32.749Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:32.749Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:32.850Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:22:32.851Z||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.
2022-05-27T12:22:32.851Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:32.882Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:22:32.883Z||pool-45-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":3,"count":1}
2022-05-27T12:22:33.752Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:33.753Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:33.755Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:33.755Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:33.856Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:22:33.857Z||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.
2022-05-27T12:22:33.857Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:33.885Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:22:33.886Z||pool-46-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:22:34.756Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:22:34.757Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:34.761Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:34.762Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:22:34.862Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:22:34.863Z||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.
2022-05-27T12:22:34.863Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:34.882Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:22:34.883Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:22:35.765Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "serviceName": "Demo_pNF_kuaSuftVzEiGBdyQCps2",
  "serviceVersion": "1.0",
  "serviceUUID": "56fdfd3d-c70c-41a4-a02b-a820010193f3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "24e3e73a-3507-41a3-86a7-b40fe9eb0355",
  "resources": [
    {
      "resourceInstanceName": "pNF 386b61f4-66d1 0",
      "resourceCustomizationUUID": "712527f7-0b04-4260-a3f8-cd8ba803a4e8",
      "resourceName": "pNF 386b61f4-66d1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b3e27beb-9cb7-4469-8488-87f39cb61af2",
      "resourceInvariantUUID": "358673c4-bf53-4852-8623-82bf7e757e18",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
      "artifactChecksum": "YTI0ZmE1YjAxMmUyY2FjMjM0MzUzMWZiYjc0NzUzNDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "548d5017-0233-44b0-8db6-bb2390df8d3b"
    }
  ],
  "workloadContext": "Production"
}
2022-05-27T12:22:35.765Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:22:35.765Z|f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 56fdfd3d-c70c-41a4-a02b-a820010193f3 ASDC
2022-05-27T12:22:35.768Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6bc284dc-3392-4628-a2b2-2fda45cf3bb6
ServiceName:Demo_pNF_kuaSuftVzEiGBdyQCps2
ServiceVersion:1.0
ServiceUUID:56fdfd3d-c70c-41a4-a02b-a820010193f3
ServiceInvariantUUID:24e3e73a-3507-41a3-86a7-b40fe9eb0355
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
ArtifactUUID:548d5017-0233-44b0-8db6-bb2390df8d3b
ArtifactChecksum:YTI0ZmE1YjAxMmUyY2FjMjM0MzUzMWZiYjc0NzUzNDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 386b61f4-66d1 0
ResourceCustomizationUUID:712527f7-0b04-4260-a3f8-cd8ba803a4e8
ResourceInvariantUUID:358673c4-bf53-4852-8623-82bf7e757e18
ResourceName:pNF 386b61f4-66d1
ResourceType:PNF
ResourceUUID:b3e27beb-9cb7-4469-8488-87f39cb61af2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-27T12:22:35.768Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56fdfd3d-c70c-41a4-a02b-a820010193f3 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 (?, ?, ?, ?, ?)
2022-05-27T12:22:35.800Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:22:35.801Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:22:35.801Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:22:35.801Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 548d5017-0233-44b0-8db6-bb2390df8d3b from URL: /sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:35.801Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:22:35.802Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:36.158Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:22:36.163Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar 548d5017-0233-44b0-8db6-bb2390df8d3b 82646
2022-05-27T12:22:36.164Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar ASDC sendASDCNotification
2022-05-27T12:22:36.164Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:36.164Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:22:36.165Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:36.166Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:36.167Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654156164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:22:36.267Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:22:36.268Z||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.
2022-05-27T12:22:36.268Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:36.288Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:22:36.288Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:22:37.167Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:22:37.168Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:22:37.168Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 548d5017-0233-44b0-8db6-bb2390df8d3b, URL: /sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar to file: /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:37.169Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:37.170Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:37.170Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:37.368Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12278663007945986755/Definitions/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml
2022-05-27T12:22:38.742Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 386b61f4-66d1 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-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.743Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.744Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.744Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.744Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.744Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:22:38.744Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:22:38.745Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.745Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Node template pNF 386b61f4-66d1 0 is matching search criteria
2022-05-27T12:22:38.745Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:22:38.745Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 386b61f4-66d1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:22:38.746Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:22:38.746Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.746Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Node template pNF 386b61f4-66d1 0 is matching search criteria
2022-05-27T12:22:38.746Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:22:38.746Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 386b61f4-66d1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:22:38.747Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:22:38.747Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.747Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:22:38.747Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.747Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:22:38.748Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.748Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:22:38.748Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.748Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:22:38.748Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.749Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_kuaSuftVzEiGBdyQCps2
Description:catalog service description
Model UUID:56fdfd3d-c70c-41a4-a02b-a820010193f3
Model Version:NULL
Model InvariantUuid:24e3e73a-3507-41a3-86a7-b40fe9eb0355
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:22:38.760Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: b3e27beb-9cb7-4469-8488-87f39cb61af2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:22:38.764Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||pNF 386b61f4-66d1 0
2022-05-27T12:22:38.765Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b3e27beb-9cb7-4469-8488-87f39cb61af2
2022-05-27T12:22:38.765Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 56fdfd3d-c70c-41a4-a02b-a820010193f3
2022-05-27T12:22:38.765Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 56fdfd3d-c70c-41a4-a02b-a820010193f3
2022-05-27T12:22:38.765Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 386b61f4-66d1 0 b3e27beb-9cb7-4469-8488-87f39cb61af2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:22:38.772Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@223b823c, org.onap.sdc.toscaparser.api.parameters.Input@5b294930, org.onap.sdc.toscaparser.api.parameters.Input@4ac69107, org.onap.sdc.toscaparser.api.parameters.Input@135dd5e1, org.onap.sdc.toscaparser.api.parameters.Input@6d098fd4]
2022-05-27T12:22:38.772Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:22:38.773Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.773Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 56fdfd3d-c70c-41a4-a02b-a820010193f3: pNF 386b61f4-66d1
2022-05-27T12:22:38.773Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||Processing PNF resource: b3e27beb-9cb7-4469-8488-87f39cb61af2
2022-05-27T12:22:38.773Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:22:38.774Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_kuaSuftVzEiGBdyQCps2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:22:38.774Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||Resource customization UUID: 712527f7-0b04-4260-a3f8-cd8ba803a4e8 is the same as notified resource customizationUUID: 712527f7-0b04-4260-a3f8-cd8ba803a4e8
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-27T12:22:38.835Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 386b61f4-66d1 b3e27beb-9cb7-4469-8488-87f39cb61af2 0 ASDC deployResourceStructure
2022-05-27T12:22:38.836Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar ASDC sendASDCNotification
2022-05-27T12:22:38.836Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar
2022-05-27T12:22:38.836Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:22:38.837Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:22:38.840Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:22:38.840Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654158836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:22:38.940Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:22:38.941Z||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.
2022-05-27T12:22:38.941Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:38.962Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:22:38.963Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:22:39.842Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bc284dc-3392-4628-a2b2-2fda45cf3bb6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:22:39.861Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bc284dc-3392-4628-a2b2-2fda45cf3bb6
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=?
2022-05-27T12:22:39.866Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:22:39.866Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:22:39.867Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:22:45.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:22:45.420Z||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.
2022-05-27T12:22:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:22:45.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:22:45.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "cds",
  "timestamp": 1653654064779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "aai-ml",
  "timestamp": 1653654063299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "clamp",
  "timestamp": 1653654064447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654065168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654071792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "cds",
  "timestamp": 1653654064779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "aai-ml",
  "timestamp": 1653654063299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "clamp",
  "timestamp": 1653654064447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654065168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654071792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "cds",
  "timestamp": 1653654064779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "aai-ml",
  "timestamp": 1653654063299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654065168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "clamp",
  "timestamp": 1653654064447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654071792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "cds",
  "timestamp": 1653654064779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "clamp",
  "timestamp": 1653654064447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "aai-ml",
  "timestamp": 1653654063299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654065168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "policy-id",
  "timestamp": 1653654076557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654071792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "cds",
  "timestamp": 1653654064779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "aai-ml",
  "timestamp": 1653654063299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "clamp",
  "timestamp": 1653654064447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654065168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "policy-id",
  "timestamp": 1653654076557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654071792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "cds",
  "timestamp": 1653654064779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "aai-ml",
  "timestamp": 1653654063299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "clamp",
  "timestamp": 1653654064447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654065168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "policy-id",
  "timestamp": 1653654076557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654071792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654077752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "cds",
  "timestamp": 1653654064779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "aai-ml",
  "timestamp": 1653654063299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "clamp",
  "timestamp": 1653654064447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654065168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "policy-id",
  "timestamp": 1653654076557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654071792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654077752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "cds",
  "timestamp": 1653654064779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654065168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "clamp",
  "timestamp": 1653654064447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "aai-ml",
  "timestamp": 1653654063299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "policy-id",
  "timestamp": 1653654076557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654071792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654077752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "policy-id",
  "timestamp": 1653654076557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "aai-ml",
  "timestamp": 1653654081241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:22:45.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654077752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "cds",
  "timestamp": 1653654081884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:22:45.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654081221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:22:45.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "policy-id",
  "timestamp": 1653654076557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654077752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "cds",
  "timestamp": 1653654082893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-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=?
2022-05-27T12:22:45.517Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bc284dc-3392-4628-a2b2-2fda45cf3bb6
2022-05-27T12:22:45.518Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc284dc-3392-4628-a2b2-2fda45cf3bb6 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 (?, ?, ?, ?, ?)
2022-05-27T12:22:45.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "policy-id",
  "timestamp": 1653654076557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654082396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:22:45.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654077752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654083400,
  "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=?
2022-05-27T12:22:45.539Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6bc284dc-3392-4628-a2b2-2fda45cf3bb6
2022-05-27T12:22:45.539Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc284dc-3392-4628-a2b2-2fda45cf3bb6 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 (?, ?, ?, ?, ?)
2022-05-27T12:22:45.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654077752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "policy-id",
  "timestamp": 1653654085930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:22:45.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654077752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "policy-id",
  "timestamp": 1653654086936,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:22:45.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "clamp",
  "timestamp": 1653654086053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:22:45.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "policy-id",
  "timestamp": 1653654087940,
  "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=?
2022-05-27T12:22:45.553Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bc284dc-3392-4628-a2b2-2fda45cf3bb6
2022-05-27T12:22:45.554Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc284dc-3392-4628-a2b2-2fda45cf3bb6 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 (?, ?, ?, ?, ?)
2022-05-27T12:22:45.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654086964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:22:45.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "clamp",
  "timestamp": 1653654088054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:22:45.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "clamp",
  "timestamp": 1653654089062,
  "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=?
2022-05-27T12:22:45.568Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6bc284dc-3392-4628-a2b2-2fda45cf3bb6
2022-05-27T12:22:45.569Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc284dc-3392-4628-a2b2-2fda45cf3bb6 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 (?, ?, ?, ?, ?)
2022-05-27T12:22:45.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654089541,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:22:45.581Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654090566,
  "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=?
2022-05-27T12:22:45.588Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6bc284dc-3392-4628-a2b2-2fda45cf3bb6
2022-05-27T12:22:45.588Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc284dc-3392-4628-a2b2-2fda45cf3bb6 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 (?, ?, ?, ?, ?)
2022-05-27T12:22:45.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "aai-ml",
  "timestamp": 1653654091231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:22:45.598Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654085168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "cds",
  "timestamp": 1653654083905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "aai-ml",
  "timestamp": 1653654092253,
  "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=?
2022-05-27T12:22:45.605Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6bc284dc-3392-4628-a2b2-2fda45cf3bb6
2022-05-27T12:22:45.605Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bc284dc-3392-4628-a2b2-2fda45cf3bb6 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 (?, ?, ?, ?, ?)
2022-05-27T12:22:45.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654085168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "cds",
  "timestamp": 1653654083905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654091792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654085168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "cds",
  "timestamp": 1653654083905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "aai-ml",
  "timestamp": 1653654093299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654091792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654085168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "cds",
  "timestamp": 1653654083905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "aai-ml",
  "timestamp": 1653654093299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654091792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "clamp",
  "timestamp": 1653654094446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654085168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "cds",
  "timestamp": 1653654083905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "policy-id",
  "timestamp": 1653654096557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "aai-ml",
  "timestamp": 1653654093299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654091792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "clamp",
  "timestamp": 1653654094446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654085168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "cds",
  "timestamp": 1653654083905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "policy-id",
  "timestamp": 1653654096557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "aai-ml",
  "timestamp": 1653654093299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654091792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "clamp",
  "timestamp": 1653654094446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654085168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "cds",
  "timestamp": 1653654083905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "policy-id",
  "timestamp": 1653654096557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "aai-ml",
  "timestamp": 1653654093299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654091792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "clamp",
  "timestamp": 1653654094446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "policy-id",
  "timestamp": 1653654096557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654091792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "aai-ml",
  "timestamp": 1653654093299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "clamp",
  "timestamp": 1653654094446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.626Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654098827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:22:45.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "cds",
  "timestamp": 1653654099976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:22:45.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "policy-id",
  "timestamp": 1653654096557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "aai-ml",
  "timestamp": 1653654093299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "clamp",
  "timestamp": 1653654094446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654099920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:22:45.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "cds",
  "timestamp": 1653654100982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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 (?, ?, ?, ?, ?)
2022-05-27T12:22:45.643Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a48cb9c-89cb-4054-8156-64a7d1966505
2022-05-27T12:22:45.644Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a48cb9c-89cb-4054-8156-64a7d1966505 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 (?, ?, ?, ?, ?)
2022-05-27T12:22:45.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "policy-id",
  "timestamp": 1653654096557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:22:45.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "clamp",
  "timestamp": 1653654094446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "aai-ml",
  "timestamp": 1653654101256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:22:45.655Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "policy-id",
  "timestamp": 1653654096557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:22:45.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:22:45.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654101309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:22:45.655Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:22:45.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654102329,
  "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=?
2022-05-27T12:22:45.662Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a48cb9c-89cb-4054-8156-64a7d1966505
2022-05-27T12:22:45.663Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a48cb9c-89cb-4054-8156-64a7d1966505 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 (?, ?, ?, ?, ?)
2022-05-27T12:22:45.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-27T12:22:45.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "policy-id",
  "timestamp": 1653654104394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:22:45.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:23:09.867Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bc284dc-3392-4628-a2b2-2fda45cf3bb6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:23:09.880Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bc284dc-3392-4628-a2b2-2fda45cf3bb6
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=?
2022-05-27T12:23:09.885Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:23:09.886Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-27T12:23:09.886Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-27T12:23:09.886Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-27T12:23:09.886Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:23:09.886Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:23:09.887Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:23:09.887Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:23:09.887Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:23:09.887Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:23:09.887Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:23:09.887Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:23:09.893Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-27T12:23:39.893Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bc284dc-3392-4628-a2b2-2fda45cf3bb6 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=?
2022-05-27T12:23:39.900Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bc284dc-3392-4628-a2b2-2fda45cf3bb6 and serviceModelVersionId: 56fdfd3d-c70c-41a4-a02b-a820010193f3
2022-05-27T12:23:39.900Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24e3e73a-3507-41a3-86a7-b40fe9eb0355
2022-05-27T12:23:39.901Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24e3e73a-3507-41a3-86a7-b40fe9eb0355/model-vers/model-ver/56fdfd3d-c70c-41a4-a02b-a820010193f3?depth=0
2022-05-27T12:23:39.910Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-27T12:23:40.000Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24e3e73a-3507-41a3-86a7-b40fe9eb0355/model-vers/model-ver/56fdfd3d-c70c-41a4-a02b-a820010193f3?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]}
2022-05-27T12:23:40.002Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24e3e73a-3507-41a3-86a7-b40fe9eb0355/model-vers/model-ver/56fdfd3d-c70c-41a4-a02b-a820010193f3?depth=0|INFO|500||Invoke
2022-05-27T12:23:40.034Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24e3e73a-3507-41a3-86a7-b40fe9eb0355/model-vers/model-ver/56fdfd3d-c70c-41a4-a02b-a820010193f3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-27T12:23:40.653Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24e3e73a-3507-41a3-86a7-b40fe9eb0355/model-vers/model-ver/56fdfd3d-c70c-41a4-a02b-a820010193f3?depth=0|INFO|500||InvokeReturn
2022-05-27T12:23:40.653Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24e3e73a-3507-41a3-86a7-b40fe9eb0355/model-vers/model-ver/56fdfd3d-c70c-41a4-a02b-a820010193f3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220527-12:23:40:046-64462], vertex-id=[336080], Content-Length=[0], Date=[Fri, 27 May 2022 12:23:40 GMT], Content-Type=[application/json]}
2022-05-27T12:23:40.654Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-05-27T12:23:40.654Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-27T12:23:40.654Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:23:40.661Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-27T12:23:40.661Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bc284dc-3392-4628-a2b2-2fda45cf3bb6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-27T12:23:40.662Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-27T12:23:40.663Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:40.665Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:40.665Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654220661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:23:40.766Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:23:40.768Z||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.
2022-05-27T12:23:40.768Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:40.796Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:40.797Z||pool-50-thread-1|||||INFO|500||cambria reply ok (31 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=?
2022-05-27T12:23:41.680Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-27T12:23:41.680Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a48cb9c-89cb-4054-8156-64a7d1966505","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9ed79453-a45a-4da4-9a3c-5b5c92fb955f","serviceDescription":"service","serviceInvariantUUID":"01a37379-5910-45b9-af9e-2fc04c55fe72","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9e4d33fe-0a45-4ddb-adbf-86881d543bcf","resourceInvariantUUID":"3b65c225-7451-4c1b-9fa0-afbb2118bc30","resourceCustomizationUUID":"91d5ad65-105c-49e1-b9eb-9fb8167f4ba7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZmYzNDljY2IzZmZjZmEzODgzNTgzMjJjNTEyZDg2Yzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d18e0e21-bcb3-47ce-9fac-2830a2eb367e","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MTZlOWQzZWM1OGNmNDZiNGVjZDkwM2E2MWQwMTIwMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"616feb4f-e623-451a-bf22-7f8ab19c15b3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ee3141d1-3672-4f28-8d21-4510baa7ba5e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"96406d8c-6fb4-4f05-a7ff-0a2053f79309","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1c5b08a3-15c2-4335-9247-2d5037595d48","artifactVersion":"2","generatedFromUUID":"ee3141d1-3672-4f28-8d21-4510baa7ba5e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGYyMDQ4YWUxYWI2NjIxYjc1MjMyYzkyYjRmMjU1MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb9d0c5b-86dd-4413-a90c-028d6484c873","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDAwZWE4NTI5MmVlOGZjYTIwZjFhYjFlM2NhMTczM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c626f501-4542-42ea-bbf0-97db9ff061d9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:23:41.681Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:23:41.681Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:41.683Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:41.683Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:23:41.784Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:23:41.785Z||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.
2022-05-27T12:23:41.785Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:41.802Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:41.803Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:23:42.684Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:23:42.685Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:42.688Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:42.688Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:23:42.788Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:23:42.789Z||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.
2022-05-27T12:23:42.789Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:42.806Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:42.806Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:23:43.689Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:23:43.690Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:43.692Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:43.693Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:23:43.795Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-27T12:23:43.796Z||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.
2022-05-27T12:23:43.796Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:43.817Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:43.817Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:23:44.699Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:23:44.702Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:44.704Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:44.704Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:23:44.804Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:23:44.806Z||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.
2022-05-27T12:23:44.806Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:44.835Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:44.836Z||pool-54-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:23:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:23:45.420Z||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.
2022-05-27T12:23:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:45.451Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:45.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:23:45.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654103332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:23:45.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:23:45.705Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:23:45.707Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:45.711Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:45.711Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-27T12:23:45.811Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:23:45.812Z||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.
2022-05-27T12:23:45.812Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:45.831Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:45.831Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:23:46.712Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:23:46.712Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:46.716Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:46.716Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:23:46.816Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:23:46.817Z||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.
2022-05-27T12:23:46.818Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:46.844Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:46.845Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":2,"count":1}
2022-05-27T12:23:47.717Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:23:47.718Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:47.720Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:47.721Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:23:47.821Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:23:47.822Z||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.
2022-05-27T12:23:47.822Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:47.840Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:47.841Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:23:48.725Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9ed79453-a45a-4da4-9a3c-5b5c92fb955f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "01a37379-5910-45b9-af9e-2fc04c55fe72",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "91d5ad65-105c-49e1-b9eb-9fb8167f4ba7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9e4d33fe-0a45-4ddb-adbf-86881d543bcf",
      "resourceInvariantUUID": "3b65c225-7451-4c1b-9fa0-afbb2118bc30",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "MTZlOWQzZWM1OGNmNDZiNGVjZDkwM2E2MWQwMTIwMDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "616feb4f-e623-451a-bf22-7f8ab19c15b3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ee3141d1-3672-4f28-8d21-4510baa7ba5e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1c5b08a3-15c2-4335-9247-2d5037595d48",
            "generatedFromUUID": "ee3141d1-3672-4f28-8d21-4510baa7ba5e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1c5b08a3-15c2-4335-9247-2d5037595d48",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDAwZWE4NTI5MmVlOGZjYTIwZjFhYjFlM2NhMTczM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c626f501-4542-42ea-bbf0-97db9ff061d9"
    }
  ],
  "workloadContext": "Production"
}
2022-05-27T12:23:48.725Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:23:48.726Z|6bc284dc-3392-4628-a2b2-2fda45cf3bb6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ed79453-a45a-4da4-9a3c-5b5c92fb955f ASDC
2022-05-27T12:23:48.726Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5a48cb9c-89cb-4054-8156-64a7d1966505
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9ed79453-a45a-4da4-9a3c-5b5c92fb955f
ServiceInvariantUUID:01a37379-5910-45b9-af9e-2fc04c55fe72
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:c626f501-4542-42ea-bbf0-97db9ff061d9
ArtifactChecksum:NDAwZWE4NTI5MmVlOGZjYTIwZjFhYjFlM2NhMTczM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:91d5ad65-105c-49e1-b9eb-9fb8167f4ba7
ResourceInvariantUUID:3b65c225-7451-4c1b-9fa0-afbb2118bc30
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9e4d33fe-0a45-4ddb-adbf-86881d543bcf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:616feb4f-e623-451a-bf22-7f8ab19c15b3
ArtifactChecksum:MTZlOWQzZWM1OGNmNDZiNGVjZDkwM2E2MWQwMTIwMDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:ee3141d1-3672-4f28-8d21-4510baa7ba5e
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1c5b08a3-15c2-4335-9247-2d5037595d48
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1c5b08a3-15c2-4335-9247-2d5037595d48
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-27T12:23:48.726Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ed79453-a45a-4da4-9a3c-5b5c92fb955f 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=?
2022-05-27T12:23:48.782Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:23:48.783Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:23:48.783Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:23:48.783Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c626f501-4542-42ea-bbf0-97db9ff061d9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-27T12:23:48.783Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:23:48.783Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-27T12:23:48.908Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:23:48.912Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c626f501-4542-42ea-bbf0-97db9ff061d9 71073
2022-05-27T12:23:48.912Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-27T12:23:48.912Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-27T12:23:48.912Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:23:48.913Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:48.915Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:48.915Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654228912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:23:49.015Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:23:49.016Z||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.
2022-05-27T12:23:49.016Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:49.035Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:49.036Z||pool-58-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:23:49.915Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:23:49.916Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:23:49.917Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c626f501-4542-42ea-bbf0-97db9ff061d9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-27T12:23:49.917Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-27T12:23:49.917Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-27T12:23:49.917Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-27T12:23:50.055Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12996125578926414298/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-27T12:23:51.282Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:23:51.283Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:23:51.283Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-27T12:23:51.283Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-27T12:23:51.284Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-27T12:23:51.284Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-27T12:23:51.284Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-27T12:23:51.284Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-27T12:23:51.284Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-27T12:23:51.284Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-27T12:23:51.285Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-27T12:23:51.285Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-27T12:23:51.285Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-27T12:23:51.285Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:23:51.285Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:51.286Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:51.286Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-27T12:23:51.286Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:23:51.286Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:23:51.286Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:51.287Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:51.287Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-27T12:23:51.287Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:23:51.287Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:23:51.288Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:51.288Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:51.288Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:51.288Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-27T12:23:51.288Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-27T12:23:51.289Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-27T12:23:51.289Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-27T12:23:51.289Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-27T12:23:51.289Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-27T12:23:51.289Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:51.289Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:23:51.290Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:51.290Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-27T12:23:51.290Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:23:51.290Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:51.290Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-27T12:23:51.291Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:23:51.291Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:51.291Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-27T12:23:51.291Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:23:51.291Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:51.291Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-27T12:23:51.292Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-27T12:23:51.292Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-27T12:23:51.292Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5ea6529e-cb14-4073-828b-a7b13f0637d2
2022-05-27T12:23:51.292Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:51.292Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:51.292Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:51.292Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:51.293Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:51.293Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:51.293Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:51.293Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:51.294Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9ed79453-a45a-4da4-9a3c-5b5c92fb955f
Model Version:NULL
Model InvariantUuid:01a37379-5910-45b9-af9e-2fc04c55fe72
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ca4deb64-33b9-478e-86bf-68822d7043eb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3b65c225-7451-4c1b-9fa0-afbb2118bc30
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:91d5ad65-105c-49e1-b9eb-9fb8167f4ba7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:52c1b876-b1fd-4fb2-ac3a-18ac1ad5f149
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:cb355caa-0084-455e-b30e-849493919067
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ea6529e-cb14-4073-828b-a7b13f0637d2
ModelInvariantUuid:e2aa4ca8-92d0-4cd3-aea6-a76e7a6d078d
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a97d1a6a-f542-4ec0-ba4f-babec918f0d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:30b3ff48-b124-49c7-a6cb-d8c529ee73b8
ModelInvariantUuid:f599dbbe-9e0a-46cf-9ca1-7431a29907a6
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:a96be5ed-7c87-4f31-8e04-aebb2a5e22a6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:23:51.301Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9e4d33fe-0a45-4ddb-adbf-86881d543bcf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:23:51.304Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-05-27T12:23:51.304Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9e4d33fe-0a45-4ddb-adbf-86881d543bcf
2022-05-27T12:23:51.304Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 616feb4f-e623-451a-bf22-7f8ab19c15b3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-27T12:23:51.304Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:23:51.304Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-27T12:23:51.578Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:23:51.578Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 616feb4f-e623-451a-bf22-7f8ab19c15b3 787
2022-05-27T12:23:51.579Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-27T12:23:51.579Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-27T12:23:51.579Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:23:51.579Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:51.581Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:51.581Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654231579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:23:51.682Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:23:51.683Z||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.
2022-05-27T12:23:51.683Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:51.703Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:51.704Z||pool-59-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:23:52.582Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "52c1b876-b1fd-4fb2-ac3a-18ac1ad5f149",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cb355caa-0084-455e-b30e-849493919067",
    "vfModuleModelCustomizationUUID": "137c0c64-f0b7-4da9-8da0-8410206ded76",
    "isBase": true,
    "artifacts": [
      "ee3141d1-3672-4f28-8d21-4510baa7ba5e",
      "1c5b08a3-15c2-4335-9247-2d5037595d48"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-27T12:23:52.587Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb355caa-0084-455e-b30e-849493919067
VfModuleModelInvariantUUID:52c1b876-b1fd-4fb2-ac3a-18ac1ad5f149
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee3141d1-3672-4f28-8d21-4510baa7ba5e
,
1c5b08a3-15c2-4335-9247-2d5037595d48

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

isBase:true


}

2022-05-27T12:23:52.589Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "52c1b876-b1fd-4fb2-ac3a-18ac1ad5f149",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cb355caa-0084-455e-b30e-849493919067",
    "vfModuleModelCustomizationUUID": "137c0c64-f0b7-4da9-8da0-8410206ded76",
    "isBase": true,
    "artifacts": [
      "ee3141d1-3672-4f28-8d21-4510baa7ba5e",
      "1c5b08a3-15c2-4335-9247-2d5037595d48"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-27T12:23:52.590Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb355caa-0084-455e-b30e-849493919067
VfModuleModelInvariantUUID:52c1b876-b1fd-4fb2-ac3a-18ac1ad5f149
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee3141d1-3672-4f28-8d21-4510baa7ba5e
,
1c5b08a3-15c2-4335-9247-2d5037595d48

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

isBase:true


}

2022-05-27T12:23:52.590Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ee3141d1-3672-4f28-8d21-4510baa7ba5e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-27T12:23:52.590Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:23:52.590Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-27T12:23:53.032Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:23:53.032Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ee3141d1-3672-4f28-8d21-4510baa7ba5e 5033
2022-05-27T12:23:53.032Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-27T12:23:53.033Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-27T12:23:53.033Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:23:53.033Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:53.035Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:53.035Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654233032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:23:53.136Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:23:53.136Z||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.
2022-05-27T12:23:53.137Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:53.155Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:53.156Z||pool-60-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:23:54.036Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c5b08a3-15c2-4335-9247-2d5037595d48 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-27T12:23:54.037Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:23:54.037Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-27T12:23:54.529Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:23:54.530Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1c5b08a3-15c2-4335-9247-2d5037595d48 903
2022-05-27T12:23:54.530Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-27T12:23:54.531Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-27T12:23:54.531Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:23:54.531Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:54.533Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:54.533Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654234530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:23:54.634Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:23:54.634Z||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.
2022-05-27T12:23:54.635Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:54.659Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:54.659Z||pool-61-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:23:55.535Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9ed79453-a45a-4da4-9a3c-5b5c92fb955f
2022-05-27T12:23:55.536Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9e4d33fe-0a45-4ddb-adbf-86881d543bcf ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:23:55.553Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3672ad9b, org.onap.sdc.toscaparser.api.parameters.Input@33cb7b2b, org.onap.sdc.toscaparser.api.parameters.Input@4e3eb7f6, org.onap.sdc.toscaparser.api.parameters.Input@38825b94, org.onap.sdc.toscaparser.api.parameters.Input@1b3f276a]
2022-05-27T12:23:55.555Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.555Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:55.555Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-05-27T12:23:55.556Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 91d5ad65-105c-49e1-b9eb-9fb8167f4ba7
2022-05-27T12:23:55.556Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 91d5ad65-105c-49e1-b9eb-9fb8167f4ba7 matches Tosca VF Customization UUID: 91d5ad65-105c-49e1-b9eb-9fb8167f4ba7
2022-05-27T12:23:55.556Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 91d5ad65-105c-49e1-b9eb-9fb8167f4ba7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-27T12:23:55.560Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.561Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:55.562Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 91d5ad65-105c-49e1-b9eb-9fb8167f4ba7: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-05-27T12:23:55.562Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@628b31ec
2022-05-27T12:23:55.563Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.563Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:23:55.564Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 137c0c64-f0b7-4da9-8da0-8410206ded76
2022-05-27T12:23:55.564Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 137c0c64-f0b7-4da9-8da0-8410206ded76
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-27T12:23:55.571Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.572Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-27T12:23:55.572Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:23:55.573Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.573Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-27T12:23:55.574Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:23:55.574Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.575Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-27T12:23:55.575Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-27T12:23:55.576Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-27T12:23:55.576Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5ea6529e-cb14-4073-828b-a7b13f0637d2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-27T12:23:55.582Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.582Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-27T12:23:55.583Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:23:55.584Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.584Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-27T12:23:55.585Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=91d5ad65-105c-49e1-b9eb-9fb8167f4ba7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:23:55.589Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.589Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:55.590Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9ed79453-a45a-4da4-9a3c-5b5c92fb955f: basic_vm
2022-05-27T12:23:55.590Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.591Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:55.591Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.592Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:55.592Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.592Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:55.593Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.593Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:55.593Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:23:55.594Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:23:55.594Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:23:55.705Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9e4d33fe-0a45-4ddb-adbf-86881d543bcf 1 ASDC deployResourceStructure
2022-05-27T12:23:55.706Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-27T12:23:55.707Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-27T12:23:55.707Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:23:55.707Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:55.710Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:55.710Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654235706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:23:55.810Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:23:55.811Z||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.
2022-05-27T12:23:55.812Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:55.829Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:55.830Z||pool-62-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:23:56.711Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-27T12:23:56.712Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-27T12:23:56.712Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:23:56.712Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:56.714Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:56.715Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654236711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:23:56.815Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:23:56.816Z||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.
2022-05-27T12:23:56.816Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:56.837Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:56.837Z||pool-63-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:23:57.715Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-27T12:23:57.716Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-27T12:23:57.716Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:23:57.716Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:57.718Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:57.718Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654237715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:23:57.819Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:23:57.819Z||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.
2022-05-27T12:23:57.820Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:57.855Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:57.855Z||pool-64-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:23:58.719Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-27T12:23:58.720Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-27T12:23:58.720Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:23:58.721Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:23:58.724Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:23:58.724Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654238719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:23:58.824Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:23:58.825Z||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.
2022-05-27T12:23:58.825Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:23:58.866Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:23:58.867Z||pool-65-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:23:59.725Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a48cb9c-89cb-4054-8156-64a7d1966505
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:23:59.736Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a48cb9c-89cb-4054-8156-64a7d1966505
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=?
2022-05-27T12:23:59.738Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:23:59.738Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:23:59.738Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:24:29.738Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a48cb9c-89cb-4054-8156-64a7d1966505
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:24:29.751Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a48cb9c-89cb-4054-8156-64a7d1966505
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=?
2022-05-27T12:24:29.754Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:24:29.754Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:24:29.755Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:24:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:24:45.420Z||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.
2022-05-27T12:24:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:24:45.484Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:24:45.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:45.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "policy-id",
  "timestamp": 1653654105399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:24:45.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:45.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:45.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "policy-id",
  "timestamp": 1653654106403,
  "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=?
2022-05-27T12:24:46.060Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a48cb9c-89cb-4054-8156-64a7d1966505
2022-05-27T12:24:46.061Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a48cb9c-89cb-4054-8156-64a7d1966505 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=?
2022-05-27T12:24:46.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654107752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654107752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654107752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654107752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654107752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654107752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "clamp",
  "timestamp": 1653654114046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:24:46.077Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654107752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "clamp",
  "timestamp": 1653654116060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:24:46.077Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654116139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:24:46.078Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "aai-ml",
  "timestamp": 1653654116250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:24:46.078Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "clamp",
  "timestamp": 1653654117069,
  "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=?
2022-05-27T12:24:46.084Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5a48cb9c-89cb-4054-8156-64a7d1966505
2022-05-27T12:24:46.085Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a48cb9c-89cb-4054-8156-64a7d1966505 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 (?, ?, ?, ?, ?)
2022-05-27T12:24:46.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "aai-ml",
  "timestamp": 1653654117257,
  "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=?
2022-05-27T12:24:46.098Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a48cb9c-89cb-4054-8156-64a7d1966505
2022-05-27T12:24:46.098Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a48cb9c-89cb-4054-8156-64a7d1966505 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 (?, ?, ?, ?, ?)
2022-05-27T12:24:46.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654119345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:24:46.106Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654120350,
  "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=?
2022-05-27T12:24:46.111Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5a48cb9c-89cb-4054-8156-64a7d1966505
2022-05-27T12:24:46.111Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a48cb9c-89cb-4054-8156-64a7d1966505 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 (?, ?, ?, ?, ?)
2022-05-27T12:24:46.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654111792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "cds",
  "timestamp": 1653654111574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "policy-id",
  "timestamp": 1653654116558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654111792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "cds",
  "timestamp": 1653654111574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "policy-id",
  "timestamp": 1653654116558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654111792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "cds",
  "timestamp": 1653654111574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "policy-id",
  "timestamp": 1653654116558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654111792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "cds",
  "timestamp": 1653654111574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "policy-id",
  "timestamp": 1653654116558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "aai-ml",
  "timestamp": 1653654123299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "cds",
  "timestamp": 1653654111574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654111792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "policy-id",
  "timestamp": 1653654116558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "aai-ml",
  "timestamp": 1653654123299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "clamp",
  "timestamp": 1653654124446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654111792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "cds",
  "timestamp": 1653654111574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "policy-id",
  "timestamp": 1653654116558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "aai-ml",
  "timestamp": 1653654123299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "clamp",
  "timestamp": 1653654124446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654125168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654111792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "cds",
  "timestamp": 1653654111574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "policy-id",
  "timestamp": 1653654116558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "aai-ml",
  "timestamp": 1653654123299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "clamp",
  "timestamp": 1653654124446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654125168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654111792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "cds",
  "timestamp": 1653654111574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "policy-id",
  "timestamp": 1653654116558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "aai-ml",
  "timestamp": 1653654123299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "clamp",
  "timestamp": 1653654124446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654125168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653654111792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "cds",
  "timestamp": 1653654111574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "policy-id",
  "timestamp": 1653654116558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "aai-ml",
  "timestamp": 1653654123299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "clamp",
  "timestamp": 1653654124446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654125168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "aai-ml",
  "timestamp": 1653654123299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "clamp",
  "timestamp": 1653654124446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654125168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "policy-id",
  "timestamp": 1653654132087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "cds",
  "timestamp": 1653654131168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "aai-ml",
  "timestamp": 1653654123299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "clamp",
  "timestamp": 1653654124446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654125168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "policy-id",
  "timestamp": 1653654133093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:24:46.134Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "cds",
  "timestamp": 1653654132188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:24:46.149Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d2f951d-68f1-4d22-b8a5-3149513bc704
2022-05-27T12:24:46.150Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d2f951d-68f1-4d22-b8a5-3149513bc704 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 (?, ?, ?, ?, ?)
2022-05-27T12:24:46.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "aai-ml",
  "timestamp": 1653654123299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.159Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "clamp",
  "timestamp": 1653654124446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.160Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654125168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.160Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "policy-id",
  "timestamp": 1653654134096,
  "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=?
2022-05-27T12:24:46.167Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d2f951d-68f1-4d22-b8a5-3149513bc704
2022-05-27T12:24:46.167Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d2f951d-68f1-4d22-b8a5-3149513bc704 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 (?, ?, ?, ?, ?)
2022-05-27T12:24:46.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "clamp",
  "timestamp": 1653654124446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "aai-ml",
  "timestamp": 1653654133265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:24:46.176Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654125168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654125168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654134956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:24:46.178Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654136033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:24:46.178Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654137101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:24:46.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654138186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:24:46.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "clamp",
  "timestamp": 1653654139050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:24:46.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654139240,
  "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=?
2022-05-27T12:24:46.187Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d2f951d-68f1-4d22-b8a5-3149513bc704
2022-05-27T12:24:46.187Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d2f951d-68f1-4d22-b8a5-3149513bc704 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=?
2022-05-27T12:24:46.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f90c5a98-ff5b-4d43-a9d0-d50dbee6af5a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654142091,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:24:46.195Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653654140244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:24:46.195Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "clamp",
  "timestamp": 1653654141067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:24:46.196Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "clamp",
  "timestamp": 1653654142073,
  "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=?
2022-05-27T12:24:46.205Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d2f951d-68f1-4d22-b8a5-3149513bc704
2022-05-27T12:24:46.205Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d2f951d-68f1-4d22-b8a5-3149513bc704 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 (?, ?, ?, ?, ?)
2022-05-27T12:24:46.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654137753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654148966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:24:46.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "aai-ml",
  "timestamp": 1653654150943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:24:46.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/resourceInstances/pnf386b61f466d10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654152043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:24:46.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "aai-ml",
  "timestamp": 1653654151948,
  "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=?
2022-05-27T12:24:46.233Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d2f951d-68f1-4d22-b8a5-3149513bc704
2022-05-27T12:24:46.233Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d2f951d-68f1-4d22-b8a5-3149513bc704 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 (?, ?, ?, ?, ?)
2022-05-27T12:24:46.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:24:46.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653654153054,
  "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=?
2022-05-27T12:24:46.246Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d2f951d-68f1-4d22-b8a5-3149513bc704
2022-05-27T12:24:46.247Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d2f951d-68f1-4d22-b8a5-3149513bc704 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 (?, ?, ?, ?, ?)
2022-05-27T12:24:46.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:24:46.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:24:46.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654156164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:24:46.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:46.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:24:46.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654158836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKuasuftvzeigbdyqcps2/1.0/artifacts/service-DemoPnfKuasuftvzeigbdyqcps2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:24:46.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:24:59.755Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a48cb9c-89cb-4054-8156-64a7d1966505
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:24:59.766Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a48cb9c-89cb-4054-8156-64a7d1966505
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=?
2022-05-27T12:24:59.769Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:24:59.769Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-27T12:24:59.769Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-27T12:24:59.769Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-27T12:24:59.769Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:24:59.769Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:24:59.770Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:24:59.770Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:24:59.770Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:24:59.770Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:24:59.770Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:24:59.776Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-27T12:25:29.776Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5a48cb9c-89cb-4054-8156-64a7d1966505 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=?
2022-05-27T12:25:29.782Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5a48cb9c-89cb-4054-8156-64a7d1966505 and serviceModelVersionId: 9ed79453-a45a-4da4-9a3c-5b5c92fb955f
2022-05-27T12:25:29.783Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01a37379-5910-45b9-af9e-2fc04c55fe72
2022-05-27T12:25:29.784Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01a37379-5910-45b9-af9e-2fc04c55fe72/model-vers/model-ver/9ed79453-a45a-4da4-9a3c-5b5c92fb955f?depth=0
2022-05-27T12:25:29.789Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-27T12:25:29.842Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a37379-5910-45b9-af9e-2fc04c55fe72/model-vers/model-ver/9ed79453-a45a-4da4-9a3c-5b5c92fb955f?depth=0|INFO|500||Invoke
2022-05-27T12:25:29.843Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a37379-5910-45b9-af9e-2fc04c55fe72/model-vers/model-ver/9ed79453-a45a-4da4-9a3c-5b5c92fb955f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a37379-5910-45b9-af9e-2fc04c55fe72/model-vers/model-ver/9ed79453-a45a-4da4-9a3c-5b5c92fb955f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5a48cb9c-89cb-4054-8156-64a7d1966505], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32dd7dd3-a818-4710-8f29-cd097c3c06b6], X-ECOMP-RequestID=[5a48cb9c-89cb-4054-8156-64a7d1966505], X-TransactionId=[], X-ONAP-RequestID=[5a48cb9c-89cb-4054-8156-64a7d1966505], Content-Type=[application/merge-patch+json]}
2022-05-27T12:25:29.874Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a37379-5910-45b9-af9e-2fc04c55fe72/model-vers/model-ver/9ed79453-a45a-4da4-9a3c-5b5c92fb955f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-27T12:25:30.570Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a37379-5910-45b9-af9e-2fc04c55fe72/model-vers/model-ver/9ed79453-a45a-4da4-9a3c-5b5c92fb955f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a37379-5910-45b9-af9e-2fc04c55fe72/model-vers/model-ver/9ed79453-a45a-4da4-9a3c-5b5c92fb955f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220527-12:25:29:889-81455], vertex-id=[200944], Content-Length=[0], Date=[Fri, 27 May 2022 12:25:29 GMT], Content-Type=[application/json]}
2022-05-27T12:25:30.570Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a37379-5910-45b9-af9e-2fc04c55fe72/model-vers/model-ver/9ed79453-a45a-4da4-9a3c-5b5c92fb955f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-27T12:25:30.571Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01a37379-5910-45b9-af9e-2fc04c55fe72/model-vers/model-ver/9ed79453-a45a-4da4-9a3c-5b5c92fb955f?depth=0|INFO|500||InvokeReturn
2022-05-27T12:25:30.573Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-27T12:25:30.574Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:25:30.583Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-27T12:25:30.583Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5a48cb9c-89cb-4054-8156-64a7d1966505 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-27T12:25:30.583Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-27T12:25:30.584Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:30.588Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:30.588Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654330583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:25:30.688Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:25:30.689Z||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.
2022-05-27T12:25:30.689Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:30.727Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:30.728Z||pool-66-thread-1|||||INFO|500||cambria reply ok (40 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=?
2022-05-27T12:25:31.600Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-27T12:25:31.601Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d2f951d-68f1-4d22-b8a5-3149513bc704","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4c3d825e-82c3-472b-b58e-d2dc948a6fd2","serviceDescription":"service","serviceInvariantUUID":"6953e9d1-aa4c-4d23-bc38-b0010eb48c7f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13aa0310-e951-4029-9d62-3805df6121f4","resourceInvariantUUID":"089a63da-beae-4053-8c9a-2cf2ccf0cd1d","resourceCustomizationUUID":"77b325a3-a7c7-422b-a4d0-b462f9d24433","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":"YjFiYWZlN2NjNGIwZmJjNDQ1YTNmMjU4YWU1MTkyOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811359b6-bfb8-4757-bec6-a40928679da8","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":"3984f1c8-c581-4b4d-874a-aa553d4767cb","artifactVersion":"2","generatedFromUUID":"b3581e29-c08a-4d23-83c6-b968e025e14d"},{"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":"b3581e29-c08a-4d23-83c6-b968e025e14d","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":"OGY0ZDYzZmIyNGQwMTczNjIzZTcxYjk4MDE0ODg2ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9161ef81-850f-4f0d-b8e4-0a93e0eac4f5","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":"31422742-8cf9-4f23-a4cf-52246918317d","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":"715773c3-818f-437e-8d06-8175360895f2","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":"80f75095-faa9-4f30-bd12-d30e9d041163","artifactVersion":"2","generatedFromUUID":"31422742-8cf9-4f23-a4cf-52246918317d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmFlN2QzMWNmMjZlZjY1Mjk5YmNmN2U3YmE0NmQzMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aed46e4e-340d-4041-bdd2-9fddb12d58ec","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzIyYWFjZDIyZjBhY2JmMDc0NGY4OTkzY2E1MGEyZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"368c931d-3ebe-4fdb-a70d-3044c9574108","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:25:31.601Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:25:31.601Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:31.603Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:31.603Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:25:31.704Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:25:31.705Z||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.
2022-05-27T12:25:31.705Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:31.733Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:31.734Z||pool-67-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:25:32.604Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:25:32.605Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:32.607Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:32.607Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-27T12:25:32.707Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:25:32.708Z||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.
2022-05-27T12:25:32.709Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:32.737Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:32.738Z||pool-68-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:25:33.609Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:25:33.610Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:33.612Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:33.612Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-27T12:25:33.712Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:25:33.713Z||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.
2022-05-27T12:25:33.713Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:33.736Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:33.737Z||pool-69-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:25:34.613Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:25:34.616Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:34.619Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:34.619Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:25:34.722Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-27T12:25:34.723Z||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.
2022-05-27T12:25:34.723Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:34.757Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:34.757Z||pool-70-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:25:35.619Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:25:35.620Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:35.622Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:35.622Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:25:35.722Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:25:35.724Z||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.
2022-05-27T12:25:35.724Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:35.761Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:35.763Z||pool-71-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":2,"count":1}
2022-05-27T12:25:36.623Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:25:36.623Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:36.627Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:36.627Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:25:36.727Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:25:36.729Z||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.
2022-05-27T12:25:36.730Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:36.750Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:36.751Z||pool-72-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":3,"count":1}
2022-05-27T12:25:37.627Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:25:37.628Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:37.630Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:37.630Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-27T12:25:37.731Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:25:37.732Z||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.
2022-05-27T12:25:37.732Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:37.749Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:37.753Z||pool-73-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:25:38.631Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:25:38.632Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:38.634Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:38.634Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:25:38.734Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:25:38.735Z||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.
2022-05-27T12:25:38.736Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:38.770Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:38.770Z||pool-74-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:25:39.635Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:25:39.636Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:39.638Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:39.638Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:25:39.738Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:25:39.739Z||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.
2022-05-27T12:25:39.739Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:39.774Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:39.775Z||pool-75-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:25:40.639Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "4c3d825e-82c3-472b-b58e-d2dc948a6fd2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6953e9d1-aa4c-4d23-bc38-b0010eb48c7f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "77b325a3-a7c7-422b-a4d0-b462f9d24433",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "13aa0310-e951-4029-9d62-3805df6121f4",
      "resourceInvariantUUID": "089a63da-beae-4053-8c9a-2cf2ccf0cd1d",
      "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": "3984f1c8-c581-4b4d-874a-aa553d4767cb",
          "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": "b3581e29-c08a-4d23-83c6-b968e025e14d",
          "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": "OGY0ZDYzZmIyNGQwMTczNjIzZTcxYjk4MDE0ODg2ZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9161ef81-850f-4f0d-b8e4-0a93e0eac4f5",
          "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": "31422742-8cf9-4f23-a4cf-52246918317d",
          "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": "80f75095-faa9-4f30-bd12-d30e9d041163",
            "generatedFromUUID": "31422742-8cf9-4f23-a4cf-52246918317d"
          },
          "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": "80f75095-faa9-4f30-bd12-d30e9d041163",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MzIyYWFjZDIyZjBhY2JmMDc0NGY4OTkzY2E1MGEyZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "368c931d-3ebe-4fdb-a70d-3044c9574108"
    }
  ],
  "workloadContext": "Production"
}
2022-05-27T12:25:40.640Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:25:40.640Z|5a48cb9c-89cb-4054-8156-64a7d1966505|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4c3d825e-82c3-472b-b58e-d2dc948a6fd2 ASDC
2022-05-27T12:25:40.640Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0d2f951d-68f1-4d22-b8a5-3149513bc704
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:4c3d825e-82c3-472b-b58e-d2dc948a6fd2
ServiceInvariantUUID:6953e9d1-aa4c-4d23-bc38-b0010eb48c7f
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:368c931d-3ebe-4fdb-a70d-3044c9574108
ArtifactChecksum:MzIyYWFjZDIyZjBhY2JmMDc0NGY4OTkzY2E1MGEyZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:77b325a3-a7c7-422b-a4d0-b462f9d24433
ResourceInvariantUUID:089a63da-beae-4053-8c9a-2cf2ccf0cd1d
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:13aa0310-e951-4029-9d62-3805df6121f4
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:3984f1c8-c581-4b4d-874a-aa553d4767cb
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:b3581e29-c08a-4d23-83c6-b968e025e14d
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:9161ef81-850f-4f0d-b8e4-0a93e0eac4f5
ArtifactChecksum:OGY0ZDYzZmIyNGQwMTczNjIzZTcxYjk4MDE0ODg2ZDE=
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:31422742-8cf9-4f23-a4cf-52246918317d
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:80f75095-faa9-4f30-bd12-d30e9d041163
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:80f75095-faa9-4f30-bd12-d30e9d041163
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-27T12:25:40.641Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4c3d825e-82c3-472b-b58e-d2dc948a6fd2 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=?
2022-05-27T12:25:40.689Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:25:40.690Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:25:40.690Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:25:40.690Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 368c931d-3ebe-4fdb-a70d-3044c9574108 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-27T12:25:40.691Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:25:40.691Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-27T12:25:41.579Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:25:41.584Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 368c931d-3ebe-4fdb-a70d-3044c9574108 68956
2022-05-27T12:25:41.584Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-27T12:25:41.584Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-27T12:25:41.584Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:25:41.584Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:41.586Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:41.586Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654341584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:25:41.686Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:25:41.687Z||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.
2022-05-27T12:25:41.688Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:41.705Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:41.706Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:25:42.587Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:25:42.588Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-27T12:25:42.589Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 368c931d-3ebe-4fdb-a70d-3044c9574108, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-27T12:25:42.602Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-27T12:25:42.603Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-27T12:25:42.603Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-27T12:25:42.772Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4664513866622338291/Definitions/service-BasicCnf-template.yml
2022-05-27T12:25:44.193Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:25:44.193Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:25:44.194Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-27T12:25:44.194Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-27T12:25:44.194Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-27T12:25:44.194Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-27T12:25:44.194Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-27T12:25:44.194Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-27T12:25:44.194Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-27T12:25:44.195Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:44.195Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:44.195Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-27T12:25:44.195Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:25:44.196Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:25:44.196Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:44.196Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:44.196Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-27T12:25:44.196Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-27T12:25:44.197Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:25:44.197Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:44.197Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:44.197Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:44.198Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-27T12:25:44.198Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-27T12:25:44.198Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-27T12:25:44.198Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-27T12:25:44.198Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:44.199Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:25:44.199Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:44.199Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-27T12:25:44.199Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:25:44.200Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:44.200Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-27T12:25:44.200Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:25:44.200Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:44.200Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-27T12:25:44.201Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:25:44.201Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:44.201Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-27T12:25:44.201Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-27T12:25:44.201Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5cecd3fb-316e-465c-9d19-0ab42e612738
2022-05-27T12:25:44.202Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:44.202Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:44.202Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:44.202Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:44.203Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:44.203Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:44.203Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:44.203Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:44.203Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:4c3d825e-82c3-472b-b58e-d2dc948a6fd2
Model Version:NULL
Model InvariantUuid:6953e9d1-aa4c-4d23-bc38-b0010eb48c7f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:aae8b805-ada7-4d9b-9ed4-0562f8f07ab3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:089a63da-beae-4053-8c9a-2cf2ccf0cd1d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:77b325a3-a7c7-422b-a4d0-b462f9d24433
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:689129a9-c359-4f17-b6a9-a4a29457cf01
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:b5466a52-6365-4d6e-87b6-f23baece26f8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5cecd3fb-316e-465c-9d19-0ab42e612738
ModelInvariantUuid:3b57ff83-c0b7-4b26-ac98-e41d823c7ce8
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a5ce20fe-e9d9-4574-a1bb-9f1f75b1961d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:78890eb1-69ad-43bf-a427-d5b77356e907
ModelInvariantUuid:b3d65a50-2626-49a2-903d-c5972c331ed3
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:581a5e82-b17b-438c-844c-0bf12eaacf97
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:25:44.211Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 13aa0310-e951-4029-9d62-3805df6121f4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:25:44.215Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-05-27T12:25:44.215Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13aa0310-e951-4029-9d62-3805df6121f4
2022-05-27T12:25:44.215Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3984f1c8-c581-4b4d-874a-aa553d4767cb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-27T12:25:44.215Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:25:44.215Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-27T12:25:44.452Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:25:44.452Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 3984f1c8-c581-4b4d-874a-aa553d4767cb 12
2022-05-27T12:25:44.453Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-27T12:25:44.453Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-27T12:25:44.453Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:25:44.453Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:44.456Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:44.456Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654344453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:25:44.555Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:25:44.557Z||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.
2022-05-27T12:25:44.557Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:44.589Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:44.589Z||pool-77-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:25:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:25:45.420Z||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.
2022-05-27T12:25:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:45.457Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b3581e29-c08a-4d23-83c6-b968e025e14d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-27T12:25:45.458Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:25:45.458Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-27T12:25:45.460Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:45.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:25:45.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bc284dc-3392-4628-a2b2-2fda45cf3bb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654220661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:25:45.462Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:25:45.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:25:45.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:25:45.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:25:45.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:25:45.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:25:45.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:25:45.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:25:45.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:25:45.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:25:45.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:25:45.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:25:45.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:25:45.674Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:25:45.675Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b3581e29-c08a-4d23-83c6-b968e025e14d 2688
2022-05-27T12:25:45.675Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-27T12:25:45.676Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-27T12:25:45.676Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:25:45.676Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:45.678Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:45.679Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654345675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:25:45.779Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:25:45.780Z||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.
2022-05-27T12:25:45.780Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:45.800Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:45.801Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:25:46.680Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9161ef81-850f-4f0d-b8e4-0a93e0eac4f5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-27T12:25:46.681Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:25:46.681Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-27T12:25:46.755Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:25:46.756Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9161ef81-850f-4f0d-b8e4-0a93e0eac4f5 828
2022-05-27T12:25:46.756Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-27T12:25:46.756Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-27T12:25:46.756Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:25:46.757Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:46.758Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:46.758Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654346756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:25:46.859Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:25:46.860Z||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.
2022-05-27T12:25:46.860Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:46.888Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:46.888Z||pool-79-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:25:47.763Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "689129a9-c359-4f17-b6a9-a4a29457cf01",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b5466a52-6365-4d6e-87b6-f23baece26f8",
    "vfModuleModelCustomizationUUID": "491065cc-92de-4d97-b1c7-bea485e1646e",
    "isBase": true,
    "artifacts": [
      "31422742-8cf9-4f23-a4cf-52246918317d",
      "b3581e29-c08a-4d23-83c6-b968e025e14d",
      "80f75095-faa9-4f30-bd12-d30e9d041163"
    ],
    "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": ""
    }
  }
]
2022-05-27T12:25:47.768Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5466a52-6365-4d6e-87b6-f23baece26f8
VfModuleModelInvariantUUID:689129a9-c359-4f17-b6a9-a4a29457cf01
VfModuleModelDescription:NULL
Artifacts UUID List:{
31422742-8cf9-4f23-a4cf-52246918317d
,
b3581e29-c08a-4d23-83c6-b968e025e14d
,
80f75095-faa9-4f30-bd12-d30e9d041163

}
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


}

2022-05-27T12:25:47.772Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "689129a9-c359-4f17-b6a9-a4a29457cf01",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b5466a52-6365-4d6e-87b6-f23baece26f8",
    "vfModuleModelCustomizationUUID": "491065cc-92de-4d97-b1c7-bea485e1646e",
    "isBase": true,
    "artifacts": [
      "31422742-8cf9-4f23-a4cf-52246918317d",
      "b3581e29-c08a-4d23-83c6-b968e025e14d",
      "80f75095-faa9-4f30-bd12-d30e9d041163"
    ],
    "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": ""
    }
  }
]
2022-05-27T12:25:47.773Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5466a52-6365-4d6e-87b6-f23baece26f8
VfModuleModelInvariantUUID:689129a9-c359-4f17-b6a9-a4a29457cf01
VfModuleModelDescription:NULL
Artifacts UUID List:{
31422742-8cf9-4f23-a4cf-52246918317d
,
b3581e29-c08a-4d23-83c6-b968e025e14d
,
80f75095-faa9-4f30-bd12-d30e9d041163

}
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


}

2022-05-27T12:25:47.773Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 31422742-8cf9-4f23-a4cf-52246918317d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-27T12:25:47.774Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:25:47.774Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-27T12:25:47.880Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:25:47.880Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 31422742-8cf9-4f23-a4cf-52246918317d 1164
2022-05-27T12:25:47.881Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-27T12:25:47.881Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-27T12:25:47.881Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:25:47.882Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:47.884Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:47.884Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654347881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:25:47.984Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:25:47.985Z||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.
2022-05-27T12:25:47.985Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:48.003Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:48.004Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:25:48.885Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 80f75095-faa9-4f30-bd12-d30e9d041163 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-27T12:25:48.886Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-27T12:25:48.886Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-27T12:25:48.951Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-27T12:25:48.951Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 80f75095-faa9-4f30-bd12-d30e9d041163 200
2022-05-27T12:25:48.952Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-27T12:25:48.952Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-27T12:25:48.953Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:25:48.953Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:48.956Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:48.957Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654348952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:25:49.058Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:25:49.059Z||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.
2022-05-27T12:25:49.059Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:49.078Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:49.078Z||pool-81-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:25:49.969Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4c3d825e-82c3-472b-b58e-d2dc948a6fd2
2022-05-27T12:25:49.969Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 13aa0310-e951-4029-9d62-3805df6121f4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-05-27T12:25:49.992Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:25:50.001Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f24a162, org.onap.sdc.toscaparser.api.parameters.Input@1bc4225a, org.onap.sdc.toscaparser.api.parameters.Input@c94e0df, org.onap.sdc.toscaparser.api.parameters.Input@2e71de33, org.onap.sdc.toscaparser.api.parameters.Input@4434552e]
2022-05-27T12:25:50.003Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.003Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:50.004Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-05-27T12:25:50.004Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 77b325a3-a7c7-422b-a4d0-b462f9d24433
2022-05-27T12:25:50.005Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 77b325a3-a7c7-422b-a4d0-b462f9d24433 matches Tosca VF Customization UUID: 77b325a3-a7c7-422b-a4d0-b462f9d24433
2022-05-27T12:25:50.005Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 77b325a3-a7c7-422b-a4d0-b462f9d24433  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-27T12:25:50.010Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.010Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:50.013Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 77b325a3-a7c7-422b-a4d0-b462f9d24433: {\"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\"}
2022-05-27T12:25:50.013Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75c120c5
2022-05-27T12:25:50.013Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.014Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:25:50.014Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 491065cc-92de-4d97-b1c7-bea485e1646e
2022-05-27T12:25:50.014Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 491065cc-92de-4d97-b1c7-bea485e1646e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-27T12:25:50.017Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.017Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-27T12:25:50.018Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:25:50.022Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.022Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-27T12:25:50.023Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:25:50.024Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.024Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-27T12:25:50.024Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-27T12:25:50.025Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5cecd3fb-316e-465c-9d19-0ab42e612738
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-27T12:25:50.028Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.029Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-27T12:25:50.029Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:25:50.029Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.030Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-27T12:25:50.030Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=77b325a3-a7c7-422b-a4d0-b462f9d24433
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:25:50.032Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.032Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:50.033Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4c3d825e-82c3-472b-b58e-d2dc948a6fd2: basic_cnf
2022-05-27T12:25:50.033Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.033Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:50.033Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.033Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:50.033Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.033Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:50.034Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.034Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:50.034Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:25:50.034Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:25:50.034Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:25:50.096Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 13aa0310-e951-4029-9d62-3805df6121f4 1 ASDC deployResourceStructure
2022-05-27T12:25:50.098Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-27T12:25:50.098Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-05-27T12:25:50.098Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-27T12:25:50.099Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:50.101Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:50.101Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654350097,
  "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"
}
2022-05-27T12:25:50.201Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:25:50.202Z||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.
2022-05-27T12:25:50.203Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:50.236Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:50.237Z||pool-82-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:25:51.102Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-27T12:25:51.102Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-27T12:25:51.105Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-27T12:25:51.105Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:51.107Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:51.107Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654351101,
  "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"
}
2022-05-27T12:25:51.208Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:25:51.209Z||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.
2022-05-27T12:25:51.209Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:51.226Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:51.227Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:25:52.108Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-27T12:25:52.109Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-27T12:25:52.109Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:25:52.110Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:52.115Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:52.116Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654352108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:25:52.212Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-27T12:25:52.213Z||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.
2022-05-27T12:25:52.214Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:52.264Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:52.265Z||pool-84-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":2,"count":1}
2022-05-27T12:25:53.118Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-27T12:25:53.120Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-27T12:25:53.120Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:25:53.120Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:53.123Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:53.123Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654353118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:25:53.226Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-27T12:25:53.227Z||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.
2022-05-27T12:25:53.228Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:53.256Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:53.257Z||pool-85-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:25:54.129Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-27T12:25:54.129Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-27T12:25:54.130Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:25:54.130Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:54.133Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:54.134Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654354129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:25:54.234Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:25:54.235Z||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.
2022-05-27T12:25:54.235Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:54.273Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:54.274Z||pool-86-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":3,"count":1}
2022-05-27T12:25:55.140Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-27T12:25:55.140Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-27T12:25:55.140Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:25:55.140Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:25:55.142Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:25:55.142Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654355140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:25:55.243Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:25:55.244Z||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.
2022-05-27T12:25:55.244Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:25:55.267Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:25:55.268Z||pool-87-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:25:56.145Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d2f951d-68f1-4d22-b8a5-3149513bc704
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:25:56.161Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d2f951d-68f1-4d22-b8a5-3149513bc704
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=?
2022-05-27T12:25:56.165Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:25:56.165Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-27T12:25:56.165Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-27T12:25:56.165Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-27T12:25:56.165Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:25:56.165Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:25:56.165Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:25:56.165Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:25:56.166Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:25:56.166Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:25:56.166Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:25:56.180Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-27T12:26:26.180Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d2f951d-68f1-4d22-b8a5-3149513bc704 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=?
2022-05-27T12:26:26.188Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d2f951d-68f1-4d22-b8a5-3149513bc704 and serviceModelVersionId: 4c3d825e-82c3-472b-b58e-d2dc948a6fd2
2022-05-27T12:26:26.188Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6953e9d1-aa4c-4d23-bc38-b0010eb48c7f
2022-05-27T12:26:26.189Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6953e9d1-aa4c-4d23-bc38-b0010eb48c7f/model-vers/model-ver/4c3d825e-82c3-472b-b58e-d2dc948a6fd2?depth=0
2022-05-27T12:26:26.194Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-27T12:26:26.264Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6953e9d1-aa4c-4d23-bc38-b0010eb48c7f/model-vers/model-ver/4c3d825e-82c3-472b-b58e-d2dc948a6fd2?depth=0|INFO|500||Invoke
2022-05-27T12:26:26.265Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6953e9d1-aa4c-4d23-bc38-b0010eb48c7f/model-vers/model-ver/4c3d825e-82c3-472b-b58e-d2dc948a6fd2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6953e9d1-aa4c-4d23-bc38-b0010eb48c7f/model-vers/model-ver/4c3d825e-82c3-472b-b58e-d2dc948a6fd2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d2f951d-68f1-4d22-b8a5-3149513bc704], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fba025c3-8c89-44f5-8327-061f3e8a6d43], X-ECOMP-RequestID=[0d2f951d-68f1-4d22-b8a5-3149513bc704], X-TransactionId=[], X-ONAP-RequestID=[0d2f951d-68f1-4d22-b8a5-3149513bc704], Content-Type=[application/merge-patch+json]}
2022-05-27T12:26:26.301Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6953e9d1-aa4c-4d23-bc38-b0010eb48c7f/model-vers/model-ver/4c3d825e-82c3-472b-b58e-d2dc948a6fd2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-27T12:26:27.143Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6953e9d1-aa4c-4d23-bc38-b0010eb48c7f/model-vers/model-ver/4c3d825e-82c3-472b-b58e-d2dc948a6fd2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6953e9d1-aa4c-4d23-bc38-b0010eb48c7f/model-vers/model-ver/4c3d825e-82c3-472b-b58e-d2dc948a6fd2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220527-12:26:26:327-92910], vertex-id=[258208], Content-Length=[0], Date=[Fri, 27 May 2022 12:26:26 GMT], Content-Type=[application/json]}
2022-05-27T12:26:27.144Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6953e9d1-aa4c-4d23-bc38-b0010eb48c7f/model-vers/model-ver/4c3d825e-82c3-472b-b58e-d2dc948a6fd2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-27T12:26:27.145Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6953e9d1-aa4c-4d23-bc38-b0010eb48c7f/model-vers/model-ver/4c3d825e-82c3-472b-b58e-d2dc948a6fd2?depth=0|INFO|500||InvokeReturn
2022-05-27T12:26:27.146Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-27T12:26:27.146Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:26:27.151Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-27T12:26:27.152Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d2f951d-68f1-4d22-b8a5-3149513bc704 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-27T12:26:27.152Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-27T12:26:27.153Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:26:27.156Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:26:27.156Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654387152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:26:27.256Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:26:27.257Z||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.
2022-05-27T12:26:27.257Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:26:27.287Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:26:27.288Z||pool-88-thread-1|||||INFO|500||cambria reply ok (32 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=?
2022-05-27T12:26:28.170Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:26:28.171Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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.
2022-05-27T12:26:28.171Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:26:38.838Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:26:38.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:26:38.840Z||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.
2022-05-27T12:26:38.840Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:26:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:26:45.420Z||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.
2022-05-27T12:26:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:26:45.482Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:26:45.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-27T12:26:45.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-27T12:26:45.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:26:45.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-27T12:26:45.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:26:45.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:26:45.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-27T12:26:45.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:26:45.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:26:45.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-27T12:26:45.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654228912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:26:45.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:26:45.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-27T12:26:45.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654231579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:26:45.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:26:45.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-27T12:26:45.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654233032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:26:45.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:26:45.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-27T12:26:45.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654234530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:26:45.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:26:45.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-27T12:26:45.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654235706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:26:45.486Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:26:45.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-27T12:26:45.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654236711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:26:45.486Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:26:45.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-27T12:26:45.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654237715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:26:45.486Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:26:45.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-27T12:26:45.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654238719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:26:45.486Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:26:48.409Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:26:48.409Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:26:48.410Z||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.
2022-05-27T12:26:48.410Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:26:57.983Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:26:57.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:26:57.984Z||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.
2022-05-27T12:26:57.984Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:27:07.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:27:07.550Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:27:07.551Z||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.
2022-05-27T12:27:07.551Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:27:17.122Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:27:17.124Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:27:17.124Z||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.
2022-05-27T12:27:17.124Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:27:26.700Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:27:45.412Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:27:45.413Z||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.
2022-05-27T12:27:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:27:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:27:45.420Z||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.
2022-05-27T12:27:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:27:45.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:27:45.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:27:45.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a48cb9c-89cb-4054-8156-64a7d1966505",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654330583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:27:45.528Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:27:45.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:27:45.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:27:45.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:27:45.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:27:45.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-27T12:27:45.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:27:45.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:27:45.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-27T12:27:45.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:27:45.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:27:45.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:27:45.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:27:45.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:27:45.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:27:45.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:27:45.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:27:45.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:27:45.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:27:45.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:27:45.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-27T12:27:45.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:27:45.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:27:45.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:27:45.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:27:45.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:27:45.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654143111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:27:45.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:27:45.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:27:45.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654341584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:27:45.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:27:45.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:27:45.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654344453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:27:45.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:27:55.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:28:45.412Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:28:45.413Z||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.
2022-05-27T12:28:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:28:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:28:45.420Z||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.
2022-05-27T12:28:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:28:45.956Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:28:45.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:28:45.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654345675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:28:45.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:28:45.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:28:45.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654346756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:28:45.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:28:45.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:28:45.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654347881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:28:45.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:28:45.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:28:45.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654348952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:28:45.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:28:45.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:28:45.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654350097,
  "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"
}
2022-05-27T12:28:45.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:28:45.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:28:45.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654351101,
  "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"
}
2022-05-27T12:28:45.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:28:45.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:28:45.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654352108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:28:45.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:28:45.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:28:45.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654353118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:28:45.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:28:45.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:28:45.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654354129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:28:45.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:28:45.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:28:45.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654355140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:28:45.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:28:45.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-27T12:28:45.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d2f951d-68f1-4d22-b8a5-3149513bc704",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653654387152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:28:45.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:28:55.054Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:29:45.412Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:29:45.413Z||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.
2022-05-27T12:29:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:29:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:29:45.420Z||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.
2022-05-27T12:29:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:29:54.998Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:29:55.003Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:30:45.412Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:30:45.413Z||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.
2022-05-27T12:30:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:30:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:30:45.420Z||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.
2022-05-27T12:30:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:30:54.983Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:30:54.988Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:31:45.412Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:31:45.413Z||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.
2022-05-27T12:31:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:31:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:31:45.420Z||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.
2022-05-27T12:31:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:31:55.000Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:31:55.011Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:32:45.412Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:32:45.414Z||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.
2022-05-27T12:32:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:32:45.423Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:32:45.429Z||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.
2022-05-27T12:32:45.429Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:32:55.005Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:32:55.019Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:33:45.412Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:33:45.414Z||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.
2022-05-27T12:33:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:33:45.419Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:33:45.420Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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.
2022-05-27T12:33:45.420Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:33:54.989Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:33:54.989Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:34:45.412Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:34:45.414Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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.
2022-05-27T12:34:45.414Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:34:45.419Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:34:45.420Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|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.
2022-05-27T12:34:45.420Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:34:54.999Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:34:55.010Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:35:45.412Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:35:45.414Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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.
2022-05-27T12:35:45.414Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:35:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:35:45.420Z||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.
2022-05-27T12:35:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:35:55.002Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:35:55.004Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:36:45.413Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:36:45.414Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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.
2022-05-27T12:36:45.414Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:36:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:36:45.420Z||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.
2022-05-27T12:36:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:36:55.008Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:36:55.010Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:37:45.412Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:37:45.413Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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.
2022-05-27T12:37:45.413Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:37:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:37:45.420Z||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.
2022-05-27T12:37:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:37:55.009Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:37:55.018Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:38:45.412Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:38:45.413Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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.
2022-05-27T12:38:45.413Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:38:45.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:38:45.420Z||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.
2022-05-27T12:38:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:38:55.001Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:38:55.011Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:39:45.412Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:39:45.413Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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.
2022-05-27T12:39:45.413Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:39:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:39:45.420Z||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.
2022-05-27T12:39:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:39:55.016Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:39:55.022Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:40:45.413Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:40:45.414Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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.
2022-05-27T12:40:45.414Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:40:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:40:45.420Z||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.
2022-05-27T12:40:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:40:54.994Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:40:55.017Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:41:45.412Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:41:45.413Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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.
2022-05-27T12:41:45.413Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:41:45.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:41:45.420Z||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.
2022-05-27T12:41:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:41:55.000Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:41:55.032Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:42:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:42:45.413Z||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.
2022-05-27T12:42:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:42:45.419Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:42:45.420Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|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.
2022-05-27T12:42:45.420Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:42:55.014Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:42:55.046Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:45.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:43:45.413Z||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.
2022-05-27T12:43:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:43:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:43:45.420Z||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.
2022-05-27T12:43:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:43:45.574Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:45.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "aai-ml",
  "timestamp": 1653655383298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "clamp",
  "timestamp": 1653655384449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "cds",
  "timestamp": 1653655384779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "aai-ml",
  "timestamp": 1653655383298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "cds",
  "timestamp": 1653655384779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "clamp",
  "timestamp": 1653655384449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655385168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "aai-ml",
  "timestamp": 1653655383298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "cds",
  "timestamp": 1653655384779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "clamp",
  "timestamp": 1653655384449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655385168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "cds",
  "timestamp": 1653655384779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "aai-ml",
  "timestamp": 1653655383298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "clamp",
  "timestamp": 1653655384449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655385168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "cds",
  "timestamp": 1653655384779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "aai-ml",
  "timestamp": 1653655383298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "clamp",
  "timestamp": 1653655384449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655385168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "cds",
  "timestamp": 1653655384779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "aai-ml",
  "timestamp": 1653655383298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "clamp",
  "timestamp": 1653655384449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655385168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "cds",
  "timestamp": 1653655384779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "aai-ml",
  "timestamp": 1653655383298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "clamp",
  "timestamp": 1653655384449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655385168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "cds",
  "timestamp": 1653655384779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "aai-ml",
  "timestamp": 1653655383298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "clamp",
  "timestamp": 1653655384449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655385168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655391792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "aai-ml",
  "timestamp": 1653655383298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "cds",
  "timestamp": 1653655384779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "clamp",
  "timestamp": 1653655384449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655385168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655391792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "aai-ml",
  "timestamp": 1653655383298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.687Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "cds",
  "timestamp": 1653655384779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "clamp",
  "timestamp": 1653655384449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655385168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655391792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655385168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "policy-id",
  "timestamp": 1653655396558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655391792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "aai-ml",
  "timestamp": 1653655396048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:45.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "cds",
  "timestamp": 1653655396615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:45.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655396062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:45.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "policy-id",
  "timestamp": 1653655396558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655391792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "policy-id",
  "timestamp": 1653655396558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.696Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655397404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:45.696Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655391792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655397753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "policy-id",
  "timestamp": 1653655396558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.698Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "cds",
  "timestamp": 1653655399383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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 (?, ?, ?, ?, ?)
2022-05-27T12:43:45.724Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7fff2d4e-1554-45d5-9a0d-96005d3594e9
2022-05-27T12:43:45.725Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fff2d4e-1554-45d5-9a0d-96005d3594e9 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 (?, ?, ?, ?, ?)
2022-05-27T12:43:45.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655391792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655398550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:45.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655397753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "policy-id",
  "timestamp": 1653655396558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655391792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655397753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "policy-id",
  "timestamp": 1653655396558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655391792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "clamp",
  "timestamp": 1653655401278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:45.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655400644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:45.747Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655397753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "policy-id",
  "timestamp": 1653655396558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655391792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655401698,
  "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=?
2022-05-27T12:43:45.756Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7fff2d4e-1554-45d5-9a0d-96005d3594e9
2022-05-27T12:43:45.756Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fff2d4e-1554-45d5-9a0d-96005d3594e9 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 (?, ?, ?, ?, ?)
2022-05-27T12:43:45.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655397753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "policy-id",
  "timestamp": 1653655396558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655402702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:43:45.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655397753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "policy-id",
  "timestamp": 1653655396558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655397753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "policy-id",
  "timestamp": 1653655396558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655397753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "clamp",
  "timestamp": 1653655406283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:43:45.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "policy-id",
  "timestamp": 1653655407807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:45.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655397753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "clamp",
  "timestamp": 1653655407288,
  "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=?
2022-05-27T12:43:45.782Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7fff2d4e-1554-45d5-9a0d-96005d3594e9
2022-05-27T12:43:45.783Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fff2d4e-1554-45d5-9a0d-96005d3594e9 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 (?, ?, ?, ?, ?)
2022-05-27T12:43:45.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "policy-id",
  "timestamp": 1653655408815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:43:45.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655397753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "policy-id",
  "timestamp": 1653655409819,
  "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=?
2022-05-27T12:43:45.801Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7fff2d4e-1554-45d5-9a0d-96005d3594e9
2022-05-27T12:43:45.801Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fff2d4e-1554-45d5-9a0d-96005d3594e9 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=?
2022-05-27T12:43:45.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655409177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:45.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655405168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655405168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655411792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655413148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:43:45.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655405168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655414154,
  "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=?
2022-05-27T12:43:45.819Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7fff2d4e-1554-45d5-9a0d-96005d3594e9
2022-05-27T12:43:45.820Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fff2d4e-1554-45d5-9a0d-96005d3594e9 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 (?, ?, ?, ?, ?)
2022-05-27T12:43:45.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655411792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "cds",
  "timestamp": 1653655414779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655405168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "clamp",
  "timestamp": 1653655414450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655411792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "policy-id",
  "timestamp": 1653655416558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "aai-ml",
  "timestamp": 1653655415771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:43:45.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "cds",
  "timestamp": 1653655414779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655405168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "clamp",
  "timestamp": 1653655414450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655411792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "policy-id",
  "timestamp": 1653655416558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "aai-ml",
  "timestamp": 1653655416776,
  "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=?
2022-05-27T12:43:45.847Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7fff2d4e-1554-45d5-9a0d-96005d3594e9
2022-05-27T12:43:45.847Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fff2d4e-1554-45d5-9a0d-96005d3594e9 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 (?, ?, ?, ?, ?)
2022-05-27T12:43:45.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "cds",
  "timestamp": 1653655414779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655405168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "clamp",
  "timestamp": 1653655414450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655411792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "policy-id",
  "timestamp": 1653655416558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "cds",
  "timestamp": 1653655414779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655405168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "clamp",
  "timestamp": 1653655414450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655411792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "aai-ml",
  "timestamp": 1653655417780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "policy-id",
  "timestamp": 1653655416558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "cds",
  "timestamp": 1653655414779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655405168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "clamp",
  "timestamp": 1653655414450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655411792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "aai-ml",
  "timestamp": 1653655417780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "policy-id",
  "timestamp": 1653655416558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "cds",
  "timestamp": 1653655414779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "clamp",
  "timestamp": 1653655414450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655411792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655419722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:45.870Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "aai-ml",
  "timestamp": 1653655417780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "policy-id",
  "timestamp": 1653655416558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "cds",
  "timestamp": 1653655414779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "clamp",
  "timestamp": 1653655414450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "aai-ml",
  "timestamp": 1653655417780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655420999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:45.874Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "policy-id",
  "timestamp": 1653655416558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "cds",
  "timestamp": 1653655414779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "clamp",
  "timestamp": 1653655414450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "aai-ml",
  "timestamp": 1653655417780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "policy-id",
  "timestamp": 1653655416558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:43:45.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:45.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655422349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:45.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "cds",
  "timestamp": 1653655423826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:45.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:43:45.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:43:45.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "aai-ml",
  "timestamp": 1653655417780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:45.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:43:46.069Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:46.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-27T12:43:46.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7fff2d4e-1554-45d5-9a0d-96005d3594e9","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"65f04d36-c92a-4454-b3eb-59b356cbd559","serviceDescription":"service","serviceInvariantUUID":"5c51ea73-9d81-4305-8b29-effc61840d19","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5cbdab6-0667-43d7-8336-86de49fec4b0","resourceInvariantUUID":"d78b4b88-9a18-46f1-afc5-fc2728403a2a","resourceCustomizationUUID":"81953b0a-43ad-416c-bd4b-36bd23cc0243","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NGFmYTVmOWI4YjVlNTc3MGNhNmY5M2I1OTM4YWFiMDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc1e84c3-b8cb-4f62-b6dc-3236da3c65b5","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"OTZhZGIyMTdhMTA2ZmNlZTNjNTMzNjYzYmI3ZjRiNzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16457ea5-7e36-4403-a6a5-97608602b0d7","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b1a6d1db-9a39-48f7-bd43-084c26081a75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7754ea8-e3eb-4cfb-ad36-b53400cbb275","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6cdfb16f-15e6-4e6f-9f35-46f52f757b84","artifactVersion":"2","generatedFromUUID":"d8ab75ac-d0d8-4a2c-b1c2-839c59252889"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6116e8c9-3755-4ff1-832d-0912e587ee00","artifactVersion":"2","generatedFromUUID":"b1a6d1db-9a39-48f7-bd43-084c26081a75"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d8ab75ac-d0d8-4a2c-b1c2-839c59252889","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"09226443-78e9-47cd-97fe-7590545681af","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YTBiZjhlMGUwODg2NTY0NDFlMTBmY2I5YjNhZTI3Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"802b8972-6ab9-466c-948b-389721655d75","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTNkOTE3MTQxZGRhOTJkYTJiOTJkY2M4MDZjODRlZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd24fe14-3bef-4e46-9ba5-2025f9113950","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:43:46.074Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:43:46.074Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:43:46.080Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:43:46.081Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:46.181Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:43:46.186Z||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.
2022-05-27T12:43:46.187Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:43:46.229Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:46.229Z||pool-89-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:43:47.081Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:43:47.084Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:43:47.087Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:43:47.088Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:43:47.188Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:43:47.189Z||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.
2022-05-27T12:43:47.189Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:43:47.216Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:47.217Z||pool-90-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:43:48.091Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:43:48.092Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:43:48.095Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:43:48.095Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:43:48.195Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:43:48.196Z||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.
2022-05-27T12:43:48.196Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:43:48.226Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:48.226Z||pool-91-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:43:49.096Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:43:49.097Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:43:49.100Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:43:49.101Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:49.200Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:43:49.201Z||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.
2022-05-27T12:43:49.201Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:43:49.229Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:49.230Z||pool-92-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:43:50.101Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:43:50.103Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:43:50.108Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:43:50.108Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-27T12:43:50.208Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:43:50.209Z||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.
2022-05-27T12:43:50.209Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:43:50.239Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:50.240Z||pool-93-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:43:51.109Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:43:51.110Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:43:51.113Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:43:51.113Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-27T12:43:51.213Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:43:51.214Z||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.
2022-05-27T12:43:51.214Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:43:51.244Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:51.245Z||pool-94-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:43:52.114Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:43:52.115Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:43:52.118Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:43:52.118Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-27T12:43:52.227Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-05-27T12:43:52.228Z||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.
2022-05-27T12:43:52.228Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:43:52.249Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:52.250Z||pool-95-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:43:53.119Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:43:53.120Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:43:53.124Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:43:53.125Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:53.224Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:43:53.225Z||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.
2022-05-27T12:43:53.225Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:43:53.256Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:53.256Z||pool-96-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:43:54.125Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:43:54.126Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:43:54.130Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:43:54.131Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:43:54.230Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:43:54.231Z||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.
2022-05-27T12:43:54.232Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:43:54.271Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:54.272Z||pool-97-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:43:55.132Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:43:55.133Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:43:55.136Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:43:55.136Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:43:55.236Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:43:55.237Z||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.
2022-05-27T12:43:55.237Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:43:55.267Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:55.268Z||pool-98-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:43:56.138Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "65f04d36-c92a-4454-b3eb-59b356cbd559",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5c51ea73-9d81-4305-8b29-effc61840d19",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "81953b0a-43ad-416c-bd4b-36bd23cc0243",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a5cbdab6-0667-43d7-8336-86de49fec4b0",
      "resourceInvariantUUID": "d78b4b88-9a18-46f1-afc5-fc2728403a2a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "OTZhZGIyMTdhMTA2ZmNlZTNjNTMzNjYzYmI3ZjRiNzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "16457ea5-7e36-4403-a6a5-97608602b0d7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b1a6d1db-9a39-48f7-bd43-084c26081a75",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6116e8c9-3755-4ff1-832d-0912e587ee00",
            "generatedFromUUID": "b1a6d1db-9a39-48f7-bd43-084c26081a75"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6cdfb16f-15e6-4e6f-9f35-46f52f757b84",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6116e8c9-3755-4ff1-832d-0912e587ee00",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d8ab75ac-d0d8-4a2c-b1c2-839c59252889",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTNkOTE3MTQxZGRhOTJkYTJiOTJkY2M4MDZjODRlZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cd24fe14-3bef-4e46-9ba5-2025f9113950"
    }
  ],
  "workloadContext": "Production"
}
2022-05-27T12:43:56.139Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:43:56.139Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 65f04d36-c92a-4454-b3eb-59b356cbd559 ASDC
2022-05-27T12:43:56.140Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7fff2d4e-1554-45d5-9a0d-96005d3594e9
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:65f04d36-c92a-4454-b3eb-59b356cbd559
ServiceInvariantUUID:5c51ea73-9d81-4305-8b29-effc61840d19
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:cd24fe14-3bef-4e46-9ba5-2025f9113950
ArtifactChecksum:MTNkOTE3MTQxZGRhOTJkYTJiOTJkY2M4MDZjODRlZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:81953b0a-43ad-416c-bd4b-36bd23cc0243
ResourceInvariantUUID:d78b4b88-9a18-46f1-afc5-fc2728403a2a
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:a5cbdab6-0667-43d7-8336-86de49fec4b0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:16457ea5-7e36-4403-a6a5-97608602b0d7
ArtifactChecksum:OTZhZGIyMTdhMTA2ZmNlZTNjNTMzNjYzYmI3ZjRiNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:b1a6d1db-9a39-48f7-bd43-084c26081a75
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:6116e8c9-3755-4ff1-832d-0912e587ee00
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:6cdfb16f-15e6-4e6f-9f35-46f52f757b84
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:6116e8c9-3755-4ff1-832d-0912e587ee00
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:d8ab75ac-d0d8-4a2c-b1c2-839c59252889
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-27T12:43:56.140Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65f04d36-c92a-4454-b3eb-59b356cbd559 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=?
2022-05-27T12:43:56.221Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:43:56.222Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-27T12:43:56.223Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-27T12:43:56.223Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cd24fe14-3bef-4e46-9ba5-2025f9113950 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-27T12:43:56.223Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-27T12:43:56.224Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-27T12:43:56.897Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-27T12:43:56.905Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar cd24fe14-3bef-4e46-9ba5-2025f9113950 158204
2022-05-27T12:43:56.905Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-27T12:43:56.905Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-27T12:43:56.906Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:43:56.906Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:43:56.909Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:43:56.909Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655436905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:43:57.009Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:43:57.010Z||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.
2022-05-27T12:43:57.011Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:43:57.030Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:43:57.031Z||pool-99-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:43:57.910Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:43:57.913Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-27T12:43:57.914Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cd24fe14-3bef-4e46-9ba5-2025f9113950, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-27T12:43:57.915Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-27T12:43:57.918Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-27T12:43:57.919Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-27T12:43:58.216Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP818940243230012529/Definitions/service-BasicCnfMacro-template.yml
2022-05-27T12:43:59.754Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:43:59.755Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-27T12:43:59.755Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-27T12:43:59.756Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-27T12:43:59.756Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-27T12:43:59.756Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-27T12:43:59.756Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-27T12:43:59.756Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-27T12:43:59.757Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-27T12:43:59.757Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.757Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:43:59.758Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-27T12:43:59.758Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-27T12:43:59.758Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:43:59.759Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.759Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:43:59.759Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-27T12:43:59.759Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-27T12:43:59.759Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:43:59.760Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.760Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:43:59.760Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.761Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-27T12:43:59.761Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-27T12:43:59.761Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-27T12:43:59.761Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-27T12:43:59.762Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.762Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:43:59.763Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.763Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-27T12:43:59.763Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:43:59.764Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.764Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-27T12:43:59.764Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:43:59.765Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.765Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-27T12:43:59.765Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:43:59.765Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.766Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-27T12:43:59.766Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:43:59.766Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.767Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-27T12:43:59.767Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-27T12:43:59.767Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=b6dacc57-05ca-4898-b2a1-52212c9b2753
2022-05-27T12:43:59.768Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.768Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:43:59.768Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.768Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:43:59.769Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.769Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:43:59.770Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:43:59.771Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:43:59.771Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:65f04d36-c92a-4454-b3eb-59b356cbd559
Model Version:NULL
Model InvariantUuid:5c51ea73-9d81-4305-8b29-effc61840d19
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:6cac3f9a-b22b-4032-8420-5750bd3568b1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d78b4b88-9a18-46f1-afc5-fc2728403a2a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:81953b0a-43ad-416c-bd4b-36bd23cc0243
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:19720ab1-98e4-4062-98ef-eef8750e888b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e2048048-f232-4ef9-a87e-b31cec05afcf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:df97cd9f-49db-4a8f-8778-660487822ce9
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:af3afcb8-e853-4a00-be6a-9e5a5131aaed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b6dacc57-05ca-4898-b2a1-52212c9b2753
ModelInvariantUuid:409860a4-9bf1-4dd5-85ab-1151aa17799c
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:b71ad9d9-ee40-47f2-a8ec-6bf24b90f70b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:4baa327c-68e5-4e98-b4e8-99b487b88ef0
ModelInvariantUuid:2863c8a2-c734-4a43-b921-eb39080f49d7
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ae9b4150-c164-4ff4-9e98-636df176b529
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:43:59.781Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a5cbdab6-0667-43d7-8336-86de49fec4b0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:43:59.786Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-05-27T12:43:59.786Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a5cbdab6-0667-43d7-8336-86de49fec4b0
2022-05-27T12:43:59.786Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 16457ea5-7e36-4403-a6a5-97608602b0d7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-27T12:43:59.786Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-27T12:43:59.787Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-27T12:44:00.613Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-27T12:44:00.614Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 16457ea5-7e36-4403-a6a5-97608602b0d7 1565
2022-05-27T12:44:00.614Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-27T12:44:00.614Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-27T12:44:00.614Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:44:00.615Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:00.616Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:00.617Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655440614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:44:00.717Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:00.718Z||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.
2022-05-27T12:44:00.718Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:00.754Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:00.754Z||pool-100-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:44:01.618Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "df97cd9f-49db-4a8f-8778-660487822ce9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "af3afcb8-e853-4a00-be6a-9e5a5131aaed",
    "vfModuleModelCustomizationUUID": "f8778491-cf77-4ecf-bd8e-484dfc18f5bc",
    "isBase": true,
    "artifacts": [
      "b1a6d1db-9a39-48f7-bd43-084c26081a75",
      "6116e8c9-3755-4ff1-832d-0912e587ee00"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "19720ab1-98e4-4062-98ef-eef8750e888b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2048048-f232-4ef9-a87e-b31cec05afcf",
    "vfModuleModelCustomizationUUID": "f1dc3a8d-23ca-4130-9f29-50df7dd7ab04",
    "isBase": false,
    "artifacts": [
      "d8ab75ac-d0d8-4a2c-b1c2-839c59252889"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-27T12:44:01.631Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af3afcb8-e853-4a00-be6a-9e5a5131aaed
VfModuleModelInvariantUUID:df97cd9f-49db-4a8f-8778-660487822ce9
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1a6d1db-9a39-48f7-bd43-084c26081a75
,
6116e8c9-3755-4ff1-832d-0912e587ee00

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:e2048048-f232-4ef9-a87e-b31cec05afcf
VfModuleModelInvariantUUID:19720ab1-98e4-4062-98ef-eef8750e888b
VfModuleModelDescription:NULL
Artifacts UUID List:{
d8ab75ac-d0d8-4a2c-b1c2-839c59252889

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-05-27T12:44:01.638Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "df97cd9f-49db-4a8f-8778-660487822ce9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "af3afcb8-e853-4a00-be6a-9e5a5131aaed",
    "vfModuleModelCustomizationUUID": "f8778491-cf77-4ecf-bd8e-484dfc18f5bc",
    "isBase": true,
    "artifacts": [
      "b1a6d1db-9a39-48f7-bd43-084c26081a75",
      "6116e8c9-3755-4ff1-832d-0912e587ee00"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "19720ab1-98e4-4062-98ef-eef8750e888b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2048048-f232-4ef9-a87e-b31cec05afcf",
    "vfModuleModelCustomizationUUID": "f1dc3a8d-23ca-4130-9f29-50df7dd7ab04",
    "isBase": false,
    "artifacts": [
      "d8ab75ac-d0d8-4a2c-b1c2-839c59252889"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-27T12:44:01.638Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af3afcb8-e853-4a00-be6a-9e5a5131aaed
VfModuleModelInvariantUUID:df97cd9f-49db-4a8f-8778-660487822ce9
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1a6d1db-9a39-48f7-bd43-084c26081a75
,
6116e8c9-3755-4ff1-832d-0912e587ee00

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:e2048048-f232-4ef9-a87e-b31cec05afcf
VfModuleModelInvariantUUID:19720ab1-98e4-4062-98ef-eef8750e888b
VfModuleModelDescription:NULL
Artifacts UUID List:{
d8ab75ac-d0d8-4a2c-b1c2-839c59252889

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-05-27T12:44:01.638Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b1a6d1db-9a39-48f7-bd43-084c26081a75 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-27T12:44:01.639Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-27T12:44:01.640Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-27T12:44:02.210Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-27T12:44:02.211Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml b1a6d1db-9a39-48f7-bd43-084c26081a75 914
2022-05-27T12:44:02.212Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-27T12:44:02.212Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-27T12:44:02.212Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:44:02.212Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:02.214Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:02.215Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655442212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:44:02.315Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:02.315Z||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.
2022-05-27T12:44:02.316Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:02.333Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:02.334Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:44:03.215Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6cdfb16f-15e6-4e6f-9f35-46f52f757b84 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-27T12:44:03.216Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-27T12:44:03.216Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-27T12:44:04.712Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-27T12:44:04.713Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 6cdfb16f-15e6-4e6f-9f35-46f52f757b84 12
2022-05-27T12:44:04.714Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-27T12:44:04.714Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-27T12:44:04.714Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:44:04.714Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:04.717Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:04.717Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655444713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:44:04.817Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:04.818Z||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.
2022-05-27T12:44:04.818Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:04.842Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:04.843Z||pool-102-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:44:05.723Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6116e8c9-3755-4ff1-832d-0912e587ee00 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-27T12:44:05.723Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-27T12:44:05.724Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-27T12:44:07.091Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-27T12:44:07.092Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 6116e8c9-3755-4ff1-832d-0912e587ee00 96
2022-05-27T12:44:07.093Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-27T12:44:07.093Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-27T12:44:07.093Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:44:07.094Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:07.095Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:07.095Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655447093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:44:07.196Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:07.197Z||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.
2022-05-27T12:44:07.197Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:07.221Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:07.222Z||pool-103-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:44:08.096Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d8ab75ac-d0d8-4a2c-b1c2-839c59252889 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-27T12:44:08.097Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-27T12:44:08.097Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-27T12:44:08.647Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-27T12:44:08.649Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d8ab75ac-d0d8-4a2c-b1c2-839c59252889 20206
2022-05-27T12:44:08.650Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-27T12:44:08.650Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-27T12:44:08.650Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:44:08.651Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:08.654Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:08.654Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655448650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:44:08.754Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:08.755Z||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.
2022-05-27T12:44:08.755Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:08.781Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:08.782Z||pool-104-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:44:09.662Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 65f04d36-c92a-4454-b3eb-59b356cbd559
2022-05-27T12:44:09.662Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 a5cbdab6-0667-43d7-8336-86de49fec4b0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:44:09.682Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d3daa9, org.onap.sdc.toscaparser.api.parameters.Input@187f212, org.onap.sdc.toscaparser.api.parameters.Input@5aadb5c9, org.onap.sdc.toscaparser.api.parameters.Input@587c6bc9, org.onap.sdc.toscaparser.api.parameters.Input@43e1f4fd]
2022-05-27T12:44:09.685Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:09.685Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:09.685Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-27T12:44:09.685Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 81953b0a-43ad-416c-bd4b-36bd23cc0243
2022-05-27T12:44:09.686Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 81953b0a-43ad-416c-bd4b-36bd23cc0243 matches Tosca VF Customization UUID: 81953b0a-43ad-416c-bd4b-36bd23cc0243
2022-05-27T12:44:09.686Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 81953b0a-43ad-416c-bd4b-36bd23cc0243  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-27T12:44:09.689Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:09.689Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:09.690Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 81953b0a-43ad-416c-bd4b-36bd23cc0243: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-05-27T12:44:09.690Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@716560c9
2022-05-27T12:44:09.691Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:09.691Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:44:09.693Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f1dc3a8d-23ca-4130-9f29-50df7dd7ab04
2022-05-27T12:44:09.694Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f1dc3a8d-23ca-4130-9f29-50df7dd7ab04
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-27T12:44:09.697Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:09.698Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-27T12:44:09.698Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:44:09.698Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:09.699Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-27T12:44:09.699Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:44:09.699Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:09.699Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-27T12:44:09.700Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=81953b0a-43ad-416c-bd4b-36bd23cc0243
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:44:09.702Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:09.703Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:09.703Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 65f04d36-c92a-4454-b3eb-59b356cbd559: basic_cnf_macro
2022-05-27T12:44:09.703Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:09.703Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:09.704Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:09.704Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:09.704Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:09.705Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:09.705Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:09.705Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:09.706Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:09.706Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:09.708Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:44:09.774Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro a5cbdab6-0667-43d7-8336-86de49fec4b0 2 ASDC deployResourceStructure
2022-05-27T12:44:09.775Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-27T12:44:09.775Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-27T12:44:09.775Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:44:09.776Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:09.778Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:09.778Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655449775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:44:09.882Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-05-27T12:44:09.883Z||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.
2022-05-27T12:44:09.883Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:09.906Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:09.906Z||pool-105-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:44:10.779Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-27T12:44:10.780Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-27T12:44:10.780Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:44:10.780Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:10.783Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:10.783Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655450779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:44:10.883Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:10.884Z||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.
2022-05-27T12:44:10.884Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:10.945Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:10.945Z||pool-106-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":12,"count":1}
2022-05-27T12:44:11.785Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-27T12:44:11.785Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-05-27T12:44:11.785Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-27T12:44:11.785Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:11.788Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:11.788Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655451784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-27T12:44:11.888Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:11.889Z||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.
2022-05-27T12:44:11.890Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:11.918Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:11.919Z||pool-107-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:44:12.789Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-27T12:44:12.790Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-27T12:44:12.790Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:44:12.790Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:12.793Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:12.793Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655452789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:44:12.893Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:12.894Z||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.
2022-05-27T12:44:12.894Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:12.915Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:12.916Z||pool-108-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:44:13.794Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-27T12:44:13.795Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-27T12:44:13.795Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-27T12:44:13.796Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:13.798Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:13.798Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655453794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-27T12:44:13.898Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:13.899Z||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.
2022-05-27T12:44:13.899Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:13.914Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:13.915Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:44:14.799Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-27T12:44:14.799Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-27T12:44:14.800Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:44:14.800Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:14.803Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:14.803Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655454799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:44:14.903Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:14.904Z||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.
2022-05-27T12:44:14.904Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:14.923Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:14.924Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:44:15.804Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fff2d4e-1554-45d5-9a0d-96005d3594e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:44:15.818Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fff2d4e-1554-45d5-9a0d-96005d3594e9
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=?
2022-05-27T12:44:15.821Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:44:15.821Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-27T12:44:15.821Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-27T12:44:15.821Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-27T12:44:15.822Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:44:15.822Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:44:15.822Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:44:15.822Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:44:15.822Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:44:15.823Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:44:15.823Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:44:15.828Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-27T12:44:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:44:45.421Z||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.
2022-05-27T12:44:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:45.484Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:45.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:44:45.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "policy-id",
  "timestamp": 1653655425404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:44:45.486Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:44:45.829Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7fff2d4e-1554-45d5-9a0d-96005d3594e9 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=?
2022-05-27T12:44:45.836Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7fff2d4e-1554-45d5-9a0d-96005d3594e9 and serviceModelVersionId: 65f04d36-c92a-4454-b3eb-59b356cbd559
2022-05-27T12:44:45.836Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c51ea73-9d81-4305-8b29-effc61840d19
2022-05-27T12:44:45.838Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c51ea73-9d81-4305-8b29-effc61840d19/model-vers/model-ver/65f04d36-c92a-4454-b3eb-59b356cbd559?depth=0
2022-05-27T12:44:45.844Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-27T12:44:45.954Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c51ea73-9d81-4305-8b29-effc61840d19/model-vers/model-ver/65f04d36-c92a-4454-b3eb-59b356cbd559?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]}
2022-05-27T12:44:45.957Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c51ea73-9d81-4305-8b29-effc61840d19/model-vers/model-ver/65f04d36-c92a-4454-b3eb-59b356cbd559?depth=0|INFO|500||Invoke
2022-05-27T12:44:45.989Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c51ea73-9d81-4305-8b29-effc61840d19/model-vers/model-ver/65f04d36-c92a-4454-b3eb-59b356cbd559?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-27T12:44:46.221Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c51ea73-9d81-4305-8b29-effc61840d19/model-vers/model-ver/65f04d36-c92a-4454-b3eb-59b356cbd559?depth=0|INFO|500||InvokeReturn
2022-05-27T12:44:46.222Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c51ea73-9d81-4305-8b29-effc61840d19/model-vers/model-ver/65f04d36-c92a-4454-b3eb-59b356cbd559?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220527-12:44:46:001-40887], vertex-id=[270568], Content-Length=[0], Date=[Fri, 27 May 2022 12:44:45 GMT], Content-Type=[application/json]}
2022-05-27T12:44:46.222Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-27T12:44:46.222Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-27T12:44:46.222Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:44:46.228Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-27T12:44:46.228Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7fff2d4e-1554-45d5-9a0d-96005d3594e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-27T12:44:46.228Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-27T12:44:46.229Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:46.231Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:46.231Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655486228,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:44:46.331Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:46.332Z||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.
2022-05-27T12:44:46.332Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:46.392Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:46.393Z||pool-111-thread-1|||||INFO|500||cambria reply ok (62 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=?
2022-05-27T12:44:47.246Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-27T12:44:47.247Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b0dee3d1-837c-47c9-87c6-2620c9f76e7b","serviceDescription":"service","serviceInvariantUUID":"3b62accc-a4ad-403f-b8cb-16ba082d10f1","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8577c0ee-fcb0-4165-9e32-96195e0fc1e3","resourceInvariantUUID":"80b8717c-9883-4234-951e-026a79d83a43","resourceCustomizationUUID":"df6b051d-b843-45a3-ad77-fd85b0873d01","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NTZhOWZiZTcxYTZlYTk2NTE2NzY5YzY3ODc3ZGExODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4e50e0bf-016d-4a67-a93d-e1fe0b965266","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZDk1ZDkwZTEwZWZkMDczOGRlMmVhMjdkZGRiMzk5N2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c424ec5-f003-4c91-9104-b7a0c57ccec8","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2ec553b8-2b30-4cff-b6c7-1a08bec37087","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f43f519c-2814-487c-8f56-dd86366c7446","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"249936eb-fb68-4676-8caa-db924c54a2dc","artifactVersion":"2","generatedFromUUID":"2ec553b8-2b30-4cff-b6c7-1a08bec37087"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NDhmYjJkNzk1MzM4MzM5MzE0NDc4ZGUwZTdjNDNhZjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d91912e6-b944-48b6-9212-3a0bb20de7eb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YjRiZGYzMTU5NWZlZWZlYmY2N2E5ZjI3ZThjMzQwZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8ceea49-553b-422f-9090-ab9f76157d37","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDY0ZjU5MDU0Mjk3MzM3OWI4NTQzNmI1MmRhYmMyMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ddc86bc2-9655-460d-a6e6-b69bd3d83de6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:44:47.247Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:44:47.247Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:47.249Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:47.249Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:44:47.350Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:47.354Z||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.
2022-05-27T12:44:47.354Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:47.408Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:47.409Z||pool-112-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:44:48.250Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:44:48.250Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:48.252Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:48.253Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:44:48.356Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-27T12:44:48.357Z||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.
2022-05-27T12:44:48.357Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:48.391Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:48.392Z||pool-113-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:44:49.253Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:44:49.254Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:49.256Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:49.256Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:44:49.356Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:49.357Z||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.
2022-05-27T12:44:49.357Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:49.386Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:49.387Z||pool-114-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:44:50.260Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:44:50.261Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:50.263Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:50.263Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:44:50.370Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-05-27T12:44:50.371Z||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.
2022-05-27T12:44:50.371Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:50.406Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:50.407Z||pool-115-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:44:51.264Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:44:51.264Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:51.266Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:51.266Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-27T12:44:51.369Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:44:51.370Z||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.
2022-05-27T12:44:51.370Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:51.422Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:51.423Z||pool-116-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:44:52.267Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:44:52.268Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:52.270Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:52.270Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:44:52.371Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:44:52.371Z||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.
2022-05-27T12:44:52.372Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:52.398Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:52.399Z||pool-117-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:44:53.281Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:44:53.281Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:53.285Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:53.285Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:44:53.386Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:44:53.387Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:44:53.387Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:53.426Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:53.427Z||pool-118-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:44:54.286Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:44:54.286Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:54.288Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:54.288Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:44:54.390Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:44:54.391Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:44:54.391Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:54.415Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:54.416Z||pool-119-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:44:55.289Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b0dee3d1-837c-47c9-87c6-2620c9f76e7b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3b62accc-a4ad-403f-b8cb-16ba082d10f1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "df6b051d-b843-45a3-ad77-fd85b0873d01",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8577c0ee-fcb0-4165-9e32-96195e0fc1e3",
      "resourceInvariantUUID": "80b8717c-9883-4234-951e-026a79d83a43",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ZDk1ZDkwZTEwZWZkMDczOGRlMmVhMjdkZGRiMzk5N2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3c424ec5-f003-4c91-9104-b7a0c57ccec8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2ec553b8-2b30-4cff-b6c7-1a08bec37087",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "249936eb-fb68-4676-8caa-db924c54a2dc",
            "generatedFromUUID": "2ec553b8-2b30-4cff-b6c7-1a08bec37087"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "249936eb-fb68-4676-8caa-db924c54a2dc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NDY0ZjU5MDU0Mjk3MzM3OWI4NTQzNmI1MmRhYmMyMDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ddc86bc2-9655-460d-a6e6-b69bd3d83de6"
    }
  ],
  "workloadContext": "Production"
}
2022-05-27T12:44:55.290Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:44:55.290Z|7fff2d4e-1554-45d5-9a0d-96005d3594e9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b0dee3d1-837c-47c9-87c6-2620c9f76e7b ASDC
2022-05-27T12:44:55.290Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:b0dee3d1-837c-47c9-87c6-2620c9f76e7b
ServiceInvariantUUID:3b62accc-a4ad-403f-b8cb-16ba082d10f1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:ddc86bc2-9655-460d-a6e6-b69bd3d83de6
ArtifactChecksum:NDY0ZjU5MDU0Mjk3MzM3OWI4NTQzNmI1MmRhYmMyMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:df6b051d-b843-45a3-ad77-fd85b0873d01
ResourceInvariantUUID:80b8717c-9883-4234-951e-026a79d83a43
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8577c0ee-fcb0-4165-9e32-96195e0fc1e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:3c424ec5-f003-4c91-9104-b7a0c57ccec8
ArtifactChecksum:ZDk1ZDkwZTEwZWZkMDczOGRlMmVhMjdkZGRiMzk5N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:2ec553b8-2b30-4cff-b6c7-1a08bec37087
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:249936eb-fb68-4676-8caa-db924c54a2dc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:249936eb-fb68-4676-8caa-db924c54a2dc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-27T12:44:55.291Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0dee3d1-837c-47c9-87c6-2620c9f76e7b 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 (?, ?, ?, ?, ?)
2022-05-27T12:44:55.343Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:44:55.344Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-27T12:44:55.344Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-27T12:44:55.344Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ddc86bc2-9655-460d-a6e6-b69bd3d83de6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-27T12:44:55.344Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-27T12:44:55.344Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-27T12:44:55.795Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-27T12:44:55.798Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ddc86bc2-9655-460d-a6e6-b69bd3d83de6 78816
2022-05-27T12:44:55.799Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-27T12:44:55.799Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-27T12:44:55.799Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:44:55.799Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:55.801Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:55.801Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655495799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:44:55.901Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:55.902Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:44:55.902Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:55.937Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:55.937Z||pool-120-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:44:56.802Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:44:56.802Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-27T12:44:56.803Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ddc86bc2-9655-460d-a6e6-b69bd3d83de6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-27T12:44:56.803Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-27T12:44:56.803Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-27T12:44:56.803Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-27T12:44:56.971Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9876639964165278629/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-27T12:44:58.471Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:44:58.472Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-27T12:44:58.472Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-27T12:44:58.472Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-27T12:44:58.473Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-27T12:44:58.473Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-27T12:44:58.473Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-27T12:44:58.473Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-27T12:44:58.473Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-27T12:44:58.474Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-27T12:44:58.474Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-27T12:44:58.474Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-27T12:44:58.474Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-27T12:44:58.474Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-27T12:44:58.475Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:58.475Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:58.476Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-27T12:44:58.476Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-27T12:44:58.476Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:44:58.477Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:58.477Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:58.477Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-27T12:44:58.477Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-27T12:44:58.478Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:44:58.478Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:58.478Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:58.479Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:58.479Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-27T12:44:58.479Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-27T12:44:58.479Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-27T12:44:58.480Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-27T12:44:58.480Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-27T12:44:58.480Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-27T12:44:58.481Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:58.481Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:44:58.481Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:58.481Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-27T12:44:58.482Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:44:58.482Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:58.482Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-27T12:44:58.483Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:44:58.483Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:58.483Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-27T12:44:58.483Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:44:58.484Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:58.484Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-27T12:44:58.484Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-27T12:44:58.485Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-27T12:44:58.490Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d08a45c9-602a-4539-88bb-7b80faf3e916
2022-05-27T12:44:58.490Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:58.491Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:58.493Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:58.493Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:58.493Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:58.494Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:58.494Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:44:58.494Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:44:58.494Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:b0dee3d1-837c-47c9-87c6-2620c9f76e7b
Model Version:NULL
Model InvariantUuid:3b62accc-a4ad-403f-b8cb-16ba082d10f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:8f82362a-2ad3-43c4-9c56-1fda75bbfe75
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:80b8717c-9883-4234-951e-026a79d83a43
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:df6b051d-b843-45a3-ad77-fd85b0873d01
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:614d99f1-371c-457f-ad27-947bded3fca7
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:e366b476-16d5-4684-9ab9-5622b4bf39bf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d08a45c9-602a-4539-88bb-7b80faf3e916
ModelInvariantUuid:5211c337-835f-42e5-8cf0-47f64431b25e
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:461fcebe-8edf-41f1-9ff1-ccce8c67b44f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:396649eb-a69e-47a9-8a09-3aee99efcfe8
ModelInvariantUuid:09a91f17-fac4-4952-b2f0-5b061688a62a
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:3c01759a-f38a-4d9c-9d7c-5ad2254b24b5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:44:58.502Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8577c0ee-fcb0-4165-9e32-96195e0fc1e3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:44:58.505Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-05-27T12:44:58.506Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8577c0ee-fcb0-4165-9e32-96195e0fc1e3
2022-05-27T12:44:58.506Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3c424ec5-f003-4c91-9104-b7a0c57ccec8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-27T12:44:58.506Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-27T12:44:58.506Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-27T12:44:59.000Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-27T12:44:59.000Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 3c424ec5-f003-4c91-9104-b7a0c57ccec8 792
2022-05-27T12:44:59.001Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-27T12:44:59.001Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-27T12:44:59.002Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:44:59.003Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:44:59.007Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:44:59.007Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655499001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:44:59.107Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:44:59.108Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:44:59.108Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:44:59.138Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:44:59.139Z||pool-121-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:45:00.008Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "614d99f1-371c-457f-ad27-947bded3fca7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e366b476-16d5-4684-9ab9-5622b4bf39bf",
    "vfModuleModelCustomizationUUID": "54417eb7-81f3-4ed9-9a84-27e1c6d0d0ba",
    "isBase": true,
    "artifacts": [
      "2ec553b8-2b30-4cff-b6c7-1a08bec37087",
      "249936eb-fb68-4676-8caa-db924c54a2dc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-27T12:45:00.012Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e366b476-16d5-4684-9ab9-5622b4bf39bf
VfModuleModelInvariantUUID:614d99f1-371c-457f-ad27-947bded3fca7
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ec553b8-2b30-4cff-b6c7-1a08bec37087
,
249936eb-fb68-4676-8caa-db924c54a2dc

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

isBase:true


}

2022-05-27T12:45:00.015Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "614d99f1-371c-457f-ad27-947bded3fca7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e366b476-16d5-4684-9ab9-5622b4bf39bf",
    "vfModuleModelCustomizationUUID": "54417eb7-81f3-4ed9-9a84-27e1c6d0d0ba",
    "isBase": true,
    "artifacts": [
      "2ec553b8-2b30-4cff-b6c7-1a08bec37087",
      "249936eb-fb68-4676-8caa-db924c54a2dc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-27T12:45:00.016Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e366b476-16d5-4684-9ab9-5622b4bf39bf
VfModuleModelInvariantUUID:614d99f1-371c-457f-ad27-947bded3fca7
VfModuleModelDescription:NULL
Artifacts UUID List:{
2ec553b8-2b30-4cff-b6c7-1a08bec37087
,
249936eb-fb68-4676-8caa-db924c54a2dc

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

isBase:true


}

2022-05-27T12:45:00.016Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2ec553b8-2b30-4cff-b6c7-1a08bec37087 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-27T12:45:00.016Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-27T12:45:00.016Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-27T12:45:00.588Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-27T12:45:00.588Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2ec553b8-2b30-4cff-b6c7-1a08bec37087 5033
2022-05-27T12:45:00.589Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-27T12:45:00.589Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-27T12:45:00.589Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:45:00.589Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:45:00.591Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:45:00.592Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655500589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:45:00.692Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:45:00.693Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:45:00.693Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:45:00.711Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:45:00.712Z||pool-122-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:45:01.597Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 249936eb-fb68-4676-8caa-db924c54a2dc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-27T12:45:01.597Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-27T12:45:01.597Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-27T12:45:01.892Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-27T12:45:01.892Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 249936eb-fb68-4676-8caa-db924c54a2dc 903
2022-05-27T12:45:01.893Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-27T12:45:01.893Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-27T12:45:01.893Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:45:01.894Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:45:01.897Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:45:01.897Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655501893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:45:01.998Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:45:01.999Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:45:01.999Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:45:02.019Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:45:02.019Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:45:02.897Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b0dee3d1-837c-47c9-87c6-2620c9f76e7b
2022-05-27T12:45:02.898Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8577c0ee-fcb0-4165-9e32-96195e0fc1e3 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:45:02.939Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ad8597e, org.onap.sdc.toscaparser.api.parameters.Input@449552bc, org.onap.sdc.toscaparser.api.parameters.Input@38e7fc99, org.onap.sdc.toscaparser.api.parameters.Input@7a386f24, org.onap.sdc.toscaparser.api.parameters.Input@4293cab4]
2022-05-27T12:45:02.944Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.945Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:45:02.945Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-27T12:45:02.945Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= df6b051d-b843-45a3-ad77-fd85b0873d01
2022-05-27T12:45:02.945Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: df6b051d-b843-45a3-ad77-fd85b0873d01 matches Tosca VF Customization UUID: df6b051d-b843-45a3-ad77-fd85b0873d01
2022-05-27T12:45:02.945Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: df6b051d-b843-45a3-ad77-fd85b0873d01  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-27T12:45:02.950Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.950Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:45:02.951Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id df6b051d-b843-45a3-ad77-fd85b0873d01: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-05-27T12:45:02.951Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@128149ce
2022-05-27T12:45:02.951Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.952Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:45:02.952Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54417eb7-81f3-4ed9-9a84-27e1c6d0d0ba
2022-05-27T12:45:02.952Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54417eb7-81f3-4ed9-9a84-27e1c6d0d0ba
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-27T12:45:02.973Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.974Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-27T12:45:02.975Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:45:02.975Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.975Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-27T12:45:02.976Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:45:02.976Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.976Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-27T12:45:02.977Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-27T12:45:02.977Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-27T12:45:02.977Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d08a45c9-602a-4539-88bb-7b80faf3e916
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-27T12:45:02.981Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.982Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-27T12:45:02.983Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:45:02.983Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.983Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-27T12:45:02.984Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=df6b051d-b843-45a3-ad77-fd85b0873d01
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:45:02.987Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.987Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:45:02.988Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b0dee3d1-837c-47c9-87c6-2620c9f76e7b: basic_vm_macro
2022-05-27T12:45:02.989Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.989Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:45:02.989Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.990Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:45:02.990Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.990Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:45:02.991Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.991Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:45:02.991Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:45:02.991Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:45:02.992Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:45:03.186Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8577c0ee-fcb0-4165-9e32-96195e0fc1e3 1 ASDC deployResourceStructure
2022-05-27T12:45:03.187Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-27T12:45:03.187Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-27T12:45:03.187Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:45:03.188Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:45:03.191Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:45:03.191Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655503187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:45:03.291Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:45:03.292Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:45:03.292Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:45:03.345Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:45:03.347Z||pool-124-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:45:04.193Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-27T12:45:04.193Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-27T12:45:04.193Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:45:04.194Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:45:04.196Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:45:04.196Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655504192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:45:04.296Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:45:04.297Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:45:04.297Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:45:04.322Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:45:04.323Z||pool-125-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:45:05.197Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-27T12:45:05.197Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-27T12:45:05.197Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:45:05.198Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:45:05.200Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:45:05.200Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655505197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:45:05.300Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:45:05.301Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:45:05.301Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:45:05.333Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:45:05.334Z||pool-126-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:45:06.202Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-27T12:45:06.202Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-27T12:45:06.202Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:45:06.202Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:45:06.210Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:45:06.210Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655506201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:45:06.307Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-27T12:45:06.308Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:45:06.308Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:45:06.336Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:45:06.337Z||pool-127-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:45:07.210Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:45:07.228Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
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=?
2022-05-27T12:45:07.231Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:45:07.232Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:45:07.232Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:45:37.232Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:45:37.256Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
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=?
2022-05-27T12:45:37.258Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:45:37.259Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:45:37.259Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:45:45.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:45:45.421Z||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.
2022-05-27T12:45:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:45:45.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:45:45.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:45:45.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655423373,
  "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=?
2022-05-27T12:45:45.480Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
2022-05-27T12:45:45.480Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7 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 (?, ?, ?, ?, ?)
2022-05-27T12:46:07.260Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:46:07.276Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
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=?
2022-05-27T12:46:07.279Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:46:07.280Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:46:07.280Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:46:37.280Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:46:37.291Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
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=?
2022-05-27T12:46:37.293Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:46:37.293Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-27T12:46:37.293Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-27T12:46:45.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:46:45.421Z||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.
2022-05-27T12:46:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:46:45.500Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:46:45.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "aai-ml",
  "timestamp": 1653655417780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "cds",
  "timestamp": 1653655425115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:46:45.510Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
2022-05-27T12:46:45.510Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7 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 (?, ?, ?, ?, ?)
2022-05-27T12:46:45.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "policy-id",
  "timestamp": 1653655426408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:46:45.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655424375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:46:45.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "aai-ml",
  "timestamp": 1653655417780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:46:45.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:46:45.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "policy-id",
  "timestamp": 1653655427411,
  "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=?
2022-05-27T12:46:45.530Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
2022-05-27T12:46:45.530Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7 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=?
2022-05-27T12:46:45.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:46:45.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "aai-ml",
  "timestamp": 1653655426600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:46:45.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655427752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-27T12:46:45.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655427752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-27T12:46:45.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655427752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-27T12:46:45.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "clamp",
  "timestamp": 1653655431283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:46:45.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655427752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655427752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655427752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:46:45.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655427752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "clamp",
  "timestamp": 1653655435296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:46:45.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655436905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:46:45.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655427752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:46:45.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "clamp",
  "timestamp": 1653655436301,
  "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=?
2022-05-27T12:46:45.564Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
2022-05-27T12:46:45.564Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7 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 (?, ?, ?, ?, ?)
2022-05-27T12:46:45.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655437059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:46:45.573Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655440614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:46:45.574Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655440273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:46:45.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655442212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:46:45.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655441279,
  "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=?
2022-05-27T12:46:45.581Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
2022-05-27T12:46:45.581Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7 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 (?, ?, ?, ?, ?)
2022-05-27T12:46:45.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655444713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:46:45.592Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655447093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:46:45.593Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "aai-ml",
  "timestamp": 1653655446785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:46:45.593Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655448650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:46:45.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "aai-ml",
  "timestamp": 1653655447790,
  "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=?
2022-05-27T12:46:45.600Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
2022-05-27T12:46:45.600Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7 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 (?, ?, ?, ?, ?)
2022-05-27T12:46:45.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655449775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:46:45.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655450779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:46:45.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655451784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-27T12:46:45.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655452789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:46:45.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655453794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-27T12:46:45.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655454799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:46:45.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655465168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655465168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655465168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655471792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655465168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "aai-ml",
  "timestamp": 1653655473298,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655471792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655465168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "cds",
  "timestamp": 1653655474779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "clamp",
  "timestamp": 1653655474447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "aai-ml",
  "timestamp": 1653655473298,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655471792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655465168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "policy-id",
  "timestamp": 1653655476557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "cds",
  "timestamp": 1653655474779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "clamp",
  "timestamp": 1653655474447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "aai-ml",
  "timestamp": 1653655473298,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655471792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655465168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "policy-id",
  "timestamp": 1653655476557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "cds",
  "timestamp": 1653655474779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "clamp",
  "timestamp": 1653655474447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655471792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "aai-ml",
  "timestamp": 1653655473298,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "policy-id",
  "timestamp": 1653655476557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655465168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "cds",
  "timestamp": 1653655474779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "clamp",
  "timestamp": 1653655474447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "aai-ml",
  "timestamp": 1653655473298,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655471792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655465168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:46:45.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "policy-id",
  "timestamp": 1653655476557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "cds",
  "timestamp": 1653655474779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "clamp",
  "timestamp": 1653655474447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655471792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:46:45.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "aai-ml",
  "timestamp": 1653655473298,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "policy-id",
  "timestamp": 1653655476557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "cds",
  "timestamp": 1653655474779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "clamp",
  "timestamp": 1653655474447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "aai-ml",
  "timestamp": 1653655473298,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655471792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "policy-id",
  "timestamp": 1653655476557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "cds",
  "timestamp": 1653655474779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "clamp",
  "timestamp": 1653655474447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655471792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "aai-ml",
  "timestamp": 1653655473298,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "policy-id",
  "timestamp": 1653655476557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "cds",
  "timestamp": 1653655474779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "clamp",
  "timestamp": 1653655474447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "aai-ml",
  "timestamp": 1653655473298,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:46:45.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655481997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:46:45.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "policy-id",
  "timestamp": 1653655476557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:46:45.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "cds",
  "timestamp": 1653655474779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:46:45.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "clamp",
  "timestamp": 1653655474447,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:46:45.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:46:45.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "aai-ml",
  "timestamp": 1653655483307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:46:45.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:46:45.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:46:45.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655483031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:46:45.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:07.293Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:47:07.309Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7
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=?
2022-05-27T12:47:07.312Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:47:07.313Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-27T12:47:07.313Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-27T12:47:07.314Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-27T12:47:07.314Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:47:07.314Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:47:07.314Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:47:07.315Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:47:07.315Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:47:07.316Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:47:07.316Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:47:07.321Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-27T12:47:37.322Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7 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=?
2022-05-27T12:47:37.335Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7 and serviceModelVersionId: b0dee3d1-837c-47c9-87c6-2620c9f76e7b
2022-05-27T12:47:37.336Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b62accc-a4ad-403f-b8cb-16ba082d10f1
2022-05-27T12:47:37.338Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b62accc-a4ad-403f-b8cb-16ba082d10f1/model-vers/model-ver/b0dee3d1-837c-47c9-87c6-2620c9f76e7b?depth=0
2022-05-27T12:47:37.345Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-27T12:47:37.413Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b62accc-a4ad-403f-b8cb-16ba082d10f1/model-vers/model-ver/b0dee3d1-837c-47c9-87c6-2620c9f76e7b?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]}
2022-05-27T12:47:37.416Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b62accc-a4ad-403f-b8cb-16ba082d10f1/model-vers/model-ver/b0dee3d1-837c-47c9-87c6-2620c9f76e7b?depth=0|INFO|500||Invoke
2022-05-27T12:47:37.443Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b62accc-a4ad-403f-b8cb-16ba082d10f1/model-vers/model-ver/b0dee3d1-837c-47c9-87c6-2620c9f76e7b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-27T12:47:38.004Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b62accc-a4ad-403f-b8cb-16ba082d10f1/model-vers/model-ver/b0dee3d1-837c-47c9-87c6-2620c9f76e7b?depth=0|INFO|500||InvokeReturn
2022-05-27T12:47:38.005Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b62accc-a4ad-403f-b8cb-16ba082d10f1/model-vers/model-ver/b0dee3d1-837c-47c9-87c6-2620c9f76e7b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220527-12:47:37:455-57561], vertex-id=[499848], Content-Length=[0], Date=[Fri, 27 May 2022 12:47:37 GMT], Content-Type=[application/json]}
2022-05-27T12:47:38.006Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-27T12:47:38.006Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-27T12:47:38.006Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:47:38.013Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-27T12:47:38.013Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-27T12:47:38.014Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-27T12:47:38.014Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:47:38.016Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:47:38.016Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655658013,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:47:38.117Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:47:38.118Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:47:38.119Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:38.144Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:38.146Z||pool-128-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-27T12:47:39.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:47:39.029Z||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.
2022-05-27T12:47:39.030Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:43.597Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:43.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-27T12:47:43.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"31136589-8ca3-46a2-b307-5692291d90f9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a65aef6a-6798-42ee-a3d8-ba98ddb0630f","serviceDescription":"service","serviceInvariantUUID":"659d1cd9-787e-4c4c-8dda-3be7232e93fc","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1cfad8d5-3469-48eb-b83c-cfd6fc33d6da","resourceInvariantUUID":"625fd2e6-1f49-44aa-bdcf-071fa8c781ce","resourceCustomizationUUID":"0fdac210-f29f-4d92-a86c-a5ba15a2e7ad","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":"NDA0NmMyMmM3YTdjZDU2NDBmOTllOTk5OGJlMzE4MzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9cbbb87a-7442-4e4a-957e-531c28835d9b","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":"fd8e2c5b-22ea-4314-8ede-c99b25aba7de","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":"3d9689a7-b5ad-45fe-8e92-237a916c6cd6","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":"MDk5MjkwNDdmMmI4NjlmZDk2MWU4ODZhZTkxNzQzZjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e6f03851-a7e1-4716-b693-996b1b4be121","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":"c9dcb4af-2800-4030-9c58-3323116b068f","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":"5fd3032f-072a-465e-8242-972e89dfea12","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":"ed311e52-cc39-44e8-ac52-eb6a53a285b8","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":"OTAwOTgzNTBkOGE2YmVhY2MwZWZjMjA3NzBmNzBmZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24f7425b-990f-49ca-aebf-1ec719db00c1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Yzg1NGFkODU3MzYwZDQ2NDM4YjEzOTBjM2QxZmM1MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8512fa70-6047-4ebf-9d9c-683d4c51d19a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:47:43.602Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:47:43.602Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:47:43.604Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:47:43.604Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:43.705Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:47:43.706Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:47:43.706Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:43.732Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:43.732Z||pool-129-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:47:44.605Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:47:44.606Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:47:44.608Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:47:44.608Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:44.709Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:47:44.711Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:47:44.711Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:44.729Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:44.729Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:47:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:47:45.420Z||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.
2022-05-27T12:47:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:45.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:45.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "policy-id",
  "timestamp": 1653655476557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "cds",
  "timestamp": 1653655484806,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655484033,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:47:45.516Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 31136589-8ca3-46a2-b307-5692291d90f9
2022-05-27T12:47:45.517Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31136589-8ca3-46a2-b307-5692291d90f9 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 (?, ?, ?, ?, ?)
2022-05-27T12:47:45.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fff2d4e-1554-45d5-9a0d-96005d3594e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655486228,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:47:45.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "policy-id",
  "timestamp": 1653655486535,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "cds",
  "timestamp": 1653655486047,
  "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=?
2022-05-27T12:47:45.530Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31136589-8ca3-46a2-b307-5692291d90f9
2022-05-27T12:47:45.530Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31136589-8ca3-46a2-b307-5692291d90f9 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 (?, ?, ?, ?, ?)
2022-05-27T12:47:45.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "policy-id",
  "timestamp": 1653655487539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:47:45.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655485168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "policy-id",
  "timestamp": 1653655488544,
  "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=?
2022-05-27T12:47:45.545Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31136589-8ca3-46a2-b307-5692291d90f9
2022-05-27T12:47:45.546Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31136589-8ca3-46a2-b307-5692291d90f9 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 (?, ?, ?, ?, ?)
2022-05-27T12:47:45.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "clamp",
  "timestamp": 1653655487293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655485168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655485168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "clamp",
  "timestamp": 1653655489307,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:47:45.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655485168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "cds",
  "timestamp": 1653655489780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "clamp",
  "timestamp": 1653655490313,
  "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=?
2022-05-27T12:47:45.562Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31136589-8ca3-46a2-b307-5692291d90f9
2022-05-27T12:47:45.562Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31136589-8ca3-46a2-b307-5692291d90f9 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 (?, ?, ?, ?, ?)
2022-05-27T12:47:45.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655485168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "cds",
  "timestamp": 1653655489780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655485168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "cds",
  "timestamp": 1653655489780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655485168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "aai-ml",
  "timestamp": 1653655492836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:47:45.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "cds",
  "timestamp": 1653655489780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655491792,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655485168,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "aai-ml",
  "timestamp": 1653655493842,
  "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=?
2022-05-27T12:47:45.583Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31136589-8ca3-46a2-b307-5692291d90f9
2022-05-27T12:47:45.584Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31136589-8ca3-46a2-b307-5692291d90f9 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 (?, ?, ?, ?, ?)
2022-05-27T12:47:45.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "cds",
  "timestamp": 1653655489780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655491792,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655495799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.593Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "cds",
  "timestamp": 1653655489780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655491792,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655494934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "policy-id",
  "timestamp": 1653655496557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "cds",
  "timestamp": 1653655489780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655491792,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "policy-id",
  "timestamp": 1653655496557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "cds",
  "timestamp": 1653655489780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655491792,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655496541,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655499001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "policy-id",
  "timestamp": 1653655496557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655497833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655491792,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "policy-id",
  "timestamp": 1653655496557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "cds",
  "timestamp": 1653655499249,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655498358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655500589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655491792,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "policy-id",
  "timestamp": 1653655496557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "cds",
  "timestamp": 1653655500257,
  "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=?
2022-05-27T12:47:45.610Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:47:45.611Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:47:45.614Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:47:45.614Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.615Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61ac73b3-9972-4d68-b94c-c7a081d23fb3
2022-05-27T12:47:45.616Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61ac73b3-9972-4d68-b94c-c7a081d23fb3 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 (?, ?, ?, ?, ?)
2022-05-27T12:47:45.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655499372,
  "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=?
2022-05-27T12:47:45.627Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61ac73b3-9972-4d68-b94c-c7a081d23fb3
2022-05-27T12:47:45.627Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61ac73b3-9972-4d68-b94c-c7a081d23fb3 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 (?, ?, ?, ?, ?)
2022-05-27T12:47:45.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655500183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:47:45.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653655491792,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655501893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "policy-id",
  "timestamp": 1653655496557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653655500374,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:47:45.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655501187,
  "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=?
2022-05-27T12:47:45.643Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31136589-8ca3-46a2-b307-5692291d90f9
2022-05-27T12:47:45.643Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31136589-8ca3-46a2-b307-5692291d90f9 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 (?, ?, ?, ?, ?)
2022-05-27T12:47:45.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655503187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:47:45.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "policy-id",
  "timestamp": 1653655496557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655504192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:47:45.653Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "policy-id",
  "timestamp": 1653655496557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655505197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:47:45.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "aai-ml",
  "timestamp": 1653655503299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "policy-id",
  "timestamp": 1653655506072,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655506201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:47:45.657Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "aai-ml",
  "timestamp": 1653655503299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "clamp",
  "timestamp": 1653655504446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "policy-id",
  "timestamp": 1653655507082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:47:45.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "aai-ml",
  "timestamp": 1653655503299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "clamp",
  "timestamp": 1653655504446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "policy-id",
  "timestamp": 1653655508085,
  "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=?
2022-05-27T12:47:45.666Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61ac73b3-9972-4d68-b94c-c7a081d23fb3
2022-05-27T12:47:45.666Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61ac73b3-9972-4d68-b94c-c7a081d23fb3 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=?
2022-05-27T12:47:45.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "aai-ml",
  "timestamp": 1653655503299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "clamp",
  "timestamp": 1653655504446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "aai-ml",
  "timestamp": 1653655503299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "clamp",
  "timestamp": 1653655504446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "aai-ml",
  "timestamp": 1653655503299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "clamp",
  "timestamp": 1653655504446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655487752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "aai-ml",
  "timestamp": 1653655503299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "clamp",
  "timestamp": 1653655504446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655510561,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "aai-ml",
  "timestamp": 1653655503299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "clamp",
  "timestamp": 1653655504446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:45.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "clamp",
  "timestamp": 1653655504446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:47:45.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:47:45.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "aai-ml",
  "timestamp": 1653655512427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.679Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655513790,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:47:45.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653655514795,
  "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=?
2022-05-27T12:47:45.686Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61ac73b3-9972-4d68-b94c-c7a081d23fb3
2022-05-27T12:47:45.686Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61ac73b3-9972-4d68-b94c-c7a081d23fb3 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 (?, ?, ?, ?, ?)
2022-05-27T12:47:45.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "clamp",
  "timestamp": 1653655526039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.696Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "clamp",
  "timestamp": 1653655527044,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:45.696Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "clamp",
  "timestamp": 1653655528433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-05-27T12:47:45.696Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "aai-ml",
  "timestamp": 1653655529014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:47:45.697Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "clamp",
  "timestamp": 1653655529438,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-05-27T12:47:45.697Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:47:45.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "aai-ml",
  "timestamp": 1653655530018,
  "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=?
2022-05-27T12:47:45.714Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:47:45.715Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:47:45.715Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:45.717Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61ac73b3-9972-4d68-b94c-c7a081d23fb3
2022-05-27T12:47:45.717Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61ac73b3-9972-4d68-b94c-c7a081d23fb3 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 (?, ?, ?, ?, ?)
2022-05-27T12:47:45.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:47:45.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "clamp",
  "timestamp": 1653655530446,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:47:45.738Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:45.739Z||pool-131-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:47:45.741Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 61ac73b3-9972-4d68-b94c-c7a081d23fb3
2022-05-27T12:47:45.742Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61ac73b3-9972-4d68-b94c-c7a081d23fb3 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 (?, ?, ?, ?, ?)
2022-05-27T12:47:46.615Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:47:46.615Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:47:46.618Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:47:46.618Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:46.718Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:47:46.719Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:47:46.719Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:46.742Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:46.743Z||pool-132-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:47:47.619Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:47:47.620Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:47:47.622Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:47:47.622Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:47.723Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:47:47.724Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:47:47.724Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:47.743Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:47.743Z||pool-133-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:47:48.623Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:47:48.624Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:47:48.627Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:47:48.627Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:48.727Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:47:48.728Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:47:48.728Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:48.752Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:48.753Z||pool-134-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:47:49.627Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:47:49.628Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:47:49.630Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:47:49.630Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:49.731Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:47:49.731Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:47:49.732Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:49.748Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:49.749Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:47:50.631Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:47:50.632Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:47:50.634Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:47:50.635Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:47:50.735Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:47:50.735Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:47:50.736Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:50.753Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:50.754Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:47:51.635Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:47:51.636Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:47:51.638Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:47:51.639Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:47:51.738Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:47:51.739Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:47:51.739Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:51.769Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:51.770Z||pool-137-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:47:52.639Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a65aef6a-6798-42ee-a3d8-ba98ddb0630f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "659d1cd9-787e-4c4c-8dda-3be7232e93fc",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0fdac210-f29f-4d92-a86c-a5ba15a2e7ad",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1cfad8d5-3469-48eb-b83c-cfd6fc33d6da",
      "resourceInvariantUUID": "625fd2e6-1f49-44aa-bdcf-071fa8c781ce",
      "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": "Yzg1NGFkODU3MzYwZDQ2NDM4YjEzOTBjM2QxZmM1MTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8512fa70-6047-4ebf-9d9c-683d4c51d19a"
    }
  ],
  "workloadContext": "Production"
}
2022-05-27T12:47:52.640Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:47:52.640Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a65aef6a-6798-42ee-a3d8-ba98ddb0630f ASDC
2022-05-27T12:47:52.641Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:31136589-8ca3-46a2-b307-5692291d90f9
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a65aef6a-6798-42ee-a3d8-ba98ddb0630f
ServiceInvariantUUID:659d1cd9-787e-4c4c-8dda-3be7232e93fc
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:8512fa70-6047-4ebf-9d9c-683d4c51d19a
ArtifactChecksum:Yzg1NGFkODU3MzYwZDQ2NDM4YjEzOTBjM2QxZmM1MTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0fdac210-f29f-4d92-a86c-a5ba15a2e7ad
ResourceInvariantUUID:625fd2e6-1f49-44aa-bdcf-071fa8c781ce
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:1cfad8d5-3469-48eb-b83c-cfd6fc33d6da
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-27T12:47:52.641Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a65aef6a-6798-42ee-a3d8-ba98ddb0630f 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=?
2022-05-27T12:47:52.676Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:47:52.677Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-27T12:47:52.677Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-27T12:47:52.677Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8512fa70-6047-4ebf-9d9c-683d4c51d19a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-27T12:47:52.677Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-27T12:47:52.677Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-27T12:47:54.314Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-27T12:47:54.327Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8512fa70-6047-4ebf-9d9c-683d4c51d19a 105659
2022-05-27T12:47:54.328Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-27T12:47:54.328Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-27T12:47:54.328Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:47:54.329Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:47:54.331Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:47:54.332Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655674328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:47:54.432Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:47:54.433Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:47:54.433Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:54.454Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:54.455Z||pool-138-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:47:55.332Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:47:55.333Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-27T12:47:55.334Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8512fa70-6047-4ebf-9d9c-683d4c51d19a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-27T12:47:55.334Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-27T12:47:55.336Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-27T12:47:55.336Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-27T12:47:55.607Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10133195071558591816/Definitions/service-TestPnfMacro-template.yml
2022-05-27T12:47:56.757Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:47:56.758Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-27T12:47:56.758Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-27T12:47:56.758Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-27T12:47:56.759Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||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
2022-05-27T12:47:56.759Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||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
2022-05-27T12:47:56.759Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||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
2022-05-27T12:47:56.759Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||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
2022-05-27T12:47:56.759Z|31136589-8ca3-46a2-b307-5692291d90f9|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-TestPnfMacro-csar.csar
2022-05-27T12:47:56.760Z|31136589-8ca3-46a2-b307-5692291d90f9|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-TestPnfMacro-csar.csar
2022-05-27T12:47:56.760Z|31136589-8ca3-46a2-b307-5692291d90f9|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-TestPnfMacro-csar.csar
2022-05-27T12:47:56.760Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-27T12:47:56.760Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:47:56.761Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:47:56.761Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-27T12:47:56.761Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-27T12:47:56.769Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:47:56.770Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:47:56.771Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:47:56.771Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-27T12:47:56.771Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-27T12:47:56.771Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:47:56.771Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:47:56.771Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:47:56.771Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:47:56.771Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:47:56.772Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:47:56.772Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:47:56.772Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:47:56.772Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:47:56.772Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:47:56.772Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:47:56.773Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a65aef6a-6798-42ee-a3d8-ba98ddb0630f
Model Version:NULL
Model InvariantUuid:659d1cd9-787e-4c4c-8dda-3be7232e93fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:47:56.781Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1cfad8d5-3469-48eb-b83c-cfd6fc33d6da
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:47:56.789Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-05-27T12:47:56.789Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1cfad8d5-3469-48eb-b83c-cfd6fc33d6da
2022-05-27T12:47:56.789Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||No resources found for Service: a65aef6a-6798-42ee-a3d8-ba98ddb0630f
2022-05-27T12:47:56.790Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a65aef6a-6798-42ee-a3d8-ba98ddb0630f
2022-05-27T12:47:56.791Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1cfad8d5-3469-48eb-b83c-cfd6fc33d6da ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:47:56.797Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f87a338, org.onap.sdc.toscaparser.api.parameters.Input@5b8be4a1, org.onap.sdc.toscaparser.api.parameters.Input@4e6ba7a3, org.onap.sdc.toscaparser.api.parameters.Input@2fa277b5, org.onap.sdc.toscaparser.api.parameters.Input@d1e8f1a]
2022-05-27T12:47:56.797Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:47:56.797Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:47:56.797Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a65aef6a-6798-42ee-a3d8-ba98ddb0630f: test-pnf
2022-05-27T12:47:56.797Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||Processing PNF resource: 1cfad8d5-3469-48eb-b83c-cfd6fc33d6da
2022-05-27T12:47:56.798Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:47:56.798Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:47:56.798Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||Resource customization UUID: 0fdac210-f29f-4d92-a86c-a5ba15a2e7ad is the same as notified resource customizationUUID: 0fdac210-f29f-4d92-a86c-a5ba15a2e7ad
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-27T12:47:56.829Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1cfad8d5-3469-48eb-b83c-cfd6fc33d6da 0 ASDC deployResourceStructure
2022-05-27T12:47:56.829Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-27T12:47:56.829Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-27T12:47:56.830Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:47:56.830Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:47:56.831Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:47:56.831Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655676829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:47:56.932Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:47:56.933Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:47:56.933Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:47:56.952Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:47:56.953Z||pool-139-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:47:57.832Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31136589-8ca3-46a2-b307-5692291d90f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:47:57.843Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31136589-8ca3-46a2-b307-5692291d90f9
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=?
2022-05-27T12:47:57.846Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:47:57.846Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-27T12:47:57.846Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-27T12:47:57.847Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-27T12:47:57.847Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:47:57.847Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:47:57.847Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:47:57.847Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:47:57.847Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:47:57.847Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:47:57.847Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:47:57.848Z|31136589-8ca3-46a2-b307-5692291d90f9|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=?
2022-05-27T12:47:57.853Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-27T12:48:27.853Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31136589-8ca3-46a2-b307-5692291d90f9 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=?
2022-05-27T12:48:27.859Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31136589-8ca3-46a2-b307-5692291d90f9 and serviceModelVersionId: a65aef6a-6798-42ee-a3d8-ba98ddb0630f
2022-05-27T12:48:27.859Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 659d1cd9-787e-4c4c-8dda-3be7232e93fc
2022-05-27T12:48:27.859Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/659d1cd9-787e-4c4c-8dda-3be7232e93fc/model-vers/model-ver/a65aef6a-6798-42ee-a3d8-ba98ddb0630f?depth=0
2022-05-27T12:48:27.864Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-27T12:48:27.902Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659d1cd9-787e-4c4c-8dda-3be7232e93fc/model-vers/model-ver/a65aef6a-6798-42ee-a3d8-ba98ddb0630f?depth=0|INFO|500||Invoke
2022-05-27T12:48:27.903Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659d1cd9-787e-4c4c-8dda-3be7232e93fc/model-vers/model-ver/a65aef6a-6798-42ee-a3d8-ba98ddb0630f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659d1cd9-787e-4c4c-8dda-3be7232e93fc/model-vers/model-ver/a65aef6a-6798-42ee-a3d8-ba98ddb0630f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[31136589-8ca3-46a2-b307-5692291d90f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b173963-b5c1-4f55-9577-ed085d792e9d], X-ECOMP-RequestID=[31136589-8ca3-46a2-b307-5692291d90f9], X-TransactionId=[], X-ONAP-RequestID=[31136589-8ca3-46a2-b307-5692291d90f9], Content-Type=[application/merge-patch+json]}
2022-05-27T12:48:27.925Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659d1cd9-787e-4c4c-8dda-3be7232e93fc/model-vers/model-ver/a65aef6a-6798-42ee-a3d8-ba98ddb0630f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-27T12:48:28.509Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659d1cd9-787e-4c4c-8dda-3be7232e93fc/model-vers/model-ver/a65aef6a-6798-42ee-a3d8-ba98ddb0630f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659d1cd9-787e-4c4c-8dda-3be7232e93fc/model-vers/model-ver/a65aef6a-6798-42ee-a3d8-ba98ddb0630f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220527-12:48:27:936-88526], vertex-id=[516232], Content-Length=[0], Date=[Fri, 27 May 2022 12:48:27 GMT], Content-Type=[application/json]}
2022-05-27T12:48:28.510Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659d1cd9-787e-4c4c-8dda-3be7232e93fc/model-vers/model-ver/a65aef6a-6798-42ee-a3d8-ba98ddb0630f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-27T12:48:28.511Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659d1cd9-787e-4c4c-8dda-3be7232e93fc/model-vers/model-ver/a65aef6a-6798-42ee-a3d8-ba98ddb0630f?depth=0|INFO|500||InvokeReturn
2022-05-27T12:48:28.517Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-27T12:48:28.517Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:48:28.523Z|31136589-8ca3-46a2-b307-5692291d90f9|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)
2022-05-27T12:48:28.523Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31136589-8ca3-46a2-b307-5692291d90f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-27T12:48:28.523Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-27T12:48:28.524Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:28.526Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:28.526Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655708523,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:48:28.626Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:48:28.627Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:28.627Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:28.661Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:28.662Z||pool-140-thread-1|||||INFO|500||cambria reply ok (35 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=?
2022-05-27T12:48:29.540Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-27T12:48:29.540Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"61ac73b3-9972-4d68-b94c-c7a081d23fb3","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"3b1bf2e8-b935-4ab1-8f37-df2261644f86","serviceDescription":"service","serviceInvariantUUID":"881ceccc-99cb-4e9d-ac93-a3375fcec92b","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82d84d1f-19ab-4716-8f9b-dae741e3447f","resourceInvariantUUID":"b39e7ed2-8515-4dfb-ae0e-08d15f793c0c","resourceCustomizationUUID":"20cfd3bc-92ab-4fef-88d1-51c641905c75","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"70654116-2667-4d1c-ab8d-1d4c8745e5d5","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":"NDBiZjg5YjI4NWNhNGRiMWQ2OTFmYWIwZDMxY2Q1MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7495a0b0-4807-48b7-9d08-1f2c39735177","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":"NzMyMzVkZTAxOTgzZDExMmE0ZjA5NTZlMTVmOTU5ZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c1f71a4f-abd0-4939-a72d-aab6e94f52ba","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":"45edee53-8d5a-4b84-af44-1d49bca5cdff","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":"7f9c27a5-23d5-46f0-9511-c73db2f25f70","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":"1df43f83-1caf-4427-b915-f47e06c0c82b","artifactVersion":"2","generatedFromUUID":"45edee53-8d5a-4b84-af44-1d49bca5cdff"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZTQ3Y2MxMTMxYWExYTE4YmUzOThiM2VlNmYxNjJlYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6efd7df9-46ef-4286-9486-895702402156","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MmQ4MDg0MmYwZjIxODEyNDkxOTg3ZDY3NThiNTJhN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be2c6d4b-9986-4b7c-8a6b-e0c903fd3167","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-27T12:48:29.541Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:48:29.541Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:29.547Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:29.548Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:48:29.648Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:48:29.648Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:29.649Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:29.670Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:29.670Z||pool-141-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:48:30.549Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:48:30.550Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:30.552Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:30.553Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:48:30.653Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:48:30.654Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:30.654Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:30.676Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:30.677Z||pool-142-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:48:31.553Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:48:31.554Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:31.557Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:31.558Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:48:31.657Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:48:31.658Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:31.658Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:31.683Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:31.684Z||pool-143-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:48:32.559Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:48:32.559Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:32.561Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:32.561Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:48:32.662Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:48:32.663Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:32.663Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:32.684Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:32.685Z||pool-144-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:48:33.562Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:48:33.562Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:33.564Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:33.564Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:48:33.665Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-27T12:48:33.666Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:33.666Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:33.684Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:33.685Z||pool-145-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:48:34.565Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:48:34.565Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:34.568Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:34.569Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-27T12:48:34.668Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:48:34.669Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:34.669Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:34.693Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:34.693Z||pool-146-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1}
2022-05-27T12:48:35.569Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:48:35.570Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:35.572Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:35.572Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:48:35.672Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:48:35.673Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:35.673Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:35.694Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:35.695Z||pool-147-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:48:36.573Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-27T12:48:36.573Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:36.575Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:36.576Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:48:36.676Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:48:36.677Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:36.677Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:36.696Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:36.697Z||pool-148-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:48:37.577Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "3b1bf2e8-b935-4ab1-8f37-df2261644f86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "881ceccc-99cb-4e9d-ac93-a3375fcec92b",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "20cfd3bc-92ab-4fef-88d1-51c641905c75",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "82d84d1f-19ab-4716-8f9b-dae741e3447f",
      "resourceInvariantUUID": "b39e7ed2-8515-4dfb-ae0e-08d15f793c0c",
      "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": "NzMyMzVkZTAxOTgzZDExMmE0ZjA5NTZlMTVmOTU5ZmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c1f71a4f-abd0-4939-a72d-aab6e94f52ba",
          "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": "45edee53-8d5a-4b84-af44-1d49bca5cdff",
          "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": "1df43f83-1caf-4427-b915-f47e06c0c82b",
            "generatedFromUUID": "45edee53-8d5a-4b84-af44-1d49bca5cdff"
          },
          "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": "1df43f83-1caf-4427-b915-f47e06c0c82b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MmQ4MDg0MmYwZjIxODEyNDkxOTg3ZDY3NThiNTJhN2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "be2c6d4b-9986-4b7c-8a6b-e0c903fd3167"
    }
  ],
  "workloadContext": "Production"
}
2022-05-27T12:48:37.577Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-27T12:48:37.577Z|31136589-8ca3-46a2-b307-5692291d90f9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3b1bf2e8-b935-4ab1-8f37-df2261644f86 ASDC
2022-05-27T12:48:37.578Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:61ac73b3-9972-4d68-b94c-c7a081d23fb3
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:3b1bf2e8-b935-4ab1-8f37-df2261644f86
ServiceInvariantUUID:881ceccc-99cb-4e9d-ac93-a3375fcec92b
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:be2c6d4b-9986-4b7c-8a6b-e0c903fd3167
ArtifactChecksum:MmQ4MDg0MmYwZjIxODEyNDkxOTg3ZDY3NThiNTJhN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:20cfd3bc-92ab-4fef-88d1-51c641905c75
ResourceInvariantUUID:b39e7ed2-8515-4dfb-ae0e-08d15f793c0c
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:82d84d1f-19ab-4716-8f9b-dae741e3447f
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:c1f71a4f-abd0-4939-a72d-aab6e94f52ba
ArtifactChecksum:NzMyMzVkZTAxOTgzZDExMmE0ZjA5NTZlMTVmOTU5ZmM=
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:45edee53-8d5a-4b84-af44-1d49bca5cdff
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:1df43f83-1caf-4427-b915-f47e06c0c82b
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:1df43f83-1caf-4427-b915-f47e06c0c82b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-27T12:48:37.578Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b1bf2e8-b935-4ab1-8f37-df2261644f86 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=?
2022-05-27T12:48:37.610Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:48:37.611Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-27T12:48:37.612Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-27T12:48:37.612Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: be2c6d4b-9986-4b7c-8a6b-e0c903fd3167 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-27T12:48:37.612Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-27T12:48:37.612Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:38.579Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-27T12:48:38.584Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar be2c6d4b-9986-4b7c-8a6b-e0c903fd3167 73673
2022-05-27T12:48:38.584Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:38.584Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:38.584Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:48:38.585Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:38.587Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:38.587Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655718584,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:48:38.687Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:48:38.688Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:38.688Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:38.713Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:38.714Z||pool-149-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:48:39.587Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-27T12:48:39.588Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-27T12:48:39.589Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: be2c6d4b-9986-4b7c-8a6b-e0c903fd3167, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-27T12:48:39.589Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-05-27T12:48:39.590Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-27T12:48:39.590Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-27T12:48:39.722Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11744136857983253637/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
2022-05-27T12:48:41.300Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-27T12:48:41.301Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-27T12:48:41.301Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-27T12:48:41.301Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-27T12:48:41.301Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:41.301Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:41.301Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:41.302Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:41.302Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:41.302Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:41.302Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:41.302Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:41.302Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:41.302Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-27T12:48:41.303Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:41.303Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:41.303Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-27T12:48:41.303Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-27T12:48:41.304Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:48:41.304Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:41.304Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:41.304Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-27T12:48:41.304Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-27T12:48:41.305Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-27T12:48:41.305Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:41.305Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:41.305Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:41.306Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-27T12:48:41.306Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-27T12:48:41.306Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-27T12:48:41.306Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-27T12:48:41.306Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-27T12:48:41.306Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-27T12:48:41.307Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:41.307Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:48:41.307Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:41.307Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-27T12:48:41.307Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:48:41.308Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:41.308Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-27T12:48:41.308Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:48:41.308Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:41.309Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-27T12:48:41.309Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:48:41.309Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:41.309Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-27T12:48:41.309Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-27T12:48:41.310Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-27T12:48:41.310Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=43b3f431-7bc9-4ade-ace6-d67c3e549d15
2022-05-27T12:48:41.310Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:41.311Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:41.311Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:41.311Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:41.311Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:41.311Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:41.312Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:41.312Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:41.312Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:3b1bf2e8-b935-4ab1-8f37-df2261644f86
Model Version:NULL
Model InvariantUuid:881ceccc-99cb-4e9d-ac93-a3375fcec92b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:16fcc9b6-2fbc-49c8-be41-064a44d670c2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b39e7ed2-8515-4dfb-ae0e-08d15f793c0c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:20cfd3bc-92ab-4fef-88d1-51c641905c75
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6140022-bcb2-4c32-8a98-3559b3e16e41
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:ea81c56e-1397-457a-8d38-b429045dfb6e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:43b3f431-7bc9-4ade-ace6-d67c3e549d15
ModelInvariantUuid:04c2a264-c026-4fad-8901-75811d85b4b9
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:a374ded2-1c84-46ac-88a3-15b4457be095
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4e1a5bf0-be06-438d-90d7-f5b81a5adbe7
ModelInvariantUuid:c2b12bca-bb26-4354-9e4c-506329d725ec
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:452cf67b-8e74-4d4c-a51a-adb3dc99a63a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-27T12:48:41.319Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 82d84d1f-19ab-4716-8f9b-dae741e3447f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:48:41.321Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||basicclamp 0
2022-05-27T12:48:41.322Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 82d84d1f-19ab-4716-8f9b-dae741e3447f
2022-05-27T12:48:41.322Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c1f71a4f-abd0-4939-a72d-aab6e94f52ba from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-27T12:48:41.322Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-27T12:48:41.322Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:41.465Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-27T12:48:41.469Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json c1f71a4f-abd0-4939-a72d-aab6e94f52ba 790
2022-05-27T12:48:41.469Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:41.470Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:41.470Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:48:41.470Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:41.472Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:41.472Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655721469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:48:41.572Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:48:41.573Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:41.573Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:41.594Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:41.595Z||pool-150-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:48:42.473Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e6140022-bcb2-4c32-8a98-3559b3e16e41",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ea81c56e-1397-457a-8d38-b429045dfb6e",
    "vfModuleModelCustomizationUUID": "738bd60f-38aa-45fd-8095-b6667c4fb858",
    "isBase": true,
    "artifacts": [
      "45edee53-8d5a-4b84-af44-1d49bca5cdff",
      "1df43f83-1caf-4427-b915-f47e06c0c82b"
    ],
    "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": ""
    }
  }
]
2022-05-27T12:48:42.477Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ea81c56e-1397-457a-8d38-b429045dfb6e
VfModuleModelInvariantUUID:e6140022-bcb2-4c32-8a98-3559b3e16e41
VfModuleModelDescription:NULL
Artifacts UUID List:{
45edee53-8d5a-4b84-af44-1d49bca5cdff
,
1df43f83-1caf-4427-b915-f47e06c0c82b

}
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


}

2022-05-27T12:48:42.480Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e6140022-bcb2-4c32-8a98-3559b3e16e41",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ea81c56e-1397-457a-8d38-b429045dfb6e",
    "vfModuleModelCustomizationUUID": "738bd60f-38aa-45fd-8095-b6667c4fb858",
    "isBase": true,
    "artifacts": [
      "45edee53-8d5a-4b84-af44-1d49bca5cdff",
      "1df43f83-1caf-4427-b915-f47e06c0c82b"
    ],
    "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": ""
    }
  }
]
2022-05-27T12:48:42.480Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ea81c56e-1397-457a-8d38-b429045dfb6e
VfModuleModelInvariantUUID:e6140022-bcb2-4c32-8a98-3559b3e16e41
VfModuleModelDescription:NULL
Artifacts UUID List:{
45edee53-8d5a-4b84-af44-1d49bca5cdff
,
1df43f83-1caf-4427-b915-f47e06c0c82b

}
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


}

2022-05-27T12:48:42.480Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 45edee53-8d5a-4b84-af44-1d49bca5cdff from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-27T12:48:42.481Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-27T12:48:42.481Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:42.650Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-27T12:48:42.651Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 45edee53-8d5a-4b84-af44-1d49bca5cdff 5033
2022-05-27T12:48:42.651Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:42.651Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:42.652Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:48:42.652Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:42.654Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:42.655Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655722651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:48:42.755Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:48:42.756Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:42.756Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:42.777Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:42.777Z||pool-151-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:48:43.656Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1df43f83-1caf-4427-b915-f47e06c0c82b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-27T12:48:43.656Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-27T12:48:43.657Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:43.874Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-27T12:48:43.874Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 1df43f83-1caf-4427-b915-f47e06c0c82b 909
2022-05-27T12:48:43.875Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:43.875Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:43.875Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-27T12:48:43.875Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:43.879Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:43.879Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655723874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:48:43.977Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-27T12:48:43.978Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:43.978Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:43.998Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:43.998Z||pool-152-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:48:44.881Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3b1bf2e8-b935-4ab1-8f37-df2261644f86
2022-05-27T12:48:44.881Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 82d84d1f-19ab-4716-8f9b-dae741e3447f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:48:44.894Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67ca57a, org.onap.sdc.toscaparser.api.parameters.Input@77059de9, org.onap.sdc.toscaparser.api.parameters.Input@190be434, org.onap.sdc.toscaparser.api.parameters.Input@75d6350d, org.onap.sdc.toscaparser.api.parameters.Input@16e209b8]
2022-05-27T12:48:44.898Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.898Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:44.899Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-05-27T12:48:44.899Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 20cfd3bc-92ab-4fef-88d1-51c641905c75
2022-05-27T12:48:44.899Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20cfd3bc-92ab-4fef-88d1-51c641905c75 matches Tosca VF Customization UUID: 20cfd3bc-92ab-4fef-88d1-51c641905c75
2022-05-27T12:48:44.899Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 20cfd3bc-92ab-4fef-88d1-51c641905c75  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-27T12:48:44.902Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.902Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:44.902Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 20cfd3bc-92ab-4fef-88d1-51c641905c75: {\"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\"}
2022-05-27T12:48:44.902Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f0561b5
2022-05-27T12:48:44.903Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.903Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-27T12:48:44.903Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 738bd60f-38aa-45fd-8095-b6667c4fb858
2022-05-27T12:48:44.903Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 738bd60f-38aa-45fd-8095-b6667c4fb858
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-27T12:48:44.905Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.906Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-27T12:48:44.906Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:48:44.906Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.907Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-27T12:48:44.907Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:48:44.907Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.907Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-27T12:48:44.907Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-27T12:48:44.908Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-27T12:48:44.908Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=43b3f431-7bc9-4ade-ace6-d67c3e549d15
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-27T12:48:44.909Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.910Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-27T12:48:44.910Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-27T12:48:44.910Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.910Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-27T12:48:44.910Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=20cfd3bc-92ab-4fef-88d1-51c641905c75
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:48:44.912Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.912Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:44.912Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3b1bf2e8-b935-4ab1-8f37-df2261644f86: basicclamp
2022-05-27T12:48:44.913Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.913Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:44.913Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.913Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:44.913Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.913Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:44.914Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.914Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:44.914Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-27T12:48:44.914Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-27T12:48:44.914Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-27T12:48:44.985Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 82d84d1f-19ab-4716-8f9b-dae741e3447f 1 ASDC deployResourceStructure
2022-05-27T12:48:44.985Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:44.986Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:44.986Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:48:44.986Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:44.989Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:44.989Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655724985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:48:45.089Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:48:45.090Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:45.090Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:45.107Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:45.107Z||pool-153-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:48:45.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:48:45.421Z||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.
2022-05-27T12:48:45.421Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:45.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:45.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:48:45.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655658013,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:48:45.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:48:45.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:48:45.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:48:45.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:48:45.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:48:45.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:48:45.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:48:45.991Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:45.992Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:45.992Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:48:45.993Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:45.995Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:45.996Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655725991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:48:46.096Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:48:46.097Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:46.097Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:46.114Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:46.116Z||pool-154-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:48:46.997Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:46.997Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:46.998Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:48:46.998Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:47.000Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:47.000Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655726997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:48:47.100Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-27T12:48:47.101Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:47.101Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:47.124Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:47.125Z||pool-155-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-27T12:48:48.001Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:48.002Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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
2022-05-27T12:48:48.002Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-27T12:48:48.003Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:48:48.005Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:48:48.006Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655728001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:48:48.106Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:48:48.107Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:48:48.107Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:48:48.138Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:48:48.138Z||pool-156-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-05-27T12:48:49.007Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61ac73b3-9972-4d68-b94c-c7a081d23fb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-05-27T12:48:49.021Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61ac73b3-9972-4d68-b94c-c7a081d23fb3
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=?
2022-05-27T12:48:49.026Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-27T12:48:49.027Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-27T12:48:49.027Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-27T12:48:49.027Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-27T12:48:49.027Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:48:49.027Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-27T12:48:49.028Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-05-27T12:48:49.028Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-27T12:48:49.036Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-27T12:49:19.037Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61ac73b3-9972-4d68-b94c-c7a081d23fb3 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=?
2022-05-27T12:49:19.043Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61ac73b3-9972-4d68-b94c-c7a081d23fb3 and serviceModelVersionId: 3b1bf2e8-b935-4ab1-8f37-df2261644f86
2022-05-27T12:49:19.043Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 881ceccc-99cb-4e9d-ac93-a3375fcec92b
2022-05-27T12:49:19.044Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/881ceccc-99cb-4e9d-ac93-a3375fcec92b/model-vers/model-ver/3b1bf2e8-b935-4ab1-8f37-df2261644f86?depth=0
2022-05-27T12:49:19.048Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-27T12:49:19.101Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881ceccc-99cb-4e9d-ac93-a3375fcec92b/model-vers/model-ver/3b1bf2e8-b935-4ab1-8f37-df2261644f86?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]}
2022-05-27T12:49:19.103Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881ceccc-99cb-4e9d-ac93-a3375fcec92b/model-vers/model-ver/3b1bf2e8-b935-4ab1-8f37-df2261644f86?depth=0|INFO|500||Invoke
2022-05-27T12:49:19.126Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881ceccc-99cb-4e9d-ac93-a3375fcec92b/model-vers/model-ver/3b1bf2e8-b935-4ab1-8f37-df2261644f86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-05-27T12:49:19.280Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881ceccc-99cb-4e9d-ac93-a3375fcec92b/model-vers/model-ver/3b1bf2e8-b935-4ab1-8f37-df2261644f86?depth=0|INFO|500||InvokeReturn
2022-05-27T12:49:19.281Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/881ceccc-99cb-4e9d-ac93-a3375fcec92b/model-vers/model-ver/3b1bf2e8-b935-4ab1-8f37-df2261644f86?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220527-12:49:19:139-92727], vertex-id=[245960], Content-Length=[0], Date=[Fri, 27 May 2022 12:49:19 GMT], Content-Type=[application/json]}
2022-05-27T12:49:19.282Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-05-27T12:49:19.282Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-27T12:49:19.282Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-27T12:49:19.288Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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)
2022-05-27T12:49:19.289Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61ac73b3-9972-4d68-b94c-c7a081d23fb3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-05-27T12:49:19.289Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-27T12:49:19.289Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-27T12:49:19.291Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-27T12:49:19.291Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655759289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-27T12:49:19.391Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-27T12:49:19.392Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-27T12:49:19.392Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zqgwdRP6YmSVoI5P) ...
2022-05-27T12:49:19.427Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:49:19.428Z||pool-157-thread-1|||||INFO|500||cambria reply ok (36 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=?
2022-05-27T12:49:20.363Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:49:20.364Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T12:49:20.365Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:49:30.056Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:49:30.057Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:49:30.058Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T12:49:30.058Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:49:39.742Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:49:39.743Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:49:39.744Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T12:49:39.744Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:49:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:49:45.420Z||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.
2022-05-27T12:49:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:49:45.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:49:45.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:49:45.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:49:45.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:49:49.389Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:49:49.390Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:49:49.390Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T12:49:49.391Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:49:58.991Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:49:58.992Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:49:58.992Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T12:49:58.992Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:50:08.616Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:50:45.412Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:50:45.413Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T12:50:45.413Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:50:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:50:45.420Z||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.
2022-05-27T12:50:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:50:45.461Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:50:45.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:50:45.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:50:45.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:50:45.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:50:45.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:50:45.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:50:45.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655674328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:50:45.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:50:45.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655676829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:50:45.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:50:45.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31136589-8ca3-46a2-b307-5692291d90f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655708523,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-27T12:50:45.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:50:45.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:50:45.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:50:45.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-27T12:50:45.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-27T12:50:45.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:50:45.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-27T12:50:45.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-27T12:50:45.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655659029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-27T12:50:45.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-27T12:50:45.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655718584,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:50:45.473Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:50:45.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655721469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:50:45.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:50:45.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655722651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:50:45.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:50:45.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655723874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-27T12:50:45.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:50:45.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:50:45.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655724985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-27T12:50:45.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:50:55.049Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:51:45.412Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:51:45.414Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T12:51:45.414Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:51:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:51:45.420Z||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.
2022-05-27T12:51:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:51:45.959Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:51:45.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:51:45.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655725991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-27T12:51:45.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:51:45.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:51:45.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655726997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-27T12:51:45.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:51:45.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:51:45.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655728001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-27T12:51:45.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:51:45.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-27T12:51:45.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "61ac73b3-9972-4d68-b94c-c7a081d23fb3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653655759289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-27T12:51:45.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-27T12:51:54.996Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:52:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:52:45.413Z||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.
2022-05-27T12:52:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:52:45.419Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:52:45.420Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|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.
2022-05-27T12:52:45.420Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:52:55.006Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:52:55.062Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:53:45.412Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:53:45.413Z||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.
2022-05-27T12:53:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:53:45.419Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:53:45.425Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|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.
2022-05-27T12:53:45.425Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:53:54.987Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:53:54.993Z|a6cf7d96-7615-4e9c-a257-68bfbf6cb60b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:54:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:54:45.413Z||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.
2022-05-27T12:54:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:54:45.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:54:45.420Z||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.
2022-05-27T12:54:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:54:55.019Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:54:55.048Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:55:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:55:45.413Z||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.
2022-05-27T12:55:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:55:45.419Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:55:45.420Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T12:55:45.420Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:55:55.051Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:55:55.051Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:56:45.412Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:56:45.413Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T12:56:45.413Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:56:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:56:45.420Z||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.
2022-05-27T12:56:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:56:54.984Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:56:55.024Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:57:45.412Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:57:45.414Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T12:57:45.414Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:57:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:57:45.420Z||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.
2022-05-27T12:57:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:57:55.047Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:57:55.063Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:58:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:58:45.415Z||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.
2022-05-27T12:58:45.415Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:58:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:58:45.420Z||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.
2022-05-27T12:58:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:58:54.986Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:58:54.986Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:59:45.412Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:59:45.413Z||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.
2022-05-27T12:59:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:59:45.419Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T12:59:45.420Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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.
2022-05-27T12:59:45.420Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T12:59:55.001Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T12:59:55.054Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:00:45.412Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:00:45.413Z||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.
2022-05-27T13:00:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:00:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:00:45.420Z||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.
2022-05-27T13:00:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:00:55.003Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:00:55.008Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:01:45.412Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:01:45.413Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T13:01:45.413Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:01:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:01:45.420Z||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.
2022-05-27T13:01:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:01:55.009Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:01:55.015Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:02:45.412Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:02:45.413Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T13:02:45.413Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:02:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:02:45.420Z||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.
2022-05-27T13:02:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:02:55.001Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:02:55.001Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:03:45.412Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:03:45.413Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T13:03:45.414Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:03:45.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:03:45.420Z||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.
2022-05-27T13:03:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:03:54.984Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:03:54.987Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:04:45.412Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:04:45.413Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T13:04:45.413Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:04:45.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:04:45.420Z||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.
2022-05-27T13:04:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:04:55.005Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:04:55.012Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:05:45.412Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:05:45.413Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T13:05:45.413Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:05:45.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:05:45.420Z||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.
2022-05-27T13:05:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:05:54.992Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:05:55.007Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:06:45.412Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:06:45.413Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|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.
2022-05-27T13:06:45.413Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:06:45.419Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:06:45.420Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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.
2022-05-27T13:06:45.421Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:06:54.991Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:06:54.996Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:07:45.412Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:07:45.413Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|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.
2022-05-27T13:07:45.413Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:07:45.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:07:45.420Z||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.
2022-05-27T13:07:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:07:54.988Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:07:54.988Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:08:45.412Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:08:45.413Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|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.
2022-05-27T13:08:45.413Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:08:45.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:08:45.420Z||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.
2022-05-27T13:08:45.420Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:08:54.986Z|67d0cf42-8ee6-4d53-8ead-7cea7b4a3fa7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:08:54.986Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:09:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:09:45.413Z||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.
2022-05-27T13:09:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:09:45.419Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:09:45.420Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T13:09:45.420Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:09:54.976Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:09:54.980Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:10:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:10:45.413Z||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.
2022-05-27T13:10:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:10:45.419Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:10:45.420Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T13:10:45.420Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:10:54.987Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:10:55.003Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:11:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:11:45.413Z||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.
2022-05-27T13:11:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:11:45.419Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:11:45.420Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T13:11:45.420Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:11:54.985Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:11:55.015Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:12:45.412Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:12:45.413Z||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.
2022-05-27T13:12:45.413Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:12:45.419Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:12:45.420Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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.
2022-05-27T13:12:45.420Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:12:54.984Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:12:55.028Z|61ac73b3-9972-4d68-b94c-c7a081d23fb3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-27T13:13:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:13:45.414Z||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.
2022-05-27T13:13:45.414Z||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 zqgwdRP6YmSVoI5P) ...
2022-05-27T13:13:45.419Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-27T13:13:45.420Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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.
2022-05-27T13:13:45.420Z|0d2f951d-68f1-4d22-b8a5-3149513bc704|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 zqgwdRP6YmSVoI5P) ...