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-12-28T05:56:09.425Z||main|||||INFO|500||The following profiles are active: basic
2022-12-28T05:56:22.535Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-28T05:56:22.536Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-28T05:56:22.664Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-28T05:56:26.868Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-28T05:56:27.290Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-28T05:56:27.837Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-28T05:56:27.851Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-28T05:56:27.962Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-28T05:56:28.166Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-28T05:56:28.707Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-28T05:56:30.731Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-28T05:56:33.113Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-28T05:56:33.167Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-28T05:56:33.877Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-28T05:56:34.224Z||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-12-28T05:56:35.514Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-28T05:56:36.625Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-28T05:56:36.647Z||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$$1cee29c1.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-12-28T05:56:36.648Z||main|||||WARN|500||The sdc end point is not alive
2022-12-28T05:56:40.007Z||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-12-28T05:56:42.906Z||main|||||WARN|500||---
2022-12-28T05:56:42.907Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-28T05:56:42.907Z||main|||||WARN|500||---
2022-12-28T05:56:43.343Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-28T05:56:47.919Z||main|||||INFO|500||Started Application in 42.354 seconds (JVM running for 44.689)
2022-12-28T05:56:47.930Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-28T05:56:47.932Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-28T05:56:47.946Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-28T05:56:47.979Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-28T05:56:48.019Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6eee262d-a127-4c28-a0cb-75e7015dd77d url= /sdc/v1/artifactTypes
2022-12-28T05:56:48.019Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-28T05:56:48.278Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-28T05:56:48.303Z||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-12-28T05:56:48.355Z||scheduling-1|||||DEBUG|500||create keys
2022-12-28T05:56:48.362Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-28T05:56:48.393Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T05:56:48.412Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f346d8f6-02c1-4520-b487-f66a52e64e76 url= /sdc/v1/registerForDistribution
2022-12-28T05:56:48.506Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f346d8f6-02c1-4520-b487-f66a52e64e76 url= /sdc/v1/registerForDistribution
2022-12-28T05:56:48.507Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-28T05:56:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T05:56:48.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T05:56:48.524Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-28T05:56:48.526Z||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-12-28T05:56:48.526Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T05:56:48.526Z||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-12-28T05:56:48.526Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T05:56:58.916Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T05:56:58.930Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T05:57:48.514Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T05:57:48.515Z||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-12-28T05:57:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T05:57:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T05:57:48.518Z||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-12-28T05:57:48.519Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T05:57:58.068Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T05:57:58.067Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T05:58:48.514Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T05:58:48.515Z||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-12-28T05:58:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T05:58:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T05:58:48.518Z||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-12-28T05:58:48.518Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T05:58:58.067Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T05:58:58.095Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T05:59:48.513Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T05:59:48.516Z||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-12-28T05:59:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T05:59:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T05:59:48.516Z||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-12-28T05:59:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T05:59:58.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T05:59:58.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:00:48.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:00:48.515Z||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-12-28T06:00:48.516Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:00:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:00:48.516Z||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-12-28T06:00:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:00:58.064Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:00:58.064Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:01:48.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:01:48.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:01:48.517Z||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-12-28T06:01:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:01:48.517Z||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-12-28T06:01:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:01:58.076Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:01:58.084Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:02:48.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:02:48.515Z||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-12-28T06:02:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:02:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:02:48.516Z||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-12-28T06:02:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:02:58.069Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:02:58.070Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:03:48.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:03:48.515Z||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-12-28T06:03:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:03:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:03:48.519Z||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-12-28T06:03:48.520Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:03:58.087Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:03:58.087Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:04:48.513Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:04:48.515Z||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-12-28T06:04:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:04:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:04:48.516Z||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-12-28T06:04:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:04:58.085Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:04:58.084Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:05:48.513Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:05:48.514Z||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-12-28T06:05:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:05:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:05:48.520Z||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-12-28T06:05:48.520Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:05:58.065Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:05:58.087Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:06:48.513Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:06:48.514Z||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-12-28T06:06:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:06:48.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:06:48.517Z||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-12-28T06:06:48.518Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:06:54.793Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-28T06:06:58.072Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:06:58.077Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:07:48.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:07:48.515Z||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-12-28T06:07:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:07:48.516Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:07:48.516Z||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-12-28T06:07:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:07:58.067Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:07:58.067Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:08:48.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:08:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:08:48.517Z||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-12-28T06:08:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:08:48.518Z||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-12-28T06:08:48.518Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:08:58.076Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:08:58.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:09:48.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:09:48.515Z||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-12-28T06:09:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:09:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:09:48.517Z||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-12-28T06:09:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:09:58.075Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:09:58.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:10:48.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:10:48.515Z||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-12-28T06:10:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:10:48.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:10:48.516Z||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-12-28T06:10:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:10:58.062Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:10:58.064Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:11:48.513Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:11:48.514Z||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-12-28T06:11:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:11:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:11:48.516Z||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-12-28T06:11:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:11:58.062Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:11:58.063Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:12:48.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:12:48.515Z||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-12-28T06:12:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:12:48.516Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:12:48.517Z||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-12-28T06:12:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:12:58.078Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:12:58.084Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:13:48.513Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:13:48.514Z||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-12-28T06:13:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:13:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:13:48.516Z||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-12-28T06:13:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:13:58.075Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:13:58.075Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:14:48.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:14:48.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:14:48.516Z||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-12-28T06:14:48.516Z||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-12-28T06:14:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:14:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:14:58.076Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:14:58.077Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:15:48.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:15:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:15:48.517Z||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-12-28T06:15:48.517Z||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-12-28T06:15:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:15:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:15:58.074Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:15:58.079Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:16:48.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:16:48.515Z||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-12-28T06:16:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:16:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:16:48.516Z||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-12-28T06:16:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:16:58.080Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:16:58.080Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:17:48.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:17:48.515Z||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-12-28T06:17:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:17:48.517Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:17:48.517Z||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-12-28T06:17:48.518Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:17:58.063Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:17:58.063Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:18:48.513Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:18:48.514Z||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-12-28T06:18:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:18:48.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:18:48.516Z||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-12-28T06:18:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:18:58.066Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:18:58.073Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:19:48.513Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:19:48.514Z||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-12-28T06:19:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:19:48.517Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:19:48.517Z||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-12-28T06:19:48.518Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:19:58.070Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:19:58.079Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:20:48.513Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:20:48.515Z||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-12-28T06:20:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:20:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:20:48.516Z||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-12-28T06:20:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:20:58.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:20:58.084Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:21:48.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:21:48.516Z||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-12-28T06:21:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:21:48.516Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:21:48.517Z||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-12-28T06:21:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:21:58.068Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:21:58.083Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:22:48.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:22:48.516Z||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-12-28T06:22:48.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:22:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:22:48.516Z||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-12-28T06:22:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:22:58.066Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:22:58.066Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:23:48.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:23:48.515Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:23:48.515Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:23:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:23:48.518Z||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-12-28T06:23:48.518Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:23:58.058Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:23:58.062Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:24:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:24:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:24:48.515Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:24:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:24:48.516Z||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-12-28T06:24:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:24:58.065Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:24:58.067Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:25:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:25:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:25:48.515Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:25:48.516Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:25:48.516Z||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-12-28T06:25:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:25:58.061Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:25:58.067Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:26:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:26:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:26:48.514Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:26:48.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:26:48.516Z||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-12-28T06:26:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:26:58.069Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:26:58.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:27:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:27:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:27:48.515Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:27:48.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:27:48.517Z||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-12-28T06:27:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:27:58.071Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:27:58.071Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:28:48.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:28:48.515Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:28:48.515Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:28:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:28:48.516Z||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-12-28T06:28:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:28:58.062Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:28:58.064Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:29:48.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:29:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:29:48.516Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:29:48.516Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:29:48.516Z||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-12-28T06:29:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:29:58.065Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:29:58.069Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:30:48.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:30:48.515Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:30:48.515Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:30:48.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:30:48.516Z||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-12-28T06:30:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:30:58.062Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:30:58.063Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:31:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:31:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:31:48.514Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:31:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:31:48.516Z||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-12-28T06:31:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:31:58.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:31:58.079Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:32:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:32:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:32:48.514Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:32:48.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:32:48.516Z||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-12-28T06:32:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:32:58.066Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:32:58.067Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:33:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:33:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:33:48.514Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:33:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:33:48.516Z||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-12-28T06:33:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:33:58.072Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:33:58.095Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:34:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:34:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:34:48.515Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:34:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:34:48.516Z||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-12-28T06:34:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:34:58.093Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:34:58.122Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:35:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:35:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:35:48.514Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:35:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:35:48.516Z||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-12-28T06:35:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:35:58.070Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:35:58.100Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:36:48.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:36:48.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:36:48.516Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:36:48.516Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:36:48.516Z||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-12-28T06:36:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:36:58.068Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:36:58.075Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:37:48.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:37:48.515Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:37:48.516Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:37:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:37:48.517Z||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-12-28T06:37:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:37:58.075Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:37:58.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:38:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:38:48.515Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:38:48.515Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:38:48.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:38:48.516Z||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-12-28T06:38:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:38:58.065Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:38:58.074Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:39:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:39:48.515Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:39:48.515Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:39:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:39:48.516Z||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-12-28T06:39:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:39:58.075Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:39:58.077Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:40:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:40:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:40:48.514Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:40:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:40:48.516Z||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-12-28T06:40:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:40:58.082Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:40:58.082Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:41:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:41:48.515Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:41:48.515Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:41:48.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:41:48.516Z||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-12-28T06:41:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:41:58.067Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:41:58.082Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:42:48.514Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:42:48.515Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T06:42:48.516Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T06:42:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:42:48.516Z||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-12-28T06:42:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:42:58.070Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:42:58.080Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:43:48.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:43:48.516Z||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-12-28T06:43:48.516Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:43:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:43:48.516Z||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-12-28T06:43:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:43:58.073Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:43:58.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:44:48.514Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:44:48.515Z||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-12-28T06:44:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:44:48.516Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:44:48.516Z||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-12-28T06:44:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:44:58.073Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:44:58.073Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:45:48.514Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:45:48.515Z||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-12-28T06:45:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:45:48.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:45:48.519Z||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-12-28T06:45:48.519Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:45:58.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:45:58.074Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:46:48.513Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:46:48.514Z||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-12-28T06:46:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:46:48.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:46:48.517Z||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-12-28T06:46:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:46:58.060Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:46:58.062Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:47:48.514Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:47:48.516Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:47:48.516Z||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-12-28T06:47:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:47:48.516Z||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-12-28T06:47:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:47:58.064Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:47:58.079Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:48:48.514Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:48:48.515Z||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-12-28T06:48:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:48:48.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:48:48.516Z||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-12-28T06:48:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:48:58.067Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:48:58.076Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:49:48.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:49:48.514Z||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-12-28T06:49:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:49:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:49:48.518Z||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-12-28T06:49:48.518Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:49:58.066Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:49:58.079Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:50:48.513Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:50:48.515Z||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-12-28T06:50:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:50:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:50:48.516Z||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-12-28T06:50:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:50:58.095Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:50:58.101Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:51:48.513Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:51:48.514Z||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-12-28T06:51:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:51:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:51:48.516Z||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-12-28T06:51:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:51:58.063Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:51:58.067Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:52:48.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:52:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:52:48.516Z||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-12-28T06:52:48.516Z||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-12-28T06:52:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:52:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:52:58.066Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:52:58.070Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:53:48.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:53:48.516Z||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-12-28T06:53:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:53:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:53:48.516Z||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-12-28T06:53:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:53:58.071Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:53:58.075Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:54:48.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:54:48.515Z||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-12-28T06:54:48.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:54:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:54:48.516Z||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-12-28T06:54:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:54:58.067Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:54:58.067Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:55:48.513Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:55:48.514Z||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-12-28T06:55:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:55:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:55:48.516Z||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-12-28T06:55:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:55:58.075Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:55:58.094Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:56:48.513Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:56:48.514Z||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-12-28T06:56:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:56:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:56:48.516Z||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-12-28T06:56:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:56:58.068Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:56:58.068Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:57:48.514Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:57:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:57:48.519Z||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-12-28T06:57:48.519Z||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-12-28T06:57:48.519Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:57:48.519Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:57:58.086Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:57:58.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:58:48.513Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:58:48.515Z||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-12-28T06:58:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:58:48.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:58:48.516Z||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-12-28T06:58:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:58:58.088Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:58:58.097Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:59:48.513Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:59:48.514Z||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-12-28T06:59:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:59:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T06:59:48.516Z||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-12-28T06:59:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T06:59:58.121Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T06:59:58.124Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:00:48.513Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:00:48.514Z||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-12-28T07:00:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:00:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:00:48.516Z||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-12-28T07:00:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:00:49.053Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:00:49.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:00:49.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210843493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:00:49.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:00:49.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:00:49.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210846166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:00:49.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:00:49.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:00:49.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210805308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:00:49.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:00:49.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:00:49.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210846105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:00:49.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:00:49.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:00:49.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210805308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:00:49.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:00:49.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:00:49.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210843493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:00:49.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:00:49.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:00:49.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210846166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:00:49.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:00:49.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:00:49.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210846105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:00:49.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:00:49.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:00:49.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210805308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:00:49.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:00:49.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:00:49.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210843493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:00:49.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:00:49.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:00:49.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210846166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:00:49.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:00:49.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:00:49.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210846105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:00:49.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:00:49.149Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:00:49.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-28T07:00:49.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b21eefc-9f86-48f0-a017-927c12be12d2","serviceName":"vFW 2022-12-28 06-59-38","serviceVersion":"1.0","serviceUUID":"f66207aa-c933-4412-a239-5d32b9197520","serviceDescription":"catalog service description","serviceInvariantUUID":"aaa300f7-23ab-4fb7-8549-9b6402ca0b49","resources":[{"resourceInstanceName":"vFW 4f030f54-a1d7 0","resourceName":"vFW 4f030f54-a1d7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ff2c3bf2-17ca-4aa2-9516-f9eb50c7978b","resourceInvariantUUID":"da836d4b-30a3-4d52-949f-b7c76fc9db66","resourceCustomizationUUID":"e11d19e9-6010-42f0-bcf8-e2763ba4acbc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vf-license-model.xml","artifactChecksum":"ZDkxNzBmOWJlZjdhZGQ5MTQyY2IwNGI2YzA3MzY4MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9152dd3b-822c-4976-800f-f6240561f800","artifactVersion":"1"},{"artifactName":"vfw4f030f54a1d70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json","artifactChecksum":"OWQyYjU2N2RkYzI0ZTIyYWNiMWY1MDM5YTJkYzg0Y2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc1255d0-a68a-41e3-b9ad-053c32b673a8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12d9622f-c3d0-43f2-8d6c-926e7414d3fe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vendor-license-model.xml","artifactChecksum":"ZTYyOTQ4YWQ2MWU3MDNkOGQ4ODk2MThkODgyMTM3ZDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3732ddeb-b7fa-40b7-8d2f-9a0f9e9779ca","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"622b7958-10bc-4898-a704-4e2fc482dae2","artifactVersion":"2","generatedFromUUID":"12d9622f-c3d0-43f2-8d6c-926e7414d3fe"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221228065938-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-template.yml","artifactChecksum":"NGRiMTk0NjIwYzY3YTliZTYzZjg1NTg1NDlkMTkyZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db511e73-e8e7-44ed-92b8-610e6e3f171f","artifactVersion":"1"},{"artifactName":"service-Vfw20221228065938-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar","artifactChecksum":"NzViYWU5NWI0MGEwYzc0OWUzM2FhYWJiYjhkNjIzZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b8abb6d-0e89-4bd0-bd85-e07d4bc92cff","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-28T07:00:49.159Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:00:49.167Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:00:49.178Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:00:49.178Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:00:49.278Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-12-28T07:00:49.282Z||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-12-28T07:00:49.283Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:00:49.305Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:00:49.307Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":4,"count":1}
2022-12-28T07:00:50.187Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:00:50.187Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:00:50.189Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:00:50.189Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:00:50.290Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-28T07:00:50.291Z||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-12-28T07:00:50.291Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:00:50.303Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:00:50.304Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:00:51.190Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:00:51.191Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:00:51.194Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:00:51.195Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:00:51.295Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:00:51.296Z||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-12-28T07:00:51.296Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:00:51.317Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:00:51.318Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:00:52.195Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:00:52.197Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:00:52.199Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:00:52.200Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:00:52.300Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:00:52.301Z||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-12-28T07:00:52.301Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:00:52.319Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:00:52.320Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:00:53.200Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:00:53.201Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:00:53.203Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:00:53.204Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-28T07:00:53.304Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:00:53.305Z||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-12-28T07:00:53.305Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:00:53.317Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:00:53.317Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:00:54.204Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:00:54.205Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:00:54.207Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:00:54.207Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:00:54.307Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:00:54.308Z||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-12-28T07:00:54.308Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:00:54.324Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:00:54.324Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:00:55.208Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:00:55.209Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:00:55.211Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:00:55.211Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:00:55.311Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:00:55.312Z||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-12-28T07:00:55.312Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:00:55.326Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:00:55.327Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:00:56.213Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "serviceName": "vFW 2022-12-28 06-59-38",
  "serviceVersion": "1.0",
  "serviceUUID": "f66207aa-c933-4412-a239-5d32b9197520",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aaa300f7-23ab-4fb7-8549-9b6402ca0b49",
  "resources": [
    {
      "resourceInstanceName": "vFW 4f030f54-a1d7 0",
      "resourceCustomizationUUID": "e11d19e9-6010-42f0-bcf8-e2763ba4acbc",
      "resourceName": "vFW 4f030f54-a1d7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ff2c3bf2-17ca-4aa2-9516-f9eb50c7978b",
      "resourceInvariantUUID": "da836d4b-30a3-4d52-949f-b7c76fc9db66",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4f030f54a1d70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
          "artifactChecksum": "OWQyYjU2N2RkYzI0ZTIyYWNiMWY1MDM5YTJkYzg0Y2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc1255d0-a68a-41e3-b9ad-053c32b673a8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12d9622f-c3d0-43f2-8d6c-926e7414d3fe",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "622b7958-10bc-4898-a704-4e2fc482dae2",
            "generatedFromUUID": "12d9622f-c3d0-43f2-8d6c-926e7414d3fe"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "622b7958-10bc-4898-a704-4e2fc482dae2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221228065938-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
      "artifactChecksum": "NzViYWU5NWI0MGEwYzc0OWUzM2FhYWJiYjhkNjIzZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b8abb6d-0e89-4bd0-bd85-e07d4bc92cff"
    }
  ],
  "workloadContext": "Production"
}
2022-12-28T07:00:56.214Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-28T07:00:56.215Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f66207aa-c933-4412-a239-5d32b9197520 ASDC
2022-12-28T07:00:56.362Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3b21eefc-9f86-48f0-a017-927c12be12d2
ServiceName:vFW 2022-12-28 06-59-38
ServiceVersion:1.0
ServiceUUID:f66207aa-c933-4412-a239-5d32b9197520
ServiceInvariantUUID:aaa300f7-23ab-4fb7-8549-9b6402ca0b49
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221228065938-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar
ArtifactUUID:4b8abb6d-0e89-4bd0-bd85-e07d4bc92cff
ArtifactChecksum:NzViYWU5NWI0MGEwYzc0OWUzM2FhYWJiYjhkNjIzZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4f030f54-a1d7 0
ResourceCustomizationUUID:e11d19e9-6010-42f0-bcf8-e2763ba4acbc
ResourceInvariantUUID:da836d4b-30a3-4d52-949f-b7c76fc9db66
ResourceName:vFW 4f030f54-a1d7
ResourceType:VF
ResourceUUID:ff2c3bf2-17ca-4aa2-9516-f9eb50c7978b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4f030f54a1d70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json
ArtifactUUID:dc1255d0-a68a-41e3-b9ad-053c32b673a8
ArtifactChecksum:OWQyYjU2N2RkYzI0ZTIyYWNiMWY1MDM5YTJkYzg0Y2M=
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/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml
ArtifactUUID:12d9622f-c3d0-43f2-8d6c-926e7414d3fe
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/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env
ArtifactUUID:622b7958-10bc-4898-a704-4e2fc482dae2
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/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env
ArtifactUUID:622b7958-10bc-4898-a704-4e2fc482dae2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-28T07:00:56.362Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f66207aa-c933-4412-a239-5d32b9197520 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-12-28T07:00:56.629Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:00:56.631Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-28T07:00:56.632Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-28T07:00:56.633Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b8abb6d-0e89-4bd0-bd85-e07d4bc92cff from URL: /sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar
2022-12-28T07:00:56.633Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-28T07:00:56.635Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar
2022-12-28T07:00:56.757Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-28T07:00:56.777Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar 4b8abb6d-0e89-4bd0-bd85-e07d4bc92cff 101552
2022-12-28T07:00:56.779Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar ASDC sendASDCNotification
2022-12-28T07:00:56.779Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar
2022-12-28T07:00:56.780Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:00:56.781Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:00:56.783Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:00:56.783Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210856777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:00:56.883Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:00:56.884Z||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-12-28T07:00:56.885Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:00:56.897Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:00:56.898Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:00:57.784Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:00:57.786Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-28T07:00:57.786Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4b8abb6d-0e89-4bd0-bd85-e07d4bc92cff, URL: /sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar to file: /app/ASDC/1/service-Vfw20221228065938-csar.csar
2022-12-28T07:00:57.787Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221228065938-csar.csar
2022-12-28T07:00:57.882Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221228065938-csar.csar
2022-12-28T07:00:57.883Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221228065938-csar.csar
2022-12-28T07:00:58.579Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12725852257351085810/Definitions/service-Vfw20221228065938-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-12-28T07:01:01.298Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-28T07:01:01.304Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-28T07:01:01.304Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221228065938-csar.csar
2022-12-28T07:01:01.304Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-28T07:01:01.305Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221228065938-csar.csar
2022-12-28T07:01:01.305Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4f030f54-a1d7 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221228065938-csar.csar
2022-12-28T07:01:01.305Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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-Vfw20221228065938-csar.csar
2022-12-28T07:01:01.305Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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-Vfw20221228065938-csar.csar
2022-12-28T07:01:01.305Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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-Vfw20221228065938-csar.csar
2022-12-28T07:01:01.305Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221228065938-csar.csar
2022-12-28T07:01:01.305Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221228065938-csar.csar
2022-12-28T07:01:01.305Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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-Vfw20221228065938-csar.csar
2022-12-28T07:01:01.306Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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-Vfw20221228065938-csar.csar
2022-12-28T07:01:01.306Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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-Vfw20221228065938-csar.csar
2022-12-28T07:01:01.306Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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-Vfw20221228065938-csar.csar
2022-12-28T07:01:01.306Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-28T07:01:01.313Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.315Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:01.319Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is matching search criteria
2022-12-28T07:01:01.319Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-28T07:01:01.320Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4f030f54-a1d7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:01:01.322Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.323Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:01.323Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is matching search criteria
2022-12-28T07:01:01.323Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-28T07:01:01.323Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4f030f54-a1d7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:01:01.324Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.324Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:01.327Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.327Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is not matching search criteria
2022-12-28T07:01:01.328Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T07:01:01.328Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-28T07:01:01.328Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-28T07:01:01.328Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:01.328Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-28T07:01:01.329Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T07:01:01.329Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T07:01:01.329Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-28T07:01:01.329Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-28T07:01:01.329Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-28T07:01:01.329Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:01.329Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-28T07:01:01.330Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:01.330Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-28T07:01:01.330Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T07:01:01.330Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-28T07:01:01.330Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.331Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T07:01:01.332Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.332Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is matching search criteria
2022-12-28T07:01:01.332Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4f030f54-a1d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:01:01.333Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.333Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is matching search criteria
2022-12-28T07:01:01.333Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4f030f54-a1d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:01:01.333Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.333Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is matching search criteria
2022-12-28T07:01:01.333Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4f030f54-a1d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:01:01.334Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.334Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is not matching search criteria
2022-12-28T07:01:01.334Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T07:01:01.334Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-28T07:01:01.335Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T07:01:01.335Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-28T07:01:01.335Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-28T07:01:01.335Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-28T07:01:01.335Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:01.335Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-28T07:01:01.336Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:01.336Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-28T07:01:01.336Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T07:01:01.336Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=325372ff-5ce9-4e61-ba8f-0fc0a34b4032
2022-12-28T07:01:01.336Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.337Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is not matching search criteria
2022-12-28T07:01:01.337Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T07:01:01.337Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-28T07:01:01.337Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-28T07:01:01.337Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:01.337Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-28T07:01:01.338Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T07:01:01.338Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T07:01:01.338Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-28T07:01:01.338Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-28T07:01:01.338Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:01.338Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-28T07:01:01.339Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T07:01:01.339Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9931c9f0-37a7-4c27-b514-8a7e92283806
2022-12-28T07:01:01.339Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.339Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is not matching search criteria
2022-12-28T07:01:01.339Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T07:01:01.340Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-28T07:01:01.340Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-28T07:01:01.340Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:01.340Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-28T07:01:01.340Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T07:01:01.340Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T07:01:01.341Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-28T07:01:01.341Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-28T07:01:01.341Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-28T07:01:01.341Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:01.341Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-28T07:01:01.341Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=39e6a0e4-74e5-4177-8783-4b16a4b93e76
2022-12-28T07:01:01.342Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.342Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:01.342Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.342Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:01.342Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.343Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:01.343Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:01.343Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:01.343Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-28 06-59-38
Description:catalog service description
Model UUID:f66207aa-c933-4412-a239-5d32b9197520
Model Version:NULL
Model InvariantUuid:aaa300f7-23ab-4fb7-8549-9b6402ca0b49
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4f030f54-a1d7
Model UUID:76797dba-712c-41e2-bda6-3f1079684d3c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:da836d4b-30a3-4d52-949f-b7c76fc9db66
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e11d19e9-6010-42f0-bcf8-e2763ba4acbc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:93e8d329-c199-4b9a-b428-d0f7abe24473
ModelName:Vfw4f030f54A1d7..base_vfw..module-0
ModelUuid:c83cfb5f-24cf-441b-9f69-3e437929f415
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:325372ff-5ce9-4e61-ba8f-0fc0a34b4032
ModelInvariantUuid:0699e3b0-c6ad-4298-b33d-68a935b30bc6
ModelName:vFW 4f030f54-a1d7-nodes.vfwCvfc
ModelUuid:3338698a-e70c-4615-a239-845821e09fd2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:be185f59-b0a3-4116-9487-d95fce350208
ModelInvariantUuid:f14cd1ed-dabe-4a6d-95a9-c15b7e485c70
ModelName:Vfw4f030f54A1d7.compute.nodes.heat.vfw
ModelUuid:e8a5674c-030f-4c7a-89e0-e99d86409739
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9931c9f0-37a7-4c27-b514-8a7e92283806
ModelInvariantUuid:eca0f6b8-ec7b-455f-9cd5-02ac7c592d69
ModelName:vFW 4f030f54-a1d7-nodes.vsnCvfc
ModelUuid:8c4b9f24-60a4-450c-818b-732411d81ee5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c0ca8878-937e-4490-8a9f-48be35f4981e
ModelInvariantUuid:16e79d84-1441-436b-b707-bce88c363542
ModelName:Vfw4f030f54A1d7.compute.nodes.heat.vsn
ModelUuid:0c109189-ea2a-4194-a2ac-cdd7a38fa90a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:39e6a0e4-74e5-4177-8783-4b16a4b93e76
ModelInvariantUuid:c70c9cb1-b1f6-4091-a02f-df2be36a8328
ModelName:vFW 4f030f54-a1d7-nodes.vpgCvfc
ModelUuid:abb1eedd-cdef-461e-ba0c-fe18ebe346fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:90947920-2f5c-4744-8f23-834b341ca8ff
ModelInvariantUuid:c6297263-28bf-410e-88c3-b9b568e0b652
ModelName:Vfw4f030f54A1d7.compute.nodes.heat.vpg
ModelUuid:25b91a06-2f13-484a-bb6a-a5cbadd94b63
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-12-28T07:01:01.370Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ff2c3bf2-17ca-4aa2-9516-f9eb50c7978b
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-12-28T07:01:01.475Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||vFW 4f030f54-a1d7 0
2022-12-28T07:01:01.483Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ff2c3bf2-17ca-4aa2-9516-f9eb50c7978b
2022-12-28T07:01:01.483Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dc1255d0-a68a-41e3-b9ad-053c32b673a8 from URL: /sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json
2022-12-28T07:01:01.483Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-28T07:01:01.483Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json
2022-12-28T07:01:01.554Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-28T07:01:01.555Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json dc1255d0-a68a-41e3-b9ad-053c32b673a8 785
2022-12-28T07:01:01.555Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json ASDC sendASDCNotification
2022-12-28T07:01:01.555Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json
2022-12-28T07:01:01.556Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:01:01.556Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:01:01.559Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:01:01.559Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210861555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:01:01.659Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:01:01.660Z||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-12-28T07:01:01.660Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:01:01.697Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:01:01.698Z||pool-11-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:01:02.560Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4f030f54A1d7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "93e8d329-c199-4b9a-b428-d0f7abe24473",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c83cfb5f-24cf-441b-9f69-3e437929f415",
    "vfModuleModelCustomizationUUID": "08a793d4-fa88-4043-9e7b-4dfadffd94b1",
    "isBase": true,
    "artifacts": [
      "12d9622f-c3d0-43f2-8d6c-926e7414d3fe",
      "622b7958-10bc-4898-a704-4e2fc482dae2"
    ],
    "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-12-28T07:01:02.573Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f030f54A1d7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c83cfb5f-24cf-441b-9f69-3e437929f415
VfModuleModelInvariantUUID:93e8d329-c199-4b9a-b428-d0f7abe24473
VfModuleModelDescription:NULL
Artifacts UUID List:{
12d9622f-c3d0-43f2-8d6c-926e7414d3fe
,
622b7958-10bc-4898-a704-4e2fc482dae2

}
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-12-28T07:01:02.577Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4f030f54A1d7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "93e8d329-c199-4b9a-b428-d0f7abe24473",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c83cfb5f-24cf-441b-9f69-3e437929f415",
    "vfModuleModelCustomizationUUID": "08a793d4-fa88-4043-9e7b-4dfadffd94b1",
    "isBase": true,
    "artifacts": [
      "12d9622f-c3d0-43f2-8d6c-926e7414d3fe",
      "622b7958-10bc-4898-a704-4e2fc482dae2"
    ],
    "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-12-28T07:01:02.577Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f030f54A1d7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c83cfb5f-24cf-441b-9f69-3e437929f415
VfModuleModelInvariantUUID:93e8d329-c199-4b9a-b428-d0f7abe24473
VfModuleModelDescription:NULL
Artifacts UUID List:{
12d9622f-c3d0-43f2-8d6c-926e7414d3fe
,
622b7958-10bc-4898-a704-4e2fc482dae2

}
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-12-28T07:01:02.577Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 12d9622f-c3d0-43f2-8d6c-926e7414d3fe from URL: /sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml
2022-12-28T07:01:02.577Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-28T07:01:02.577Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml
2022-12-28T07:01:02.642Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-28T07:01:02.643Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml 12d9622f-c3d0-43f2-8d6c-926e7414d3fe 20368
2022-12-28T07:01:02.644Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-28T07:01:02.644Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml
2022-12-28T07:01:02.644Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:01:02.644Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:01:02.646Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:01:02.646Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210862644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:01:02.746Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:01:02.748Z||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-12-28T07:01:02.748Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:01:02.759Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:01:02.760Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:01:03.646Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 622b7958-10bc-4898-a704-4e2fc482dae2 from URL: /sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env
2022-12-28T07:01:03.648Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-28T07:01:03.648Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env
2022-12-28T07:01:03.747Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-28T07:01:03.747Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env 622b7958-10bc-4898-a704-4e2fc482dae2 2098
2022-12-28T07:01:03.747Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-28T07:01:03.748Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env
2022-12-28T07:01:03.748Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:01:03.748Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:01:03.750Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:01:03.750Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210863747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:01:03.850Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:01:03.852Z||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-12-28T07:01:03.852Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:01:03.862Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:01:03.863Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:01:04.751Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f66207aa-c933-4412-a239-5d32b9197520
2022-12-28T07:01:04.752Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4f030f54-a1d7 0 ff2c3bf2-17ca-4aa2-9516-f9eb50c7978b 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-12-28T07:01:04.793Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f4ec219, org.onap.sdc.toscaparser.api.parameters.Input@85beddc, org.onap.sdc.toscaparser.api.parameters.Input@2b32349a, org.onap.sdc.toscaparser.api.parameters.Input@30191af9, org.onap.sdc.toscaparser.api.parameters.Input@691e58e9]
2022-12-28T07:01:04.796Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.797Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:04.797Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-12-28T07:01:04.797Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e11d19e9-6010-42f0-bcf8-e2763ba4acbc
2022-12-28T07:01:04.797Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e11d19e9-6010-42f0-bcf8-e2763ba4acbc matches Tosca VF Customization UUID: e11d19e9-6010-42f0-bcf8-e2763ba4acbc
2022-12-28T07:01:04.797Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e11d19e9-6010-42f0-bcf8-e2763ba4acbc  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-12-28T07:01:04.805Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.806Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:04.808Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e11d19e9-6010-42f0-bcf8-e2763ba4acbc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-28T07:01:04.809Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4897f59
2022-12-28T07:01:04.810Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.810Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T07:01:04.811Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08a793d4-fa88-4043-9e7b-4dfadffd94b1
2022-12-28T07:01:04.812Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08a793d4-fa88-4043-9e7b-4dfadffd94b1
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-12-28T07:01:04.820Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.820Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is matching search criteria
2022-12-28T07:01:04.820Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4f030f54-a1d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:01:04.821Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.822Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is matching search criteria
2022-12-28T07:01:04.822Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4f030f54-a1d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:01:04.823Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.823Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is not matching search criteria
2022-12-28T07:01:04.823Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T07:01:04.824Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-28T07:01:04.824Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T07:01:04.824Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-28T07:01:04.825Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-28T07:01:04.825Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-28T07:01:04.825Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:04.826Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-28T07:01:04.826Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:04.827Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-28T07:01:04.827Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T07:01:04.827Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=325372ff-5ce9-4e61-ba8f-0fc0a34b4032
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-12-28T07:01:04.838Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.838Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is matching search criteria
2022-12-28T07:01:04.839Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4f030f54-a1d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:01:04.840Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.840Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is not matching search criteria
2022-12-28T07:01:04.840Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T07:01:04.841Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-28T07:01:04.841Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-28T07:01:04.841Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:04.842Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-28T07:01:04.842Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T07:01:04.842Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T07:01:04.843Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-28T07:01:04.843Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-28T07:01:04.844Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:04.844Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-28T07:01:04.844Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T07:01:04.845Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9931c9f0-37a7-4c27-b514-8a7e92283806
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-12-28T07:01:04.847Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.848Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is matching search criteria
2022-12-28T07:01:04.848Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4f030f54-a1d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:01:04.851Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.851Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is not matching search criteria
2022-12-28T07:01:04.851Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-28T07:01:04.852Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-28T07:01:04.852Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-28T07:01:04.852Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:04.853Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-28T07:01:04.853Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-28T07:01:04.853Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-28T07:01:04.854Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-28T07:01:04.854Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-28T07:01:04.854Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-28T07:01:04.855Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-28T07:01:04.855Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-28T07:01:04.855Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=39e6a0e4-74e5-4177-8783-4b16a4b93e76
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-12-28T07:01:04.858Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.859Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is matching search criteria
2022-12-28T07:01:04.859Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4f030f54-a1d7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:01:04.860Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.860Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Node template vFW 4f030f54-a1d7 0 is matching search criteria
2022-12-28T07:01:04.860Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4f030f54-a1d7 0] matching following query criteria: sdcType=VF, customizationUUID=e11d19e9-6010-42f0-bcf8-e2763ba4acbc
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-12-28T07:01:04.862Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.863Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:04.863Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f66207aa-c933-4412-a239-5d32b9197520: vFW 4f030f54-a1d7
2022-12-28T07:01:04.864Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.864Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:04.864Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.865Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:04.865Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.866Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:04.866Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.866Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:04.867Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:01:04.867Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-28 06-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:01:04.868Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-12-28 06-59-38 
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-12-28T07:01:05.155Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4f030f54-a1d7 ff2c3bf2-17ca-4aa2-9516-f9eb50c7978b 1 ASDC deployResourceStructure
2022-12-28T07:01:05.156Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json ASDC sendASDCNotification
2022-12-28T07:01:05.156Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json
2022-12-28T07:01:05.157Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:01:05.157Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:01:05.159Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:01:05.159Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210865156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:01:05.259Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:01:05.260Z||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-12-28T07:01:05.261Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:01:05.273Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:01:05.274Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:01:06.160Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-28T07:01:06.161Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml
2022-12-28T07:01:06.161Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:01:06.161Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:01:06.163Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:01:06.163Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210866160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:01:06.263Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:01:06.264Z||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-12-28T07:01:06.265Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:01:06.276Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:01:06.276Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:01:07.164Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-28T07:01:07.164Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env
2022-12-28T07:01:07.165Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:01:07.165Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:01:07.166Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:01:07.167Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210867164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-28T07:01:07.267Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:01:07.268Z||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-12-28T07:01:07.268Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:01:07.281Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:01:07.282Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:01:08.171Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar ASDC sendASDCNotification
2022-12-28T07:01:08.172Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar
2022-12-28T07:01:08.172Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:01:08.173Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:01:08.175Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:01:08.175Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210868171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:01:08.275Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:01:08.276Z||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-12-28T07:01:08.276Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:01:08.288Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:01:08.288Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:01:09.177Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:01:09.203Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
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-12-28T07:01:09.206Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:01:09.206Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:01:09.206Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:01:39.206Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:01:39.218Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
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-12-28T07:01:39.221Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:01:39.221Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:01:39.221Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:01:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:01:48.517Z||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-12-28T07:01:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:01:48.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:01:48.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:01:48.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210805308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:01:48.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:02:09.221Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:02:09.233Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
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-12-28T07:02:09.236Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:02:09.236Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:02:09.236Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:02:39.236Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:02:39.247Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
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-12-28T07:02:39.249Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:02:39.250Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:02:39.250Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:02:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:02:48.517Z||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-12-28T07:02:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:02:48.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:02:48.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:02:48.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210843493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:02:48.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:09.250Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:03:09.266Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
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-12-28T07:03:09.269Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:03:09.269Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:03:09.270Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:03:39.270Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:03:39.287Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
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-12-28T07:03:39.290Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:03:39.290Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:03:39.291Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:03:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:03:48.518Z||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-12-28T07:03:48.518Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:03:49.053Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:03:49.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210846166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210846105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210805308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210843493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210846166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210846105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210805308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210843493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210846166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210846105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210805308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210843493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210846166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210846105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210854119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210854124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210854189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210855150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-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-12-28T07:03:49.092Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b21eefc-9f86-48f0-a017-927c12be12d2
2022-12-28T07:03:49.092Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b21eefc-9f86-48f0-a017-927c12be12d2 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-12-28T07:03:49.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210855319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210848513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210856377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210854757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210854757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210857487,
  "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-12-28T07:03:49.113Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b21eefc-9f86-48f0-a017-927c12be12d2
2022-12-28T07:03:49.113Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b21eefc-9f86-48f0-a017-927c12be12d2 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-12-28T07:03:49.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210856777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210854757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210858491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:03:49.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210854757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210854757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210854757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210854757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210861555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210862621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210862644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210863747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210865156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/vfw4f030f54a1d70_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:03:49.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210866160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:03:49.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210867164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/resourceInstances/vfw4f030f54a1d70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-28T07:03:49.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210868105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:03:49.133Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672210868171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:03:49.134Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210870080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221228065938/1.0/artifacts/service-Vfw20221228065938-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:03:49.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210869109,
  "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-12-28T07:03:49.140Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b21eefc-9f86-48f0-a017-927c12be12d2
2022-12-28T07:03:49.141Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b21eefc-9f86-48f0-a017-927c12be12d2 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-12-28T07:03:49.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210871084,
  "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-12-28T07:03:49.155Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b21eefc-9f86-48f0-a017-927c12be12d2
2022-12-28T07:03:49.155Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b21eefc-9f86-48f0-a017-927c12be12d2 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-12-28T07:03:49.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210859507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210876166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210863127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210856154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210876166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210859507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210863127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210856154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210876166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210859507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210863127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210856154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210876166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210859507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210863127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210856154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210876166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210859507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210863127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210856154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210876166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210859507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210863127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210856154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210876166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210859507,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672210863127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210856154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210883987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210884004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210884021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672210885012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-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-12-28T07:03:49.200Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ffb32da7-531d-4dfd-9562-8db38cca07d1
2022-12-28T07:03:49.201Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffb32da7-531d-4dfd-9562-8db38cca07d1 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-12-28T07:03:49.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210885091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210886154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.211Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210884767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210887192,
  "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-12-28T07:03:49.220Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ffb32da7-531d-4dfd-9562-8db38cca07d1
2022-12-28T07:03:49.220Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffb32da7-531d-4dfd-9562-8db38cca07d1 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-12-28T07:03:49.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210884767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672210888195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:03:49.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210884767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210884767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210884767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210884767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:03:49.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210891579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:03:49.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210884767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:03:49.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:03:49.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672210892582,
  "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-12-28T07:03:49.242Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ffb32da7-531d-4dfd-9562-8db38cca07d1
2022-12-28T07:03:49.242Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffb32da7-531d-4dfd-9562-8db38cca07d1 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-12-28T07:03:49.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210892521,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:03:49.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210894899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:03:49.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:03:49.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:03:49.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672210895903,
  "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-12-28T07:03:49.264Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ffb32da7-531d-4dfd-9562-8db38cca07d1
2022-12-28T07:03:49.264Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffb32da7-531d-4dfd-9562-8db38cca07d1 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-12-28T07:04:09.291Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:04:09.308Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2
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-12-28T07:04:09.312Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:04:09.312Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-28T07:04:09.313Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-28T07:04:09.313Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-28T07:04:09.313Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:04:09.313Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:04:09.314Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:04:09.314Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:04:09.314Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:04:09.314Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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-12-28T07:04:09.320Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-28T07:04:39.321Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b21eefc-9f86-48f0-a017-927c12be12d2 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-12-28T07:04:39.338Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b21eefc-9f86-48f0-a017-927c12be12d2 and serviceModelVersionId: f66207aa-c933-4412-a239-5d32b9197520
2022-12-28T07:04:39.339Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aaa300f7-23ab-4fb7-8549-9b6402ca0b49
2022-12-28T07:04:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:04:48.517Z||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-12-28T07:04:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:04:55.041Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aaa300f7-23ab-4fb7-8549-9b6402ca0b49/model-vers/model-ver/f66207aa-c933-4412-a239-5d32b9197520?depth=0
2022-12-28T07:04:55.154Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-28T07:04:55.650Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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/aaa300f7-23ab-4fb7-8549-9b6402ca0b49/model-vers/model-ver/f66207aa-c933-4412-a239-5d32b9197520?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-12-28T07:04:55.683Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaa300f7-23ab-4fb7-8549-9b6402ca0b49/model-vers/model-ver/f66207aa-c933-4412-a239-5d32b9197520?depth=0|INFO|500||Invoke
2022-12-28T07:04:55.816Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaa300f7-23ab-4fb7-8549-9b6402ca0b49/model-vers/model-ver/f66207aa-c933-4412-a239-5d32b9197520?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-28T07:04:56.024Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aaa300f7-23ab-4fb7-8549-9b6402ca0b49/model-vers/model-ver/f66207aa-c933-4412-a239-5d32b9197520?depth=0|INFO|500||InvokeReturn
2022-12-28T07:04:56.027Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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/aaa300f7-23ab-4fb7-8549-9b6402ca0b49/model-vers/model-ver/f66207aa-c933-4412-a239-5d32b9197520?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 07:04:57 GMT], content-length=[0], vertex-id=[155776], x-aai-txid=[1-aai-resources-221228-07:04:57:287-22114], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-28T07:04:56.027Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-28T07:04:56.030Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-28T07:04:56.030Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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-12-28T07:04:56.036Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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-12-28T07:04:56.037Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b21eefc-9f86-48f0-a017-927c12be12d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-28T07:04:56.038Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-28T07:04:56.038Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:04:56.040Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:04:56.041Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211096037,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:04:56.141Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:04:56.141Z||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-12-28T07:04:56.141Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:04:56.156Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:04:56.156Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:04:56.774Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:04:56.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:04:56.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b21eefc-9f86-48f0-a017-927c12be12d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211096037,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:04:56.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:04:57.054Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:04:57.054Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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-12-28T07:04:57.055Z|3b21eefc-9f86-48f0-a017-927c12be12d2|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:02.648Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:02.649Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-28T07:05:02.649Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ffb32da7-531d-4dfd-9562-8db38cca07d1","serviceName":"basic_onboard_rvOtiM","serviceVersion":"1.0","serviceUUID":"9cb4a099-d7d4-4c67-83d6-012bc4ecadeb","serviceDescription":"service","serviceInvariantUUID":"f6671a7f-228a-4f40-a6e9-3202581c909c","resources":[{"resourceInstanceName":"basic_onboard_rvOtiM 0","resourceName":"basic_onboard_rvOtiM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b16ad76a-a312-4a60-916c-1ea0ab85d979","resourceInvariantUUID":"f5c245c0-af5e-4ec2-9af0-15ebaee38f4b","resourceCustomizationUUID":"1d227f50-eafb-4f88-bc61-d5d123c8639b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vf-license-model.xml","artifactChecksum":"ZDI0MzkwZDFiYzNkYjgyZWI3N2UwNjUwNWE0NDgxMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ce44a88-606d-42b4-8002-0ab6c4c0aee6","artifactVersion":"1"},{"artifactName":"basic_onboard_rvotim0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json","artifactChecksum":"ZjYwZTlmNmFkYTczZjk4Mzg5ZGM2NDBmM2M0YzYzMjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd0abefb-ba07-4c6b-b6de-4f005bf41a71","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc15b660-8932-47b9-aedf-4f7d39bea888","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8492592a-b03a-4d0e-b50d-5b23778d4798","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0ea9428b-fcb7-4107-b164-75c216ac120a","artifactVersion":"2","generatedFromUUID":"cc15b660-8932-47b9-aedf-4f7d39bea888"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRvotim-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-template.yml","artifactChecksum":"Y2MwNDdlMDkxMzhiNWJmYWYwMzA2N2YxY2YzNTVhZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"748e3d06-3d16-4dbf-b1c3-f950ccc8985e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRvotim-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar","artifactChecksum":"M2QxMWFlNjM5MmVhODZmYjM2NmUyOGM1M2UzODJmNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a00d3a4b-abed-47cf-9b1c-d6b90e787b4a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-28T07:05:02.652Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:05:02.653Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:02.655Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:02.655Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:05:02.755Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:05:02.756Z||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-12-28T07:05:02.757Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:02.773Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:02.773Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:05:03.655Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:05:03.656Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:03.658Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:03.658Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:05:03.759Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-28T07:05:03.760Z||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-12-28T07:05:03.760Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:03.772Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:03.772Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:05:04.658Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:05:04.659Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:04.661Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:04.661Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:05:04.761Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:05:04.762Z||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-12-28T07:05:04.762Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:04.772Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:04.773Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:05:05.661Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:05:05.662Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:05.664Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:05.664Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:05:05.765Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-28T07:05:05.766Z||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-12-28T07:05:05.766Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:05.778Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:05.779Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:05:06.665Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:05:06.665Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:06.667Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:06.668Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-28T07:05:06.768Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:05:06.768Z||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-12-28T07:05:06.769Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:06.779Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:06.779Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:05:07.668Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:05:07.669Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:07.670Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:07.671Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:05:07.771Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:05:07.772Z||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-12-28T07:05:07.772Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:07.784Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:07.785Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:05:08.671Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:05:08.672Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:08.674Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:08.674Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:05:08.774Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:05:08.775Z||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-12-28T07:05:08.775Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:08.788Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:08.788Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:05:09.675Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "serviceName": "basic_onboard_rvOtiM",
  "serviceVersion": "1.0",
  "serviceUUID": "9cb4a099-d7d4-4c67-83d6-012bc4ecadeb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f6671a7f-228a-4f40-a6e9-3202581c909c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_rvOtiM 0",
      "resourceCustomizationUUID": "1d227f50-eafb-4f88-bc61-d5d123c8639b",
      "resourceName": "basic_onboard_rvOtiM",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b16ad76a-a312-4a60-916c-1ea0ab85d979",
      "resourceInvariantUUID": "f5c245c0-af5e-4ec2-9af0-15ebaee38f4b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rvotim0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
          "artifactChecksum": "ZjYwZTlmNmFkYTczZjk4Mzg5ZGM2NDBmM2M0YzYzMjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd0abefb-ba07-4c6b-b6de-4f005bf41a71",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc15b660-8932-47b9-aedf-4f7d39bea888",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0ea9428b-fcb7-4107-b164-75c216ac120a",
            "generatedFromUUID": "cc15b660-8932-47b9-aedf-4f7d39bea888"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0ea9428b-fcb7-4107-b164-75c216ac120a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRvotim-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
      "artifactChecksum": "M2QxMWFlNjM5MmVhODZmYjM2NmUyOGM1M2UzODJmNWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a00d3a4b-abed-47cf-9b1c-d6b90e787b4a"
    }
  ],
  "workloadContext": "Production"
}
2022-12-28T07:05:09.676Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-28T07:05:09.676Z|3b21eefc-9f86-48f0-a017-927c12be12d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9cb4a099-d7d4-4c67-83d6-012bc4ecadeb ASDC
2022-12-28T07:05:09.677Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:ffb32da7-531d-4dfd-9562-8db38cca07d1
ServiceName:basic_onboard_rvOtiM
ServiceVersion:1.0
ServiceUUID:9cb4a099-d7d4-4c67-83d6-012bc4ecadeb
ServiceInvariantUUID:f6671a7f-228a-4f40-a6e9-3202581c909c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRvotim-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar
ArtifactUUID:a00d3a4b-abed-47cf-9b1c-d6b90e787b4a
ArtifactChecksum:M2QxMWFlNjM5MmVhODZmYjM2NmUyOGM1M2UzODJmNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rvOtiM 0
ResourceCustomizationUUID:1d227f50-eafb-4f88-bc61-d5d123c8639b
ResourceInvariantUUID:f5c245c0-af5e-4ec2-9af0-15ebaee38f4b
ResourceName:basic_onboard_rvOtiM
ResourceType:VF
ResourceUUID:b16ad76a-a312-4a60-916c-1ea0ab85d979
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rvotim0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json
ArtifactUUID:bd0abefb-ba07-4c6b-b6de-4f005bf41a71
ArtifactChecksum:ZjYwZTlmNmFkYTczZjk4Mzg5ZGM2NDBmM2M0YzYzMjg=
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/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cc15b660-8932-47b9-aedf-4f7d39bea888
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/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env
ArtifactUUID:0ea9428b-fcb7-4107-b164-75c216ac120a
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/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env
ArtifactUUID:0ea9428b-fcb7-4107-b164-75c216ac120a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-28T07:05:09.677Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9cb4a099-d7d4-4c67-83d6-012bc4ecadeb 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-12-28T07:05:09.714Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:05:09.714Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-28T07:05:09.715Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-28T07:05:09.715Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a00d3a4b-abed-47cf-9b1c-d6b90e787b4a from URL: /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:09.715Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-28T07:05:09.715Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:09.893Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-28T07:05:09.898Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar a00d3a4b-abed-47cf-9b1c-d6b90e787b4a 75655
2022-12-28T07:05:09.898Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar ASDC sendASDCNotification
2022-12-28T07:05:09.898Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:09.898Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:05:09.899Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:09.901Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:09.901Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211109898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:05:10.001Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:05:10.002Z||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-12-28T07:05:10.002Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:10.014Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:10.014Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:05:10.901Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:05:10.903Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-28T07:05:10.903Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a00d3a4b-abed-47cf-9b1c-d6b90e787b4a, URL: /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar to file: /app/ASDC/1/service-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:10.904Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:10.905Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:10.905Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:11.094Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6192720219227528579/Definitions/service-BasicOnboardRvotim-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-28T07:05:12.393Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-28T07:05:12.393Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-28T07:05:12.394Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:12.394Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-28T07:05:12.394Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:12.394Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:12.394Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:12.394Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:12.395Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rvOtiM 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:12.395Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:12.395Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:12.395Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-28T07:05:12.395Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:12.396Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:12.396Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_rvOtiM 0 is matching search criteria
2022-12-28T07:05:12.396Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-28T07:05:12.397Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_rvOtiM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:05:12.397Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:12.397Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:12.397Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_rvOtiM 0 is matching search criteria
2022-12-28T07:05:12.398Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-28T07:05:12.398Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_rvOtiM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:05:12.398Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:12.398Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:12.399Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:12.399Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_rvOtiM 0 is not matching search criteria
2022-12-28T07:05:12.399Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-28T07:05:12.399Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-28T07:05:12.399Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-28T07:05:12.400Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-28T07:05:12.400Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-28T07:05:12.400Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:12.400Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T07:05:12.401Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:12.401Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_rvOtiM 0 is matching search criteria
2022-12-28T07:05:12.401Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_rvOtiM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:05:12.401Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:12.401Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_rvOtiM 0 is matching search criteria
2022-12-28T07:05:12.402Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_rvOtiM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:05:12.402Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:12.402Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_rvOtiM 0 is matching search criteria
2022-12-28T07:05:12.402Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_rvOtiM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:05:12.403Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:12.403Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_rvOtiM 0 is not matching search criteria
2022-12-28T07:05:12.403Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-28T07:05:12.403Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-28T07:05:12.404Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d542e56c-e715-4906-a9f5-2f07bc24d39e
2022-12-28T07:05:12.404Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:12.404Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:12.404Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:12.405Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:12.405Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:12.405Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:12.405Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:12.405Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:12.406Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_rvOtiM
Description:service
Model UUID:9cb4a099-d7d4-4c67-83d6-012bc4ecadeb
Model Version:NULL
Model InvariantUuid:f6671a7f-228a-4f40-a6e9-3202581c909c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_rvOtiM
Model UUID:94087ebb-4e52-44d2-bdcc-5f20c1799018
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f5c245c0-af5e-4ec2-9af0-15ebaee38f4b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1d227f50-eafb-4f88-bc61-d5d123c8639b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fa228325-4fe2-48c1-ba50-f5f60a790820
ModelName:BasicOnboardRvotim..base_ubuntu18..module-0
ModelUuid:b2089e24-1c28-4ef5-9a98-757ca397433c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d542e56c-e715-4906-a9f5-2f07bc24d39e
ModelInvariantUuid:2fabf9d4-93d1-4d2c-8eab-3c969321bfa6
ModelName:basic_onboard_rvOtiM-nodes.ubuntu18Cvfc
ModelUuid:70cd350c-5ac9-4451-b9a4-256604d9a532
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:521e7488-50c9-4d78-a061-d08dc14f9f8e
ModelInvariantUuid:83584dc4-a6a7-4cb3-8013-4b57581550cb
ModelName:BasicOnboardRvotim.compute.nodes.heat.ubuntu18
ModelUuid:50fca651-85dd-44ce-ae47-dac107deca13
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-12-28T07:05:12.413Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b16ad76a-a312-4a60-916c-1ea0ab85d979
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-12-28T07:05:12.420Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||basic_onboard_rvOtiM 0
2022-12-28T07:05:12.420Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b16ad76a-a312-4a60-916c-1ea0ab85d979
2022-12-28T07:05:12.420Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bd0abefb-ba07-4c6b-b6de-4f005bf41a71 from URL: /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json
2022-12-28T07:05:12.420Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-28T07:05:12.420Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json
2022-12-28T07:05:12.476Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-28T07:05:12.477Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json bd0abefb-ba07-4c6b-b6de-4f005bf41a71 798
2022-12-28T07:05:12.477Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json ASDC sendASDCNotification
2022-12-28T07:05:12.477Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json
2022-12-28T07:05:12.477Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:05:12.478Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:12.480Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:12.480Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211112477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:05:12.580Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:05:12.581Z||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-12-28T07:05:12.581Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:12.592Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:12.593Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:05:13.481Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRvotim..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fa228325-4fe2-48c1-ba50-f5f60a790820",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b2089e24-1c28-4ef5-9a98-757ca397433c",
    "vfModuleModelCustomizationUUID": "72c57506-524c-44d6-958a-fbd4a1791c58",
    "isBase": true,
    "artifacts": [
      "cc15b660-8932-47b9-aedf-4f7d39bea888",
      "0ea9428b-fcb7-4107-b164-75c216ac120a"
    ],
    "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-12-28T07:05:13.487Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRvotim..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2089e24-1c28-4ef5-9a98-757ca397433c
VfModuleModelInvariantUUID:fa228325-4fe2-48c1-ba50-f5f60a790820
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc15b660-8932-47b9-aedf-4f7d39bea888
,
0ea9428b-fcb7-4107-b164-75c216ac120a

}
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-12-28T07:05:13.489Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRvotim..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fa228325-4fe2-48c1-ba50-f5f60a790820",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b2089e24-1c28-4ef5-9a98-757ca397433c",
    "vfModuleModelCustomizationUUID": "72c57506-524c-44d6-958a-fbd4a1791c58",
    "isBase": true,
    "artifacts": [
      "cc15b660-8932-47b9-aedf-4f7d39bea888",
      "0ea9428b-fcb7-4107-b164-75c216ac120a"
    ],
    "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-12-28T07:05:13.490Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRvotim..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2089e24-1c28-4ef5-9a98-757ca397433c
VfModuleModelInvariantUUID:fa228325-4fe2-48c1-ba50-f5f60a790820
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc15b660-8932-47b9-aedf-4f7d39bea888
,
0ea9428b-fcb7-4107-b164-75c216ac120a

}
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-12-28T07:05:13.490Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cc15b660-8932-47b9-aedf-4f7d39bea888 from URL: /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml
2022-12-28T07:05:13.490Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-28T07:05:13.490Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml
2022-12-28T07:05:13.540Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-28T07:05:13.540Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml cc15b660-8932-47b9-aedf-4f7d39bea888 5033
2022-12-28T07:05:13.541Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-28T07:05:13.541Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml
2022-12-28T07:05:13.541Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:05:13.542Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:13.544Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:13.544Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211113541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:05:13.644Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:05:13.645Z||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-12-28T07:05:13.645Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:13.656Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:13.656Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:05:14.545Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0ea9428b-fcb7-4107-b164-75c216ac120a from URL: /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env
2022-12-28T07:05:14.546Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-28T07:05:14.546Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env
2022-12-28T07:05:14.597Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-28T07:05:14.597Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env 0ea9428b-fcb7-4107-b164-75c216ac120a 909
2022-12-28T07:05:14.597Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-28T07:05:14.598Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env
2022-12-28T07:05:14.598Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:05:14.598Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:14.600Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:14.601Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211114597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:05:14.701Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:05:14.701Z||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-12-28T07:05:14.701Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:14.714Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:14.714Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:05:15.601Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9cb4a099-d7d4-4c67-83d6-012bc4ecadeb
2022-12-28T07:05:15.602Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rvOtiM 0 b16ad76a-a312-4a60-916c-1ea0ab85d979 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-12-28T07:05:15.619Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2de303d9, org.onap.sdc.toscaparser.api.parameters.Input@13845d00, org.onap.sdc.toscaparser.api.parameters.Input@47328d9f, org.onap.sdc.toscaparser.api.parameters.Input@778aa25f, org.onap.sdc.toscaparser.api.parameters.Input@42429abc]
2022-12-28T07:05:15.621Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.621Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:15.621Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-12-28T07:05:15.621Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1d227f50-eafb-4f88-bc61-d5d123c8639b
2022-12-28T07:05:15.621Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d227f50-eafb-4f88-bc61-d5d123c8639b matches Tosca VF Customization UUID: 1d227f50-eafb-4f88-bc61-d5d123c8639b
2022-12-28T07:05:15.621Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1d227f50-eafb-4f88-bc61-d5d123c8639b  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-12-28T07:05:15.624Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.624Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:15.624Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1d227f50-eafb-4f88-bc61-d5d123c8639b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-28T07:05:15.625Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a85037
2022-12-28T07:05:15.625Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.625Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T07:05:15.625Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 72c57506-524c-44d6-958a-fbd4a1791c58
2022-12-28T07:05:15.625Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 72c57506-524c-44d6-958a-fbd4a1791c58
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-12-28T07:05:15.628Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.628Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_rvOtiM 0 is matching search criteria
2022-12-28T07:05:15.628Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_rvOtiM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:05:15.628Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.628Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_rvOtiM 0 is matching search criteria
2022-12-28T07:05:15.629Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_rvOtiM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:05:15.629Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.629Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_rvOtiM 0 is not matching search criteria
2022-12-28T07:05:15.629Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-28T07:05:15.629Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-28T07:05:15.629Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d542e56c-e715-4906-a9f5-2f07bc24d39e
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-12-28T07:05:15.632Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.632Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_rvOtiM 0 is matching search criteria
2022-12-28T07:05:15.632Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_rvOtiM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:05:15.632Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.633Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_rvOtiM 0 is matching search criteria
2022-12-28T07:05:15.633Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_rvOtiM 0] matching following query criteria: sdcType=VF, customizationUUID=1d227f50-eafb-4f88-bc61-d5d123c8639b
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-12-28T07:05:15.634Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.634Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:15.635Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9cb4a099-d7d4-4c67-83d6-012bc4ecadeb: basic_onboard_rvOtiM
2022-12-28T07:05:15.635Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.635Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:15.635Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.636Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:15.636Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.636Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:15.636Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.636Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:15.636Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:05:15.637Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_rvOtiM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:05:15.637Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_rvOtiM 
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-12-28T07:05:15.720Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rvOtiM b16ad76a-a312-4a60-916c-1ea0ab85d979 1 ASDC deployResourceStructure
2022-12-28T07:05:15.721Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json ASDC sendASDCNotification
2022-12-28T07:05:15.721Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json
2022-12-28T07:05:15.721Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:05:15.722Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:15.724Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:15.724Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211115721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:05:15.824Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:05:15.825Z||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-12-28T07:05:15.825Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:15.837Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:15.837Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:05:16.724Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-28T07:05:16.725Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml
2022-12-28T07:05:16.725Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:05:16.726Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:16.727Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:16.728Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211116724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:05:16.828Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:05:16.829Z||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-12-28T07:05:16.829Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:16.842Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:16.842Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:05:17.728Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-28T07:05:17.729Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env
2022-12-28T07:05:17.729Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:05:17.729Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:17.731Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:17.731Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211117728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-28T07:05:17.831Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:05:17.832Z||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-12-28T07:05:17.832Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:17.844Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:17.844Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:05:18.732Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar ASDC sendASDCNotification
2022-12-28T07:05:18.732Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar
2022-12-28T07:05:18.732Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:05:18.732Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:18.734Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:18.734Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211118731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:05:18.834Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:05:18.835Z||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-12-28T07:05:18.835Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:18.856Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:18.857Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:05:19.735Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffb32da7-531d-4dfd-9562-8db38cca07d1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:05:19.747Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffb32da7-531d-4dfd-9562-8db38cca07d1
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-12-28T07:05:19.750Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:05:19.750Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-28T07:05:19.751Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-28T07:05:19.751Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-28T07:05:19.751Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:05:19.751Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:05:19.751Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:05:19.751Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:05:19.751Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:05:19.751Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T07:05:19.757Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-28T07:05:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:05:48.516Z||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-12-28T07:05:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:49.143Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:49.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:05:49.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:05:49.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:05:49.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:05:49.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:05:49.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:05:49.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:05:49.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:05:49.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-28T07:05:49.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:05:49.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:05:49.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:05:49.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211097054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:05:49.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:05:49.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211109898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:05:49.147Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:05:49.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211112477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:05:49.147Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:05:49.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211113541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:05:49.148Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:05:49.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211114597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:05:49.148Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:05:49.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211115721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/basic_onboard_rvotim0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:05:49.148Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:05:49.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211116724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:05:49.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:05:49.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211117728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/resourceInstances/basic_onboard_rvotim0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-28T07:05:49.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:05:49.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:05:49.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211118731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRvotim/1.0/artifacts/service-BasicOnboardRvotim-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:05:49.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:05:49.757Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ffb32da7-531d-4dfd-9562-8db38cca07d1 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-12-28T07:05:49.765Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ffb32da7-531d-4dfd-9562-8db38cca07d1 and serviceModelVersionId: 9cb4a099-d7d4-4c67-83d6-012bc4ecadeb
2022-12-28T07:05:49.765Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6671a7f-228a-4f40-a6e9-3202581c909c
2022-12-28T07:05:49.766Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6671a7f-228a-4f40-a6e9-3202581c909c/model-vers/model-ver/9cb4a099-d7d4-4c67-83d6-012bc4ecadeb?depth=0
2022-12-28T07:05:49.770Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-28T07:05:49.823Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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/f6671a7f-228a-4f40-a6e9-3202581c909c/model-vers/model-ver/9cb4a099-d7d4-4c67-83d6-012bc4ecadeb?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-12-28T07:05:49.825Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6671a7f-228a-4f40-a6e9-3202581c909c/model-vers/model-ver/9cb4a099-d7d4-4c67-83d6-012bc4ecadeb?depth=0|INFO|500||Invoke
2022-12-28T07:05:49.861Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6671a7f-228a-4f40-a6e9-3202581c909c/model-vers/model-ver/9cb4a099-d7d4-4c67-83d6-012bc4ecadeb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-28T07:05:49.966Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6671a7f-228a-4f40-a6e9-3202581c909c/model-vers/model-ver/9cb4a099-d7d4-4c67-83d6-012bc4ecadeb?depth=0|INFO|500||InvokeReturn
2022-12-28T07:05:49.967Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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/f6671a7f-228a-4f40-a6e9-3202581c909c/model-vers/model-ver/9cb4a099-d7d4-4c67-83d6-012bc4ecadeb?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 07:05:51 GMT], content-length=[0], vertex-id=[196808], x-aai-txid=[2-aai-resources-221228-07:05:51:332-68925], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-28T07:05:49.967Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-12-28T07:05:49.968Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-28T07:05:49.968Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T07:05:49.973Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T07:05:49.973Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ffb32da7-531d-4dfd-9562-8db38cca07d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-28T07:05:49.973Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-28T07:05:49.974Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:05:49.979Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:05:49.979Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211149973,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:05:50.076Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-28T07:05:50.076Z||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-12-28T07:05:50.077Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:05:50.096Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:05:50.096Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-28T07:05:50.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:05:50.993Z||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-12-28T07:05:50.993Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:06:00.557Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:06:00.558Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:06:00.558Z||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-12-28T07:06:00.558Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:06:10.113Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:06:10.114Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:06:10.115Z||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-12-28T07:06:10.115Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:06:19.656Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:06:19.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:06:19.657Z||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-12-28T07:06:19.657Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:06:29.206Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:06:48.513Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:06:48.514Z||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-12-28T07:06:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:06:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:06:48.516Z||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-12-28T07:06:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:06:49.153Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:06:49.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T07:06:49.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffb32da7-531d-4dfd-9562-8db38cca07d1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211149973,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:06:49.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:06:58.060Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:07:48.513Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:07:48.515Z||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-12-28T07:07:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:07:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:07:48.516Z||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-12-28T07:07:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:07:58.063Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:07:58.092Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:08:48.513Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:08:48.515Z||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-12-28T07:08:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:08:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:08:48.516Z||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-12-28T07:08:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:08:58.103Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:08:58.121Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:09:48.513Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:09:48.514Z||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-12-28T07:09:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:09:48.516Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:09:48.516Z||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-12-28T07:09:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:09:58.057Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:09:58.106Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:10:48.514Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:10:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:10:48.517Z||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-12-28T07:10:48.517Z||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-12-28T07:10:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:10:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:10:58.063Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:10:58.066Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:11:48.514Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:11:48.515Z||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-12-28T07:11:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:11:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:11:48.517Z||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-12-28T07:11:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:11:58.064Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:11:58.073Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:12:48.513Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:12:48.514Z||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-12-28T07:12:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:12:48.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:12:48.516Z||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-12-28T07:12:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:12:58.069Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:12:58.070Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:13:48.513Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:13:48.514Z||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-12-28T07:13:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:13:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:13:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T07:13:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:13:58.098Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:13:58.100Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:14:48.513Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:14:48.514Z||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-12-28T07:14:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:14:48.516Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:14:48.516Z||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-12-28T07:14:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:14:57.290Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:14:57.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:14:57.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211669235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:14:57.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:14:57.721Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:14:57.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:14:57.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3af2a18c-f9c9-47b0-85f0-99a5f15814b3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1","serviceDescription":"service","serviceInvariantUUID":"dd5ad4bc-bd3c-4f34-96c6-7528f98ef640","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f903cc27-489c-4af9-88b3-63ad26ad7b0f","resourceInvariantUUID":"5dc1b7ec-4c46-43d2-a67e-50fd8ddf1c84","resourceCustomizationUUID":"c97d267b-9228-499a-9e9f-c00a1fa935f5","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":"Yzc1YTk0ZmMxNGFhNTNmZTY0MTQwZjZjYTNkNGE4NjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da4d612f-b04d-49c8-bc0e-52ca08680e61","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzQyZmVhYjhlOTNmMzc3ODAyZWE1YTJiNjhiYmRhNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da9ff696-8f5f-4b62-bbe5-f4599fe06570","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-28T07:14:57.727Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:14:57.727Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:14:57.731Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:14:57.731Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211688513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:14:57.831Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:14:57.832Z||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-12-28T07:14:57.833Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:14:57.847Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:14:57.848Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":3,"count":1}
2022-12-28T07:14:58.732Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:14:58.733Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:14:58.735Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:14:58.735Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211688513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:14:58.835Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:14:58.836Z||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-12-28T07:14:58.836Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:14:58.850Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:14:58.850Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:14:59.739Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd5ad4bc-bd3c-4f34-96c6-7528f98ef640",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c97d267b-9228-499a-9e9f-c00a1fa935f5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f903cc27-489c-4af9-88b3-63ad26ad7b0f",
      "resourceInvariantUUID": "5dc1b7ec-4c46-43d2-a67e-50fd8ddf1c84",
      "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": "YzQyZmVhYjhlOTNmMzc3ODAyZWE1YTJiNjhiYmRhNmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da9ff696-8f5f-4b62-bbe5-f4599fe06570"
    }
  ],
  "workloadContext": "Production"
}
2022-12-28T07:14:59.739Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-28T07:14:59.739Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1 ASDC
2022-12-28T07:14:59.740Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3af2a18c-f9c9-47b0-85f0-99a5f15814b3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1
ServiceInvariantUUID:dd5ad4bc-bd3c-4f34-96c6-7528f98ef640
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:da9ff696-8f5f-4b62-bbe5-f4599fe06570
ArtifactChecksum:YzQyZmVhYjhlOTNmMzc3ODAyZWE1YTJiNjhiYmRhNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c97d267b-9228-499a-9e9f-c00a1fa935f5
ResourceInvariantUUID:5dc1b7ec-4c46-43d2-a67e-50fd8ddf1c84
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f903cc27-489c-4af9-88b3-63ad26ad7b0f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-28T07:14:59.741Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1 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-12-28T07:14:59.782Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:14:59.784Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-28T07:14:59.784Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-28T07:14:59.785Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: da9ff696-8f5f-4b62-bbe5-f4599fe06570 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-28T07:14:59.785Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-28T07:14:59.785Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-28T07:14:59.936Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-28T07:14:59.939Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar da9ff696-8f5f-4b62-bbe5-f4599fe06570 57789
2022-12-28T07:14:59.939Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-28T07:14:59.940Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-28T07:14:59.940Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:14:59.940Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:14:59.942Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:14:59.942Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211699939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:15:00.044Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-28T07:15:00.045Z||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-12-28T07:15:00.045Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:15:00.058Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:15:00.058Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:15:00.942Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:15:00.944Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-28T07:15:00.944Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: da9ff696-8f5f-4b62-bbe5-f4599fe06570, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T07:15:00.945Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-28T07:15:00.945Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T07:15:00.945Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T07:15:01.113Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15235163501357416335/Definitions/service-BasicNetwork-template.yml
2022-12-28T07:15:01.694Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-28T07:15:01.695Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-28T07:15:01.695Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-28T07:15:01.695Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-28T07:15:01.696Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||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-12-28T07:15:01.696Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||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-12-28T07:15:01.696Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||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-12-28T07:15:01.696Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||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-12-28T07:15:01.696Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|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-BasicNetwork-csar.csar
2022-12-28T07:15:01.696Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||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-12-28T07:15:01.697Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||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-12-28T07:15:01.697Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||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-12-28T07:15:01.697Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-28T07:15:01.697Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.698Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:15:01.698Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-28T07:15:01.698Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-28T07:15:01.699Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:15:01.699Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.699Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:15:01.699Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-28T07:15:01.700Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-28T07:15:01.700Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:15:01.700Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.700Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:15:01.700Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.701Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:15:01.701Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.701Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:15:01.702Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.702Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:15:01.702Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.702Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:15:01.702Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1
Model Version:NULL
Model InvariantUuid:dd5ad4bc-bd3c-4f34-96c6-7528f98ef640
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5dc1b7ec-4c46-43d2-a67e-50fd8ddf1c84
Model UUID:99a0ff05-1bb1-4cfd-b105-f07120cc271d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c97d267b-9228-499a-9e9f-c00a1fa935f5
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-12-28T07:15:01.713Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: f903cc27-489c-4af9-88b3-63ad26ad7b0f
2022-12-28T07:15:01.713Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||No resources found for Service: 74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1
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-12-28T07:15:01.725Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||
2022-12-28T07:15:01.725Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-28T07:15:01.726Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1
2022-12-28T07:15:01.726Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1
2022-12-28T07:15:01.727Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-28T07:15:01.727Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||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-12-28T07:15:01.732Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6baf211f, org.onap.sdc.toscaparser.api.parameters.Input@5d26b09e, org.onap.sdc.toscaparser.api.parameters.Input@481d61f3, org.onap.sdc.toscaparser.api.parameters.Input@d2b3e3e, org.onap.sdc.toscaparser.api.parameters.Input@1f9e415d]
2022-12-28T07:15:01.734Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.734Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:15:01.734Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.735Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:15:01.735Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1: Generic NeutronNet
2022-12-28T07:15:01.735Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.735Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:15:01.736Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.736Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||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-12-28T07:15:01.783Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.783Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:15:01.783Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.784Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:15:01.784Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:15:01.784Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:15:01.784Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||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-12-28T07:15:01.837Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-28T07:15:01.838Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-28T07:15:01.838Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-28T07:15:01.838Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:15:01.838Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:15:01.841Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:15:01.841Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211701838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:15:01.940Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:15:01.941Z||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-12-28T07:15:01.941Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:15:01.964Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:15:01.965Z||pool-38-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:15:02.841Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:15:02.858Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
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-12-28T07:15:02.865Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:15:02.865Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:15:02.866Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:15:32.866Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:15:32.876Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
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-12-28T07:15:32.878Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:15:32.879Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:15:32.879Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:15:48.516Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:15:48.517Z||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-12-28T07:15:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:15:48.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:15:48.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:15:48.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211683879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:15:48.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:15:48.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:15:48.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211686166,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:15:48.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:16:02.879Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:16:02.891Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
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-12-28T07:16:02.896Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:16:02.896Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:16:02.896Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:16:32.896Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:16:32.921Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
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-12-28T07:16:32.924Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:16:32.924Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:16:32.924Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:16:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:16:48.518Z||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-12-28T07:16:48.518Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:16:48.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:16:48.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:16:48.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211666028,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:16:48.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:17:02.925Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:17:02.938Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
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-12-28T07:17:02.941Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:17:02.941Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:17:02.941Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:17:32.942Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:17:32.956Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
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-12-28T07:17:32.960Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:17:32.961Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:17:32.961Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:17:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:17:48.517Z||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-12-28T07:17:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:17:48.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:17:48.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211688513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:17:48.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:17:48.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211694757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:17:48.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:17:48.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211683879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:17:48.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:17:48.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211686166,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:17:48.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:17:48.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211666028,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:17:48.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:17:48.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211669235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:17:48.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:17:48.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211688513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:17:48.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:17:48.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211694757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:17:48.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:17:48.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211700267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:17:48.560Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:17:48.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211700278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:17:48.560Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:17:48.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211699939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:17:48.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:17:48.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211699945,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:17:48.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:17:48.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211701285,
  "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-12-28T07:17:48.569Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
2022-12-28T07:17:48.569Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a18c-f9c9-47b0-85f0-99a5f15814b3 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-12-28T07:17:48.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211701720,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:17:48.586Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:17:48.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211701838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:17:48.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:17:48.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211702727,
  "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-12-28T07:17:48.592Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
2022-12-28T07:17:48.592Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a18c-f9c9-47b0-85f0-99a5f15814b3 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-12-28T07:17:48.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211704614,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:17:48.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:17:48.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-28T07:17:48.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211705617,
  "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-12-28T07:17:48.606Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
2022-12-28T07:17:48.606Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3af2a18c-f9c9-47b0-85f0-99a5f15814b3 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-12-28T07:18:02.963Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:18:02.974Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3
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-12-28T07:18:02.977Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:18:02.977Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-28T07:18:02.977Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-28T07:18:02.977Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-28T07:18:02.978Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:18:02.978Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:18:02.978Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:18:02.978Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:18:02.978Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|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-12-28T07:18:02.983Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-28T07:18:32.983Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3 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-12-28T07:18:32.989Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3af2a18c-f9c9-47b0-85f0-99a5f15814b3 and serviceModelVersionId: 74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1
2022-12-28T07:18:32.989Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd5ad4bc-bd3c-4f34-96c6-7528f98ef640
2022-12-28T07:18:32.991Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd5ad4bc-bd3c-4f34-96c6-7528f98ef640/model-vers/model-ver/74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1?depth=0
2022-12-28T07:18:32.999Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-28T07:18:33.060Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|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/dd5ad4bc-bd3c-4f34-96c6-7528f98ef640/model-vers/model-ver/74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1?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-12-28T07:18:33.062Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd5ad4bc-bd3c-4f34-96c6-7528f98ef640/model-vers/model-ver/74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1?depth=0|INFO|500||Invoke
2022-12-28T07:18:33.095Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd5ad4bc-bd3c-4f34-96c6-7528f98ef640/model-vers/model-ver/74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-28T07:18:33.268Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd5ad4bc-bd3c-4f34-96c6-7528f98ef640/model-vers/model-ver/74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1?depth=0|INFO|500||InvokeReturn
2022-12-28T07:18:33.270Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|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/dd5ad4bc-bd3c-4f34-96c6-7528f98ef640/model-vers/model-ver/74c62d20-d3a9-4ba7-85c1-5dfe83ba42d1?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 07:18:34 GMT], content-length=[0], vertex-id=[229424], x-aai-txid=[2-aai-resources-221228-07:18:34:598-73641], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-28T07:18:33.271Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-28T07:18:33.271Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-28T07:18:33.271Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|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-12-28T07:18:33.285Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|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-12-28T07:18:33.286Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3af2a18c-f9c9-47b0-85f0-99a5f15814b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-28T07:18:33.287Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-28T07:18:33.287Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:18:33.291Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:18:33.291Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211913286,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:18:33.391Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:18:33.392Z||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-12-28T07:18:33.392Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:18:33.408Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:18:33.408Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-28T07:18:36.440Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:18:36.440Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|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-12-28T07:18:36.441Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:18:42.145Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:18:42.147Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:18:42.147Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"12555195-3b13-4f90-bd4a-a8db85e6300c","serviceName":"Demo_pNF_e3SmpbiiBQHGybSiWlgB","serviceVersion":"1.0","serviceUUID":"c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b","serviceDescription":"catalog service description","serviceInvariantUUID":"f336b533-a8db-46a0-bd73-3f925eec1992","resources":[{"resourceInstanceName":"pNF d75730dc-002d 0","resourceName":"pNF d75730dc-002d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0713f56f-f2dc-41cd-b74b-569a0007f1e7","resourceInvariantUUID":"e413d7d2-d73f-4b96-a1af-b2c02af28ced","resourceCustomizationUUID":"61fa0415-b53b-43b4-bd35-372a4401bb4e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vf-license-model.xml","artifactChecksum":"NTE4ZDhjNzFjOGFkYmEyNmIyODIzNDIzZjM5ZGNhOWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e3edbd3-4285-41bd-a577-b965ff7ae802","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/pNF.csar","artifactChecksum":"OWVhZDAzZGNkNzU5N2EyMDZjZTQ2Mzg0ODBhZDlhNGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db12063d-ebdf-4433-89a5-6b9d3a91fd27","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a48b55f7-3326-4d9b-a5d4-8413611a0d32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vendor-license-model.xml","artifactChecksum":"NGY5Yjc2NTQ1NjllZDRmYTFlZjg2YTM3YTg1NTUwZjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62969945-9229-4fd7-83bf-3e798e201224","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3598e5ee-0893-4df2-9d09-c632ba4af5d3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"af3e53ec-3530-4610-a64d-e215e1fce981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfE3smpbiibqhgybsiwlgb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-template.yml","artifactChecksum":"ZTgyODg1Y2FlNjUwMzIwNmU5ZTg2YWRjY2Y5MmRhODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b0a97df8-502a-4366-a7e1-9557e049e7a7","artifactVersion":"1"},{"artifactName":"service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar","artifactChecksum":"YWU0MWVkNmVmMWFhMmUxYmQ5NDQ4MDdjNmUzMGMwYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3bfcf7b0-9311-453d-aa02-ea5f3c2b4f6a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-28T07:18:42.152Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:18:42.153Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:18:42.155Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:18:42.155Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:42.255Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:18:42.256Z||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-12-28T07:18:42.256Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:18:42.269Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:18:42.270Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:18:43.156Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:18:43.157Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:18:43.160Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:18:43.161Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:43.260Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-28T07:18:43.261Z||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-12-28T07:18:43.261Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:18:43.272Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:18:43.273Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:18:44.161Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:18:44.163Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:18:44.165Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:18:44.165Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:44.265Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:18:44.266Z||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-12-28T07:18:44.266Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:18:44.278Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:18:44.278Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:18:45.166Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:18:45.167Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:18:45.169Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:18:45.169Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:45.269Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:18:45.270Z||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-12-28T07:18:45.270Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:18:45.282Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:18:45.283Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:18:46.169Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:18:46.170Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:18:46.172Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:18:46.173Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:46.279Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-28T07:18:46.280Z||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-12-28T07:18:46.280Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:18:46.291Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:18:46.291Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:18:47.173Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:18:47.174Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:18:47.176Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:18:47.176Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:47.276Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:18:47.277Z||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-12-28T07:18:47.278Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:18:47.299Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:18:47.300Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:18:48.177Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:18:48.178Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:18:48.180Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:18:48.180Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.280Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:18:48.281Z||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-12-28T07:18:48.282Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:18:48.300Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:18:48.301Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:18:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:18:48.516Z||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-12-28T07:18:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:18:48.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:18:48.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211743132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211746166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211702287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211760057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211754758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211743132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211746166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211760057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211702287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211754758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211743132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211746166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211760057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211702287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211754758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211743132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211746166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211760057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211702287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211754758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211743132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211746166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211760057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211702287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211754758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211746166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211743132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211760057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211702287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211754758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211746166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211743132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211760057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211702287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211754758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211746166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211743132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211760057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211702287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211754758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211769493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211769524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211769541,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211769245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211770540,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-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-12-28T07:18:48.575Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12555195-3b13-4f90-bd4a-a8db85e6300c
2022-12-28T07:18:48.576Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12555195-3b13-4f90-bd4a-a8db85e6300c 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-12-28T07:18:48.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211770738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:18:48.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211771741,
  "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-12-28T07:18:48.588Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 12555195-3b13-4f90-bd4a-a8db85e6300c
2022-12-28T07:18:48.589Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12555195-3b13-4f90-bd4a-a8db85e6300c 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-12-28T07:18:48.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211771205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:18:48.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211772209,
  "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-12-28T07:18:48.604Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12555195-3b13-4f90-bd4a-a8db85e6300c
2022-12-28T07:18:48.604Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12555195-3b13-4f90-bd4a-a8db85e6300c 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-12-28T07:18:48.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211774420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:18:48.613Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211775422,
  "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-12-28T07:18:48.618Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12555195-3b13-4f90-bd4a-a8db85e6300c
2022-12-28T07:18:48.618Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12555195-3b13-4f90-bd4a-a8db85e6300c 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-12-28T07:18:48.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211772743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211776424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211771543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211769405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211776424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211772743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211771543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211769405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211776424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211772743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211771543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211769405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211776424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211772743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211771543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211769405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211776424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211772743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211771543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211769405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211776424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211772743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211769405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211771543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211776424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211772743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211769405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211771543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211776424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211772743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211769405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211771543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211776424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211772743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211769405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211771543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211790549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211790683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211790688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211790696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.647Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211790549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211791689,
  "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-12-28T07:18:48.661Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f
2022-12-28T07:18:48.662Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f 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-12-28T07:18:48.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211791751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211790549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211792692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211792826,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211790549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211792692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211793890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211790549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211792692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211794956,
  "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-12-28T07:18:48.677Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f
2022-12-28T07:18:48.678Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f 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-12-28T07:18:48.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211790549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211794625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211792692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211795960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:18:48.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672211790549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211792692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211796966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211792692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211796883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:18:48.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211796966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211798512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:18:48.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211792692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211797886,
  "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-12-28T07:18:48.695Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f
2022-12-28T07:18:48.695Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f 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-12-28T07:18:48.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211796966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211799513,
  "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-12-28T07:18:48.708Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f
2022-12-28T07:18:48.709Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f 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-12-28T07:18:48.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211796966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211800014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211796966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672211801019,
  "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-12-28T07:18:48.729Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3145b98a-bc8e-43f3-8463-f621f3314b75
2022-12-28T07:18:48.729Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3145b98a-bc8e-43f3-8463-f621f3314b75 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-12-28T07:18:48.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211796966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211796966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211804066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211805129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211784757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:18:48.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211806166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211806183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211805979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:48.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211806166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211807208,
  "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-12-28T07:18:48.745Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3145b98a-bc8e-43f3-8463-f621f3314b75
2022-12-28T07:18:48.745Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3145b98a-bc8e-43f3-8463-f621f3314b75 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-12-28T07:18:48.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211806166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672211808210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:18:48.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:48.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211806166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:18:48.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:18:48.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:18:48.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211808247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:18:48.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:18:49.181Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:18:49.181Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:18:49.183Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:18:49.183Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:18:49.284Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:18:49.284Z||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-12-28T07:18:49.285Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:18:49.296Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:18:49.296Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:18:50.184Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "serviceName": "Demo_pNF_e3SmpbiiBQHGybSiWlgB",
  "serviceVersion": "1.0",
  "serviceUUID": "c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f336b533-a8db-46a0-bd73-3f925eec1992",
  "resources": [
    {
      "resourceInstanceName": "pNF d75730dc-002d 0",
      "resourceCustomizationUUID": "61fa0415-b53b-43b4-bd35-372a4401bb4e",
      "resourceName": "pNF d75730dc-002d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0713f56f-f2dc-41cd-b74b-569a0007f1e7",
      "resourceInvariantUUID": "e413d7d2-d73f-4b96-a1af-b2c02af28ced",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
      "artifactChecksum": "YWU0MWVkNmVmMWFhMmUxYmQ5NDQ4MDdjNmUzMGMwYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3bfcf7b0-9311-453d-aa02-ea5f3c2b4f6a"
    }
  ],
  "workloadContext": "Production"
}
2022-12-28T07:18:50.185Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-28T07:18:50.185Z|3af2a18c-f9c9-47b0-85f0-99a5f15814b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b ASDC
2022-12-28T07:18:50.186Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:12555195-3b13-4f90-bd4a-a8db85e6300c
ServiceName:Demo_pNF_e3SmpbiiBQHGybSiWlgB
ServiceVersion:1.0
ServiceUUID:c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b
ServiceInvariantUUID:f336b533-a8db-46a0-bd73-3f925eec1992
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
ArtifactUUID:3bfcf7b0-9311-453d-aa02-ea5f3c2b4f6a
ArtifactChecksum:YWU0MWVkNmVmMWFhMmUxYmQ5NDQ4MDdjNmUzMGMwYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d75730dc-002d 0
ResourceCustomizationUUID:61fa0415-b53b-43b4-bd35-372a4401bb4e
ResourceInvariantUUID:e413d7d2-d73f-4b96-a1af-b2c02af28ced
ResourceName:pNF d75730dc-002d
ResourceType:PNF
ResourceUUID:0713f56f-f2dc-41cd-b74b-569a0007f1e7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-28T07:18:50.186Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b 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-12-28T07:18:50.212Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:18:50.212Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-28T07:18:50.213Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-28T07:18:50.213Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3bfcf7b0-9311-453d-aa02-ea5f3c2b4f6a from URL: /sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:50.213Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-28T07:18:50.213Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:50.298Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-28T07:18:50.302Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar 3bfcf7b0-9311-453d-aa02-ea5f3c2b4f6a 88008
2022-12-28T07:18:50.302Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar ASDC sendASDCNotification
2022-12-28T07:18:50.302Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:50.303Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:18:50.303Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:18:50.305Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:18:50.305Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211930302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:18:50.405Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:18:50.406Z||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-12-28T07:18:50.406Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:18:50.435Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:18:50.436Z||pool-48-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:18:51.306Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:18:51.306Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-28T07:18:51.307Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3bfcf7b0-9311-453d-aa02-ea5f3c2b4f6a, URL: /sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar to file: /app/ASDC/1/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:51.307Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:51.307Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:51.308Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:51.462Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3446717092961746914/Definitions/service-DemoPnfE3smpbiibqhgybsiwlgb-template.yml
2022-12-28T07:18:52.382Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-28T07:18:52.383Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-28T07:18:52.383Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:52.383Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-28T07:18:52.383Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||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-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:52.383Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:52.383Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||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-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:52.384Z|12555195-3b13-4f90-bd4a-a8db85e6300c|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-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:52.384Z|12555195-3b13-4f90-bd4a-a8db85e6300c|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-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:52.384Z|12555195-3b13-4f90-bd4a-a8db85e6300c|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-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:52.384Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d75730dc-002d 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-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:52.384Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-28T07:18:52.384Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:18:52.385Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_e3SmpbiiBQHGybSiWlgB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:18:52.385Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Node template pNF d75730dc-002d 0 is matching search criteria
2022-12-28T07:18:52.385Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-28T07:18:52.386Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF d75730dc-002d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:18:52.386Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:18:52.386Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_e3SmpbiiBQHGybSiWlgB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:18:52.386Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Node template pNF d75730dc-002d 0 is matching search criteria
2022-12-28T07:18:52.387Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-28T07:18:52.387Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF d75730dc-002d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:18:52.387Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:18:52.387Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_e3SmpbiiBQHGybSiWlgB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:18:52.387Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:18:52.388Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_e3SmpbiiBQHGybSiWlgB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:18:52.388Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:18:52.388Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_e3SmpbiiBQHGybSiWlgB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:18:52.388Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:18:52.388Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_e3SmpbiiBQHGybSiWlgB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:18:52.389Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:18:52.389Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_e3SmpbiiBQHGybSiWlgB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:18:52.389Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_e3SmpbiiBQHGybSiWlgB
Description:catalog service description
Model UUID:c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b
Model Version:NULL
Model InvariantUuid:f336b533-a8db-46a0-bd73-3f925eec1992
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-12-28T07:18:52.398Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0713f56f-f2dc-41cd-b74b-569a0007f1e7
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-12-28T07:18:52.402Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||pNF d75730dc-002d 0
2022-12-28T07:18:52.402Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0713f56f-f2dc-41cd-b74b-569a0007f1e7
2022-12-28T07:18:52.403Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b
2022-12-28T07:18:52.403Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b
2022-12-28T07:18:52.403Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d75730dc-002d 0 0713f56f-f2dc-41cd-b74b-569a0007f1e7 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-12-28T07:18:52.411Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@656154b6, org.onap.sdc.toscaparser.api.parameters.Input@6f407520, org.onap.sdc.toscaparser.api.parameters.Input@5097e96b, org.onap.sdc.toscaparser.api.parameters.Input@14b1bb59, org.onap.sdc.toscaparser.api.parameters.Input@7b1a899d]
2022-12-28T07:18:52.412Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:18:52.412Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_e3SmpbiiBQHGybSiWlgB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:18:52.412Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b: pNF d75730dc-002d
2022-12-28T07:18:52.413Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||Processing PNF resource: 0713f56f-f2dc-41cd-b74b-569a0007f1e7
2022-12-28T07:18:52.413Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:18:52.413Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_e3SmpbiiBQHGybSiWlgB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:18:52.413Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||Resource customization UUID: 61fa0415-b53b-43b4-bd35-372a4401bb4e is the same as notified resource customizationUUID: 61fa0415-b53b-43b4-bd35-372a4401bb4e
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-12-28T07:18:52.460Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d75730dc-002d 0713f56f-f2dc-41cd-b74b-569a0007f1e7 0 ASDC deployResourceStructure
2022-12-28T07:18:52.460Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar ASDC sendASDCNotification
2022-12-28T07:18:52.461Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar
2022-12-28T07:18:52.461Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:18:52.461Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:18:52.463Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:18:52.463Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211932460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:18:52.563Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:18:52.564Z||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-12-28T07:18:52.564Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:18:52.577Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:18:52.577Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:18:53.464Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12555195-3b13-4f90-bd4a-a8db85e6300c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:18:53.475Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12555195-3b13-4f90-bd4a-a8db85e6300c
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-12-28T07:18:53.478Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:18:53.478Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-28T07:18:53.479Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-28T07:18:53.479Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-28T07:18:53.479Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:18:53.479Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:18:53.479Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:18:53.479Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:18:53.479Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:18:53.479Z|12555195-3b13-4f90-bd4a-a8db85e6300c|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-12-28T07:18:53.484Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-28T07:19:23.484Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12555195-3b13-4f90-bd4a-a8db85e6300c 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-12-28T07:19:23.489Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12555195-3b13-4f90-bd4a-a8db85e6300c and serviceModelVersionId: c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b
2022-12-28T07:19:23.489Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f336b533-a8db-46a0-bd73-3f925eec1992
2022-12-28T07:19:23.490Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f336b533-a8db-46a0-bd73-3f925eec1992/model-vers/model-ver/c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b?depth=0
2022-12-28T07:19:23.494Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-28T07:19:23.537Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f336b533-a8db-46a0-bd73-3f925eec1992/model-vers/model-ver/c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b?depth=0|INFO|500||Invoke
2022-12-28T07:19:23.537Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f336b533-a8db-46a0-bd73-3f925eec1992/model-vers/model-ver/c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f336b533-a8db-46a0-bd73-3f925eec1992/model-vers/model-ver/c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[12555195-3b13-4f90-bd4a-a8db85e6300c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e6624933-324c-4f68-a4ac-542cf5e30cb5], X-ECOMP-RequestID=[12555195-3b13-4f90-bd4a-a8db85e6300c], X-TransactionId=[], X-ONAP-RequestID=[12555195-3b13-4f90-bd4a-a8db85e6300c], Content-Type=[application/merge-patch+json]}
2022-12-28T07:19:23.563Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f336b533-a8db-46a0-bd73-3f925eec1992/model-vers/model-ver/c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-28T07:19:23.673Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f336b533-a8db-46a0-bd73-3f925eec1992/model-vers/model-ver/c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b?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/f336b533-a8db-46a0-bd73-3f925eec1992/model-vers/model-ver/c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 07:19:25 GMT], content-length=[0], vertex-id=[385232], x-aai-txid=[2-aai-resources-221228-07:19:25:068-43296], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-28T07:19:23.674Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f336b533-a8db-46a0-bd73-3f925eec1992/model-vers/model-ver/c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-28T07:19:23.674Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f336b533-a8db-46a0-bd73-3f925eec1992/model-vers/model-ver/c1c0c7b7-d9d8-4259-aa91-4f3a7b718f7b?depth=0|INFO|500||InvokeReturn
2022-12-28T07:19:23.675Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-28T07:19:23.676Z|12555195-3b13-4f90-bd4a-a8db85e6300c|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-12-28T07:19:23.682Z|12555195-3b13-4f90-bd4a-a8db85e6300c|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-12-28T07:19:23.682Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12555195-3b13-4f90-bd4a-a8db85e6300c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-28T07:19:23.682Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-28T07:19:23.683Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:23.684Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:23.684Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211963682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:19:23.785Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:23.786Z||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-12-28T07:19:23.786Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:23.801Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:23.801Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-28T07:19:24.699Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:19:24.700Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f1d00070-5186-4061-bda0-c2def4d01428","serviceDescription":"service","serviceInvariantUUID":"1add48ab-2cf9-4a4b-9a10-0031993305e6","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8759d2a7-3498-4818-bea5-1302c7aebaee","resourceInvariantUUID":"76dbc6a4-10f1-4562-ac1a-8cdfe7b6d277","resourceCustomizationUUID":"11561741-1d3d-472d-9733-0fb603b239fd","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":"YmU3ZWM4NTczMTQ4MDBhNTdjNTJlMTQ0NmUwNDIwNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09f4f434-9493-42f3-ae1f-e76fd5a8cc98","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":"e922d102-e69e-482d-8c82-58793c5ac2a6","artifactVersion":"2","generatedFromUUID":"2b279890-b96a-41d5-806a-f25d3aef906a"},{"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":"2b279890-b96a-41d5-806a-f25d3aef906a","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":"NTcxZmIyZDRkZDlhMTQ2MjA2ZjAzZjJlMTUzNWQxYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f8c970d7-76f9-45d4-a322-0efcbadc6905","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":"bff2f444-e96f-4831-93be-173e220a9b1a","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":"8fd6e28d-5aec-403d-9c7b-5cd751a2ecf7","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":"031e2628-adfb-4c7d-a6df-8177a79f61ed","artifactVersion":"2","generatedFromUUID":"bff2f444-e96f-4831-93be-173e220a9b1a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmEzYWU4NmUzOTRiNTI4MmQ1ZmVlNjQ5ZmYzYjQ4MWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"562bfa8e-543d-41d9-bdbf-29360d57d3dd","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTQwM2Y4NDNhNDUwMjg1YmY3ZmI5MTE5M2Y3NmU1OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de651230-4a9a-4f5a-9e40-ffff14bfd58e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-28T07:19:24.700Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:19:24.700Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:24.707Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:24.707Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:19:24.807Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:19:24.808Z||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-12-28T07:19:24.808Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:24.821Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:24.821Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:19:25.708Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:19:25.709Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:25.710Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:25.710Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-28T07:19:25.810Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:25.811Z||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-12-28T07:19:25.811Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:25.822Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:25.822Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:19:26.711Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:19:26.712Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:26.713Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:26.713Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-28T07:19:26.815Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-28T07:19:26.817Z||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-12-28T07:19:26.817Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:26.830Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:26.830Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:19:27.715Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:19:27.716Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:27.718Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:27.718Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:19:27.818Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:27.819Z||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-12-28T07:19:27.819Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:27.833Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:27.834Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:19:28.718Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:19:28.719Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:28.721Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:28.721Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:19:28.821Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:28.822Z||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-12-28T07:19:28.822Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:28.844Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:28.844Z||pool-55-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:19:29.721Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:19:29.722Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:29.724Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:29.724Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:19:29.825Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-28T07:19:29.826Z||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-12-28T07:19:29.826Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:29.841Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:29.842Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:19:30.725Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:19:30.726Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:30.728Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:30.728Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-28T07:19:30.828Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:30.829Z||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-12-28T07:19:30.829Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:30.839Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:30.839Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:19:31.729Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:19:31.729Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:31.731Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:31.732Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:19:31.832Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:31.833Z||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-12-28T07:19:31.833Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:31.870Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:31.871Z||pool-58-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":25,"count":1}
2022-12-28T07:19:32.732Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:19:32.733Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:32.736Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:32.736Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:19:32.837Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:19:32.837Z||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-12-28T07:19:32.838Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:32.865Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:32.865Z||pool-59-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:19:33.738Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f1d00070-5186-4061-bda0-c2def4d01428",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1add48ab-2cf9-4a4b-9a10-0031993305e6",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "11561741-1d3d-472d-9733-0fb603b239fd",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8759d2a7-3498-4818-bea5-1302c7aebaee",
      "resourceInvariantUUID": "76dbc6a4-10f1-4562-ac1a-8cdfe7b6d277",
      "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": "e922d102-e69e-482d-8c82-58793c5ac2a6",
          "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": "2b279890-b96a-41d5-806a-f25d3aef906a",
          "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": "NTcxZmIyZDRkZDlhMTQ2MjA2ZjAzZjJlMTUzNWQxYWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f8c970d7-76f9-45d4-a322-0efcbadc6905",
          "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": "bff2f444-e96f-4831-93be-173e220a9b1a",
          "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": "031e2628-adfb-4c7d-a6df-8177a79f61ed",
            "generatedFromUUID": "bff2f444-e96f-4831-93be-173e220a9b1a"
          },
          "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": "031e2628-adfb-4c7d-a6df-8177a79f61ed",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZTQwM2Y4NDNhNDUwMjg1YmY3ZmI5MTE5M2Y3NmU1OGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de651230-4a9a-4f5a-9e40-ffff14bfd58e"
    }
  ],
  "workloadContext": "Production"
}
2022-12-28T07:19:33.738Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-28T07:19:33.738Z|12555195-3b13-4f90-bd4a-a8db85e6300c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f1d00070-5186-4061-bda0-c2def4d01428 ASDC
2022-12-28T07:19:33.739Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f1d00070-5186-4061-bda0-c2def4d01428
ServiceInvariantUUID:1add48ab-2cf9-4a4b-9a10-0031993305e6
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:de651230-4a9a-4f5a-9e40-ffff14bfd58e
ArtifactChecksum:ZTQwM2Y4NDNhNDUwMjg1YmY3ZmI5MTE5M2Y3NmU1OGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:11561741-1d3d-472d-9733-0fb603b239fd
ResourceInvariantUUID:76dbc6a4-10f1-4562-ac1a-8cdfe7b6d277
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:8759d2a7-3498-4818-bea5-1302c7aebaee
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:e922d102-e69e-482d-8c82-58793c5ac2a6
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:2b279890-b96a-41d5-806a-f25d3aef906a
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:f8c970d7-76f9-45d4-a322-0efcbadc6905
ArtifactChecksum:NTcxZmIyZDRkZDlhMTQ2MjA2ZjAzZjJlMTUzNWQxYWE=
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:bff2f444-e96f-4831-93be-173e220a9b1a
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:031e2628-adfb-4c7d-a6df-8177a79f61ed
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:031e2628-adfb-4c7d-a6df-8177a79f61ed
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-28T07:19:33.739Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1d00070-5186-4061-bda0-c2def4d01428 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-12-28T07:19:33.777Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:19:33.778Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-28T07:19:33.778Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-28T07:19:33.778Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: de651230-4a9a-4f5a-9e40-ffff14bfd58e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-28T07:19:33.778Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-28T07:19:33.779Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-28T07:19:33.940Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-28T07:19:33.943Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar de651230-4a9a-4f5a-9e40-ffff14bfd58e 74000
2022-12-28T07:19:33.944Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-28T07:19:33.944Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-28T07:19:33.944Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:19:33.945Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:33.951Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:33.951Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211973944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:19:34.052Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:34.053Z||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-12-28T07:19:34.053Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:34.071Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:34.072Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:19:34.952Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:19:34.953Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-28T07:19:34.953Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: de651230-4a9a-4f5a-9e40-ffff14bfd58e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-28T07:19:34.954Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-28T07:19:34.954Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-28T07:19:34.954Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-28T07:19:35.065Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11794568122518882703/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-12-28T07:19:36.242Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-28T07:19:36.243Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-28T07:19:36.243Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-28T07:19:36.243Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-28T07:19:36.243Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:36.243Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-28T07:19:36.244Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:36.244Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|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-BasicCnf-csar.csar
2022-12-28T07:19:36.244Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-28T07:19:36.244Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:36.244Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:36.244Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-28T07:19:36.244Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-28T07:19:36.245Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:19:36.245Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:36.245Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:36.245Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-28T07:19:36.245Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-28T07:19:36.245Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:19:36.245Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:36.246Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:36.246Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:36.246Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-28T07:19:36.246Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-28T07:19:36.246Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-28T07:19:36.246Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-28T07:19:36.246Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:36.247Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T07:19:36.247Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:36.247Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-28T07:19:36.247Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:19:36.247Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:36.248Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-28T07:19:36.248Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:19:36.248Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:36.248Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-28T07:19:36.248Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:19:36.248Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:36.248Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-28T07:19:36.249Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-28T07:19:36.249Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9d04cce8-4d53-4642-83bf-76160b8f0b29
2022-12-28T07:19:36.249Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:36.249Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:36.249Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:36.249Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:36.249Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:36.250Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:36.250Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:36.250Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:36.250Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f1d00070-5186-4061-bda0-c2def4d01428
Model Version:NULL
Model InvariantUuid:1add48ab-2cf9-4a4b-9a10-0031993305e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:6561de25-57fc-428f-8d60-7af5c074906c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:76dbc6a4-10f1-4562-ac1a-8cdfe7b6d277
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:11561741-1d3d-472d-9733-0fb603b239fd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c5df3709-1ba5-4b21-b1cf-d227deabc92c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:7dd4cd76-a838-42b0-bd26-ecb0e0fa7f97
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9d04cce8-4d53-4642-83bf-76160b8f0b29
ModelInvariantUuid:edbc80a2-1672-4f6b-800b-c1f010848d31
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3ac5077f-779c-44fc-ad06-30fcd2cdaf5c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:1dca9d89-5c77-4b1c-8f15-b8cc7607f7ae
ModelInvariantUuid:442181c3-736d-4e78-9775-6416c6818e87
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:97d025f8-12d2-4d80-a87f-fd73a4f3df4e
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-12-28T07:19:36.258Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8759d2a7-3498-4818-bea5-1302c7aebaee
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-12-28T07:19:36.261Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-12-28T07:19:36.262Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8759d2a7-3498-4818-bea5-1302c7aebaee
2022-12-28T07:19:36.262Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e922d102-e69e-482d-8c82-58793c5ac2a6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-28T07:19:36.262Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-28T07:19:36.262Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:36.336Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-28T07:19:36.337Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e922d102-e69e-482d-8c82-58793c5ac2a6 12
2022-12-28T07:19:36.337Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:36.337Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:36.337Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:19:36.338Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:36.340Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:36.340Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211976337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:19:36.440Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:36.441Z||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-12-28T07:19:36.441Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:36.454Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:36.455Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:19:37.341Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2b279890-b96a-41d5-806a-f25d3aef906a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-28T07:19:37.341Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-28T07:19:37.341Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:37.395Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-28T07:19:37.395Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2b279890-b96a-41d5-806a-f25d3aef906a 2688
2022-12-28T07:19:37.396Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:37.396Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:37.396Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:19:37.396Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:37.398Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:37.398Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211977396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:19:37.498Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:37.499Z||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-12-28T07:19:37.499Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:37.513Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:37.513Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:19:38.399Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f8c970d7-76f9-45d4-a322-0efcbadc6905 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-28T07:19:38.400Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-28T07:19:38.401Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:38.456Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-28T07:19:38.456Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f8c970d7-76f9-45d4-a322-0efcbadc6905 828
2022-12-28T07:19:38.457Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:38.457Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:38.457Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:19:38.457Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:38.459Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:38.459Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211978456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:19:38.559Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:38.560Z||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-12-28T07:19:38.560Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:38.573Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:38.573Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:19:39.459Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c5df3709-1ba5-4b21-b1cf-d227deabc92c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7dd4cd76-a838-42b0-bd26-ecb0e0fa7f97",
    "vfModuleModelCustomizationUUID": "4b567465-3d89-42ab-ac90-a69a1d5d4e18",
    "isBase": true,
    "artifacts": [
      "bff2f444-e96f-4831-93be-173e220a9b1a",
      "2b279890-b96a-41d5-806a-f25d3aef906a",
      "031e2628-adfb-4c7d-a6df-8177a79f61ed"
    ],
    "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-12-28T07:19:39.466Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7dd4cd76-a838-42b0-bd26-ecb0e0fa7f97
VfModuleModelInvariantUUID:c5df3709-1ba5-4b21-b1cf-d227deabc92c
VfModuleModelDescription:NULL
Artifacts UUID List:{
bff2f444-e96f-4831-93be-173e220a9b1a
,
2b279890-b96a-41d5-806a-f25d3aef906a
,
031e2628-adfb-4c7d-a6df-8177a79f61ed

}
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-12-28T07:19:39.470Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c5df3709-1ba5-4b21-b1cf-d227deabc92c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7dd4cd76-a838-42b0-bd26-ecb0e0fa7f97",
    "vfModuleModelCustomizationUUID": "4b567465-3d89-42ab-ac90-a69a1d5d4e18",
    "isBase": true,
    "artifacts": [
      "bff2f444-e96f-4831-93be-173e220a9b1a",
      "2b279890-b96a-41d5-806a-f25d3aef906a",
      "031e2628-adfb-4c7d-a6df-8177a79f61ed"
    ],
    "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-12-28T07:19:39.470Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7dd4cd76-a838-42b0-bd26-ecb0e0fa7f97
VfModuleModelInvariantUUID:c5df3709-1ba5-4b21-b1cf-d227deabc92c
VfModuleModelDescription:NULL
Artifacts UUID List:{
bff2f444-e96f-4831-93be-173e220a9b1a
,
2b279890-b96a-41d5-806a-f25d3aef906a
,
031e2628-adfb-4c7d-a6df-8177a79f61ed

}
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-12-28T07:19:39.470Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bff2f444-e96f-4831-93be-173e220a9b1a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-28T07:19:39.471Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-28T07:19:39.471Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:39.532Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-28T07:19:39.532Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bff2f444-e96f-4831-93be-173e220a9b1a 1164
2022-12-28T07:19:39.533Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:39.533Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:39.534Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:19:39.534Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:39.537Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:39.537Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211979533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:19:39.637Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:19:39.638Z||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-12-28T07:19:39.638Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:39.654Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:39.654Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:19:40.538Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 031e2628-adfb-4c7d-a6df-8177a79f61ed from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-28T07:19:40.538Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-28T07:19:40.539Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:40.635Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-28T07:19:40.636Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 031e2628-adfb-4c7d-a6df-8177a79f61ed 200
2022-12-28T07:19:40.636Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:40.636Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:40.636Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:19:40.637Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:40.652Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:40.652Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211980636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:19:40.738Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-12-28T07:19:40.739Z||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-12-28T07:19:40.739Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:40.752Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:40.752Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:19:41.652Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f1d00070-5186-4061-bda0-c2def4d01428
2022-12-28T07:19:41.653Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 8759d2a7-3498-4818-bea5-1302c7aebaee 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 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=?
2022-12-28T07:19:41.670Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:41.674Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10496430, org.onap.sdc.toscaparser.api.parameters.Input@2f771eab, org.onap.sdc.toscaparser.api.parameters.Input@37ed95c, org.onap.sdc.toscaparser.api.parameters.Input@78eddd84, org.onap.sdc.toscaparser.api.parameters.Input@235e4e4d]
2022-12-28T07:19:41.675Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.675Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:41.676Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-28T07:19:41.676Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 11561741-1d3d-472d-9733-0fb603b239fd
2022-12-28T07:19:41.676Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 11561741-1d3d-472d-9733-0fb603b239fd matches Tosca VF Customization UUID: 11561741-1d3d-472d-9733-0fb603b239fd
2022-12-28T07:19:41.676Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 11561741-1d3d-472d-9733-0fb603b239fd  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-12-28T07:19:41.679Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.679Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:41.679Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 11561741-1d3d-472d-9733-0fb603b239fd: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-28T07:19:41.680Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@571de17f
2022-12-28T07:19:41.680Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.680Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T07:19:41.680Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4b567465-3d89-42ab-ac90-a69a1d5d4e18
2022-12-28T07:19:41.681Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4b567465-3d89-42ab-ac90-a69a1d5d4e18
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-12-28T07:19:41.683Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.684Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-28T07:19:41.684Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:19:41.684Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.684Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-28T07:19:41.685Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:19:41.685Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.685Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-28T07:19:41.685Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-28T07:19:41.686Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9d04cce8-4d53-4642-83bf-76160b8f0b29
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-12-28T07:19:41.688Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.688Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-28T07:19:41.688Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:19:41.689Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.689Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-28T07:19:41.689Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=11561741-1d3d-472d-9733-0fb603b239fd
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-12-28T07:19:41.691Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.691Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:41.692Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f1d00070-5186-4061-bda0-c2def4d01428: basic_cnf
2022-12-28T07:19:41.692Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.692Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:41.692Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.693Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:41.693Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.693Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:41.694Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.694Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:41.694Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:19:41.694Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:19:41.695Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:41.762Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 8759d2a7-3498-4818-bea5-1302c7aebaee 1 ASDC deployResourceStructure
2022-12-28T07:19:41.765Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:41.765Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:41.766Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-28T07:19:41.766Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:41.768Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:41.768Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211981763,
  "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-12-28T07:19:41.868Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:41.888Z||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-12-28T07:19:41.888Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:41.916Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:41.916Z||pool-66-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:19:42.769Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:42.771Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:42.771Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-28T07:19:42.772Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:42.776Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:42.776Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211982769,
  "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-12-28T07:19:42.876Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:42.877Z||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-12-28T07:19:42.877Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:42.895Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:42.895Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:19:43.777Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:43.777Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:43.778Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:19:43.778Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:43.779Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:43.779Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211983777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:19:43.880Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:43.881Z||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-12-28T07:19:43.881Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:43.893Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:43.893Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:19:44.780Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:44.780Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:44.780Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:19:44.781Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:44.782Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:44.783Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211984780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:19:44.883Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:44.884Z||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-12-28T07:19:44.884Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:44.898Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:44.899Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:19:45.783Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:45.784Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||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-12-28T07:19:45.784Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:19:45.784Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:45.786Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:45.786Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211985783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-28T07:19:45.886Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:45.887Z||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-12-28T07:19:45.887Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:45.898Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:45.898Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:19:46.788Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-28T07:19:46.788Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-28T07:19:46.788Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:19:46.788Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:19:46.790Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:19:46.791Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211986787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:19:46.891Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:19:46.892Z||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-12-28T07:19:46.892Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:46.905Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:46.905Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:19:47.791Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:19:47.803Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f
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-12-28T07:19:47.805Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:19:47.805Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-28T07:19:47.806Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-28T07:19:47.806Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-28T07:19:47.806Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:19:47.806Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:19:47.806Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:19:47.806Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:19:47.807Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:19:47.807Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|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-12-28T07:19:47.811Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-28T07:19:48.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:19:48.517Z||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-12-28T07:19:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:19:48.548Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:19:48.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:19:48.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211806166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:19:48.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:19:48.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:19:48.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672211809252,
  "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-12-28T07:19:48.557Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3145b98a-bc8e-43f3-8463-f621f3314b75
2022-12-28T07:19:48.557Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3145b98a-bc8e-43f3-8463-f621f3314b75 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-12-28T07:19:48.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:19:48.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211806166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:19:48.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:19:48.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:19:48.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211806166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:19:48.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:19:48.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:19:48.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211813244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:19:48.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:19:48.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:19:48.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211820422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:19:48.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:19:48.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:19:48.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "aai-model-loader",
  "timestamp": 1672211821427,
  "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-12-28T07:19:48.571Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3145b98a-bc8e-43f3-8463-f621f3314b75
2022-12-28T07:19:48.571Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3145b98a-bc8e-43f3-8463-f621f3314b75 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-12-28T07:20:17.812Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f 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-12-28T07:20:17.817Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f and serviceModelVersionId: f1d00070-5186-4061-bda0-c2def4d01428
2022-12-28T07:20:17.818Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1add48ab-2cf9-4a4b-9a10-0031993305e6
2022-12-28T07:20:17.818Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1add48ab-2cf9-4a4b-9a10-0031993305e6/model-vers/model-ver/f1d00070-5186-4061-bda0-c2def4d01428?depth=0
2022-12-28T07:20:17.822Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-28T07:20:17.865Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1add48ab-2cf9-4a4b-9a10-0031993305e6/model-vers/model-ver/f1d00070-5186-4061-bda0-c2def4d01428?depth=0|INFO|500||Invoke
2022-12-28T07:20:17.865Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1add48ab-2cf9-4a4b-9a10-0031993305e6/model-vers/model-ver/f1d00070-5186-4061-bda0-c2def4d01428?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1add48ab-2cf9-4a4b-9a10-0031993305e6/model-vers/model-ver/f1d00070-5186-4061-bda0-c2def4d01428?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d3d15c0-7c40-47b5-8d9d-3b7d2881979e], X-ECOMP-RequestID=[e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f], X-TransactionId=[], X-ONAP-RequestID=[e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f], Content-Type=[application/merge-patch+json]}
2022-12-28T07:20:17.888Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1add48ab-2cf9-4a4b-9a10-0031993305e6/model-vers/model-ver/f1d00070-5186-4061-bda0-c2def4d01428?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-28T07:20:17.996Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1add48ab-2cf9-4a4b-9a10-0031993305e6/model-vers/model-ver/f1d00070-5186-4061-bda0-c2def4d01428?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/1add48ab-2cf9-4a4b-9a10-0031993305e6/model-vers/model-ver/f1d00070-5186-4061-bda0-c2def4d01428?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 07:20:19 GMT], content-length=[0], vertex-id=[389328], x-aai-txid=[1-aai-resources-221228-07:20:19:396-83823], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-28T07:20:17.997Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1add48ab-2cf9-4a4b-9a10-0031993305e6/model-vers/model-ver/f1d00070-5186-4061-bda0-c2def4d01428?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-28T07:20:17.997Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1add48ab-2cf9-4a4b-9a10-0031993305e6/model-vers/model-ver/f1d00070-5186-4061-bda0-c2def4d01428?depth=0|INFO|500||InvokeReturn
2022-12-28T07:20:17.998Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-28T07:20:17.998Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|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-12-28T07:20:18.002Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|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-12-28T07:20:18.003Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-28T07:20:18.003Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-28T07:20:18.003Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:18.005Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:18.005Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212018003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:20:18.105Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:20:18.106Z||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-12-28T07:20:18.106Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:18.122Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:18.123Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-28T07:20:19.018Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:20:19.018Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3145b98a-bc8e-43f3-8463-f621f3314b75","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5bf024c9-6503-49df-af5a-3d70cb263fc6","serviceDescription":"service","serviceInvariantUUID":"6d54f3c6-9b70-4032-95a1-c8b3f1673531","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8269c8c3-c38d-4202-b961-e4e0cb75dcfc","resourceInvariantUUID":"6b47a803-9b15-4dd9-b007-84e3428c9006","resourceCustomizationUUID":"8e585918-844d-4b3c-89c2-f1642afcbce6","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":"ZWYxMzNiYjFhMjhhZWQ4YzQzZjAyODJmNGRkYjI1MDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7dd8201c-3800-476b-9118-9e770c51bfd9","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":"MDFjMzE4ZjZjOTA3OWRmYWNmMjkwMTllOTg2NGU2ZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9bd8ecd1-8570-4801-bc82-0d8bf8c3da65","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":"21ba142c-2650-48a0-84f9-59003ec0ea5a","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":"6096dbbc-8a0a-421d-b15d-286844ca29ae","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":"2b916c74-5d6d-4c15-8651-0e8cc4d2b16d","artifactVersion":"2","generatedFromUUID":"21ba142c-2650-48a0-84f9-59003ec0ea5a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZmYwNjdkNGZmYTFmZDA2YWJkZjVlYjkyZDMwMzFkNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a1b333a-3de2-499e-886c-f3a7e9b7427b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDg0ZGNkNDQ2YzFlMzVhMjMxYjZiMzM5YWViNzM4YTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"356375ad-159a-405e-a18c-4301c4c41c6b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-28T07:20:19.019Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:20:19.019Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:19.021Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:19.021Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:20:19.121Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:20:19.122Z||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-12-28T07:20:19.123Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:19.135Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:19.135Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:20:20.022Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:20:20.022Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:20.024Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:20.024Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:20:20.124Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:20:20.125Z||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-12-28T07:20:20.125Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:20.136Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:20.136Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:20:21.025Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:20:21.026Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:21.028Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:21.028Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:20:21.129Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:20:21.132Z||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-12-28T07:20:21.132Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:21.152Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:21.153Z||pool-75-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:20:22.029Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:20:22.030Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:22.032Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:22.032Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:20:22.132Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:20:22.133Z||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-12-28T07:20:22.133Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:22.146Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:22.146Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:20:23.032Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:20:23.033Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:23.035Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:23.035Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-28T07:20:23.135Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:20:23.136Z||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-12-28T07:20:23.136Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:23.150Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:23.150Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:20:24.036Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:20:24.037Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:24.038Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:24.038Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:20:24.138Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:20:24.139Z||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-12-28T07:20:24.140Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:24.151Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:24.151Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:20:25.039Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:20:25.040Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:25.043Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:25.043Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:20:25.143Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:20:25.144Z||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-12-28T07:20:25.144Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:25.181Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:25.182Z||pool-79-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:20:26.045Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "5bf024c9-6503-49df-af5a-3d70cb263fc6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6d54f3c6-9b70-4032-95a1-c8b3f1673531",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "8e585918-844d-4b3c-89c2-f1642afcbce6",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8269c8c3-c38d-4202-b961-e4e0cb75dcfc",
      "resourceInvariantUUID": "6b47a803-9b15-4dd9-b007-84e3428c9006",
      "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": "MDFjMzE4ZjZjOTA3OWRmYWNmMjkwMTllOTg2NGU2ZTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9bd8ecd1-8570-4801-bc82-0d8bf8c3da65",
          "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": "21ba142c-2650-48a0-84f9-59003ec0ea5a",
          "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": "2b916c74-5d6d-4c15-8651-0e8cc4d2b16d",
            "generatedFromUUID": "21ba142c-2650-48a0-84f9-59003ec0ea5a"
          },
          "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": "2b916c74-5d6d-4c15-8651-0e8cc4d2b16d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDg0ZGNkNDQ2YzFlMzVhMjMxYjZiMzM5YWViNzM4YTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "356375ad-159a-405e-a18c-4301c4c41c6b"
    }
  ],
  "workloadContext": "Production"
}
2022-12-28T07:20:26.046Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-28T07:20:26.046Z|e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5bf024c9-6503-49df-af5a-3d70cb263fc6 ASDC
2022-12-28T07:20:26.047Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3145b98a-bc8e-43f3-8463-f621f3314b75
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:5bf024c9-6503-49df-af5a-3d70cb263fc6
ServiceInvariantUUID:6d54f3c6-9b70-4032-95a1-c8b3f1673531
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:356375ad-159a-405e-a18c-4301c4c41c6b
ArtifactChecksum:ZDg0ZGNkNDQ2YzFlMzVhMjMxYjZiMzM5YWViNzM4YTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8e585918-844d-4b3c-89c2-f1642afcbce6
ResourceInvariantUUID:6b47a803-9b15-4dd9-b007-84e3428c9006
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8269c8c3-c38d-4202-b961-e4e0cb75dcfc
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:9bd8ecd1-8570-4801-bc82-0d8bf8c3da65
ArtifactChecksum:MDFjMzE4ZjZjOTA3OWRmYWNmMjkwMTllOTg2NGU2ZTY=
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:21ba142c-2650-48a0-84f9-59003ec0ea5a
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:2b916c74-5d6d-4c15-8651-0e8cc4d2b16d
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:2b916c74-5d6d-4c15-8651-0e8cc4d2b16d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-28T07:20:26.048Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5bf024c9-6503-49df-af5a-3d70cb263fc6 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-12-28T07:20:26.078Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:20:26.079Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-28T07:20:26.079Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-28T07:20:26.079Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 356375ad-159a-405e-a18c-4301c4c41c6b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-28T07:20:26.080Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-28T07:20:26.080Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-28T07:20:26.226Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-28T07:20:26.230Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 356375ad-159a-405e-a18c-4301c4c41c6b 75186
2022-12-28T07:20:26.230Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-28T07:20:26.230Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-28T07:20:26.230Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:20:26.230Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:26.232Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:26.232Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212026230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:20:26.333Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:20:26.334Z||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-12-28T07:20:26.334Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:26.363Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:26.363Z||pool-80-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:20:27.235Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:20:27.236Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-28T07:20:27.236Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 356375ad-159a-405e-a18c-4301c4c41c6b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-28T07:20:27.236Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-28T07:20:27.237Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-28T07:20:27.237Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-28T07:20:27.349Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17838251728120177475/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-28T07:20:28.545Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-28T07:20:28.545Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-28T07:20:28.546Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-28T07:20:28.546Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-28T07:20:28.546Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-BasicVm-csar.csar
2022-12-28T07:20:28.546Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-BasicVm-csar.csar
2022-12-28T07:20:28.546Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-28T07:20:28.546Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-28T07:20:28.546Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-BasicVm-csar.csar
2022-12-28T07:20:28.546Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-BasicVm-csar.csar
2022-12-28T07:20:28.546Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-BasicVm-csar.csar
2022-12-28T07:20:28.546Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-28T07:20:28.547Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:28.547Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:28.547Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-28T07:20:28.547Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-28T07:20:28.547Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:20:28.547Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:28.548Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:28.548Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-28T07:20:28.548Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-28T07:20:28.548Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:20:28.548Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:28.548Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:28.549Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:28.549Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-28T07:20:28.549Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-28T07:20:28.549Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-28T07:20:28.549Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-28T07:20:28.549Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-28T07:20:28.549Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-28T07:20:28.550Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:28.550Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T07:20:28.550Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:28.550Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-28T07:20:28.550Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:20:28.550Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:28.550Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-28T07:20:28.551Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:20:28.551Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:28.551Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-28T07:20:28.551Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:20:28.551Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:28.551Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-28T07:20:28.551Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-28T07:20:28.552Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-28T07:20:28.552Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8ffc7216-3942-47d3-b731-234389d54d04
2022-12-28T07:20:28.552Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:28.552Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:28.552Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:28.552Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:28.552Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:28.552Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:28.553Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:28.553Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:28.553Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:5bf024c9-6503-49df-af5a-3d70cb263fc6
Model Version:NULL
Model InvariantUuid:6d54f3c6-9b70-4032-95a1-c8b3f1673531
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ca0b8544-9b3d-48e9-9ce0-750dd35231ff
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6b47a803-9b15-4dd9-b007-84e3428c9006
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8e585918-844d-4b3c-89c2-f1642afcbce6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:163a32e9-4b5a-4424-9d3e-d81657ffaaaf
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a1deaf27-9a73-4655-ac64-095767bfe94e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8ffc7216-3942-47d3-b731-234389d54d04
ModelInvariantUuid:f1bc9e26-ac66-4d30-b58c-10f3d30d9ba8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ab2e3ae8-53d0-4c56-a520-ce80c8065664
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:68922fb5-00a3-4776-a5b4-12315e485720
ModelInvariantUuid:ca1ce1c3-7f7f-42bb-9230-8ddc198ca7a5
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:022853f3-8ace-4e26-a111-7ca73f6d1321
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-12-28T07:20:31.250Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8269c8c3-c38d-4202-b961-e4e0cb75dcfc
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-12-28T07:20:31.255Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-12-28T07:20:31.256Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8269c8c3-c38d-4202-b961-e4e0cb75dcfc
2022-12-28T07:20:31.256Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9bd8ecd1-8570-4801-bc82-0d8bf8c3da65 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-28T07:20:31.256Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-28T07:20:31.256Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:31.308Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-28T07:20:31.309Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9bd8ecd1-8570-4801-bc82-0d8bf8c3da65 787
2022-12-28T07:20:31.309Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:31.309Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:31.309Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:20:31.310Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:31.311Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:31.311Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212031309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:20:31.412Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:20:31.413Z||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-12-28T07:20:31.413Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:31.425Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:31.426Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:20:32.312Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "163a32e9-4b5a-4424-9d3e-d81657ffaaaf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1deaf27-9a73-4655-ac64-095767bfe94e",
    "vfModuleModelCustomizationUUID": "c4b70efa-744d-4e0b-a86b-81c727020b24",
    "isBase": true,
    "artifacts": [
      "21ba142c-2650-48a0-84f9-59003ec0ea5a",
      "2b916c74-5d6d-4c15-8651-0e8cc4d2b16d"
    ],
    "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-12-28T07:20:32.316Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1deaf27-9a73-4655-ac64-095767bfe94e
VfModuleModelInvariantUUID:163a32e9-4b5a-4424-9d3e-d81657ffaaaf
VfModuleModelDescription:NULL
Artifacts UUID List:{
21ba142c-2650-48a0-84f9-59003ec0ea5a
,
2b916c74-5d6d-4c15-8651-0e8cc4d2b16d

}
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-12-28T07:20:32.318Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "163a32e9-4b5a-4424-9d3e-d81657ffaaaf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1deaf27-9a73-4655-ac64-095767bfe94e",
    "vfModuleModelCustomizationUUID": "c4b70efa-744d-4e0b-a86b-81c727020b24",
    "isBase": true,
    "artifacts": [
      "21ba142c-2650-48a0-84f9-59003ec0ea5a",
      "2b916c74-5d6d-4c15-8651-0e8cc4d2b16d"
    ],
    "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-12-28T07:20:32.319Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1deaf27-9a73-4655-ac64-095767bfe94e
VfModuleModelInvariantUUID:163a32e9-4b5a-4424-9d3e-d81657ffaaaf
VfModuleModelDescription:NULL
Artifacts UUID List:{
21ba142c-2650-48a0-84f9-59003ec0ea5a
,
2b916c74-5d6d-4c15-8651-0e8cc4d2b16d

}
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-12-28T07:20:32.319Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 21ba142c-2650-48a0-84f9-59003ec0ea5a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-28T07:20:32.319Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-28T07:20:32.319Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:32.396Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-28T07:20:32.396Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 21ba142c-2650-48a0-84f9-59003ec0ea5a 5033
2022-12-28T07:20:32.396Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:32.396Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:32.397Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:20:32.397Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:32.399Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:32.399Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212032396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:20:32.499Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:20:32.500Z||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-12-28T07:20:32.500Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:32.510Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:32.511Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:20:33.400Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2b916c74-5d6d-4c15-8651-0e8cc4d2b16d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-28T07:20:33.400Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-28T07:20:33.401Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:33.492Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-28T07:20:33.492Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2b916c74-5d6d-4c15-8651-0e8cc4d2b16d 903
2022-12-28T07:20:33.493Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:33.493Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:33.493Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:20:33.494Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:33.495Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:33.496Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212033493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:20:33.596Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:20:33.597Z||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-12-28T07:20:33.597Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:33.608Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:33.609Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:20:34.496Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5bf024c9-6503-49df-af5a-3d70cb263fc6
2022-12-28T07:20:34.497Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8269c8c3-c38d-4202-b961-e4e0cb75dcfc 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-12-28T07:20:34.511Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27ebda0f, org.onap.sdc.toscaparser.api.parameters.Input@433f17c9, org.onap.sdc.toscaparser.api.parameters.Input@61a5c6d0, org.onap.sdc.toscaparser.api.parameters.Input@56668099, org.onap.sdc.toscaparser.api.parameters.Input@2f2403f8]
2022-12-28T07:20:34.512Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.512Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:34.512Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-28T07:20:34.512Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8e585918-844d-4b3c-89c2-f1642afcbce6
2022-12-28T07:20:34.512Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8e585918-844d-4b3c-89c2-f1642afcbce6 matches Tosca VF Customization UUID: 8e585918-844d-4b3c-89c2-f1642afcbce6
2022-12-28T07:20:34.512Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8e585918-844d-4b3c-89c2-f1642afcbce6  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-12-28T07:20:34.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:34.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8e585918-844d-4b3c-89c2-f1642afcbce6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-28T07:20:34.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@39c22e26
2022-12-28T07:20:34.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T07:20:34.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c4b70efa-744d-4e0b-a86b-81c727020b24
2022-12-28T07:20:34.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c4b70efa-744d-4e0b-a86b-81c727020b24
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-12-28T07:20:34.518Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.519Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-28T07:20:34.519Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:20:34.519Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.520Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-28T07:20:34.520Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:20:34.520Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.520Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-28T07:20:34.521Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-28T07:20:34.521Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-28T07:20:34.521Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8ffc7216-3942-47d3-b731-234389d54d04
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-12-28T07:20:34.524Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.524Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-28T07:20:34.525Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:20:34.525Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.525Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-28T07:20:34.525Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8e585918-844d-4b3c-89c2-f1642afcbce6
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-12-28T07:20:34.527Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.527Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:34.527Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5bf024c9-6503-49df-af5a-3d70cb263fc6: basic_vm
2022-12-28T07:20:34.528Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.528Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:34.528Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.528Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:34.528Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.528Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:34.529Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.529Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:34.529Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:20:34.529Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:20:34.529Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:34.608Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8269c8c3-c38d-4202-b961-e4e0cb75dcfc 1 ASDC deployResourceStructure
2022-12-28T07:20:34.609Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:34.609Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:34.609Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:20:34.609Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:34.611Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:34.611Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212034609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:20:34.711Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:20:34.712Z||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-12-28T07:20:34.712Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:34.721Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:34.721Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:20:35.612Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:35.613Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:35.613Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:20:35.613Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:35.631Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:35.632Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212035612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:20:35.716Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-12-28T07:20:35.717Z||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-12-28T07:20:35.717Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:35.729Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:35.729Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:20:36.633Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:36.633Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||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-12-28T07:20:36.633Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:20:36.633Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:36.635Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:36.635Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212036632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-28T07:20:36.736Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-28T07:20:36.737Z||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-12-28T07:20:36.737Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:36.749Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:36.750Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:20:37.636Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-28T07:20:37.637Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-28T07:20:37.637Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:20:37.637Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:20:37.639Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:20:37.639Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212037636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:20:37.739Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:20:37.740Z||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-12-28T07:20:37.741Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:37.751Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:37.751Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:20:38.640Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3145b98a-bc8e-43f3-8463-f621f3314b75
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:20:38.649Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3145b98a-bc8e-43f3-8463-f621f3314b75
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-12-28T07:20:38.651Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:20:38.651Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-28T07:20:38.651Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-28T07:20:38.651Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-28T07:20:38.651Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:20:38.651Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:20:38.651Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:20:38.651Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:20:38.652Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:20:38.652Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:20:38.656Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-28T07:20:48.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:20:48.516Z||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-12-28T07:20:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:20:48.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:20:48.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:20:48.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3af2a18c-f9c9-47b0-85f0-99a5f15814b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211913286,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:20:48.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:20:48.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:20:48.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:20:48.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:20:48.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:20:48.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:20:48.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:20:48.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:20:48.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:20:48.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:20:48.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:20:48.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:20:48.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:20:48.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:20:48.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:20:48.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:20:48.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:20:48.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/resourceInstances/pnfd75730dc002d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:20:48.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:20:48.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-28T07:20:48.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:20:48.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:21:08.656Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3145b98a-bc8e-43f3-8463-f621f3314b75 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-12-28T07:21:08.663Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3145b98a-bc8e-43f3-8463-f621f3314b75 and serviceModelVersionId: 5bf024c9-6503-49df-af5a-3d70cb263fc6
2022-12-28T07:21:08.663Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d54f3c6-9b70-4032-95a1-c8b3f1673531
2022-12-28T07:21:08.665Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d54f3c6-9b70-4032-95a1-c8b3f1673531/model-vers/model-ver/5bf024c9-6503-49df-af5a-3d70cb263fc6?depth=0
2022-12-28T07:21:08.668Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-28T07:21:08.745Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d54f3c6-9b70-4032-95a1-c8b3f1673531/model-vers/model-ver/5bf024c9-6503-49df-af5a-3d70cb263fc6?depth=0|INFO|500||Invoke
2022-12-28T07:21:08.745Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d54f3c6-9b70-4032-95a1-c8b3f1673531/model-vers/model-ver/5bf024c9-6503-49df-af5a-3d70cb263fc6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d54f3c6-9b70-4032-95a1-c8b3f1673531/model-vers/model-ver/5bf024c9-6503-49df-af5a-3d70cb263fc6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3145b98a-bc8e-43f3-8463-f621f3314b75], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d30a1baf-43da-485c-b1f5-199acf8709d0], X-ECOMP-RequestID=[3145b98a-bc8e-43f3-8463-f621f3314b75], X-TransactionId=[], X-ONAP-RequestID=[3145b98a-bc8e-43f3-8463-f621f3314b75], Content-Type=[application/merge-patch+json]}
2022-12-28T07:21:08.769Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d54f3c6-9b70-4032-95a1-c8b3f1673531/model-vers/model-ver/5bf024c9-6503-49df-af5a-3d70cb263fc6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-28T07:21:08.881Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d54f3c6-9b70-4032-95a1-c8b3f1673531/model-vers/model-ver/5bf024c9-6503-49df-af5a-3d70cb263fc6?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/6d54f3c6-9b70-4032-95a1-c8b3f1673531/model-vers/model-ver/5bf024c9-6503-49df-af5a-3d70cb263fc6?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 07:21:10 GMT], content-length=[0], vertex-id=[253960], x-aai-txid=[2-aai-resources-221228-07:21:10:279-24740], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-28T07:21:08.881Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d54f3c6-9b70-4032-95a1-c8b3f1673531/model-vers/model-ver/5bf024c9-6503-49df-af5a-3d70cb263fc6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-28T07:21:08.882Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d54f3c6-9b70-4032-95a1-c8b3f1673531/model-vers/model-ver/5bf024c9-6503-49df-af5a-3d70cb263fc6?depth=0|INFO|500||InvokeReturn
2022-12-28T07:21:08.883Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-28T07:21:08.883Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:21:08.890Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:21:08.890Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3145b98a-bc8e-43f3-8463-f621f3314b75 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-28T07:21:08.891Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-28T07:21:08.891Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:21:08.893Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:21:08.893Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212068890,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:21:08.993Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:21:08.994Z||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-12-28T07:21:08.994Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:21:09.008Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:21:09.009Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-28T07:21:09.907Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:21:09.907Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:21:09.907Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:21:20.298Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:21:20.299Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:21:20.300Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:21:20.300Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:21:29.908Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:21:29.909Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:21:29.909Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:21:29.909Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:21:39.455Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:21:39.456Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:21:39.457Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:21:39.457Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:21:48.516Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:21:48.517Z||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-12-28T07:21:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:21:48.542Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:21:48.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:21:48.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:21:48.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211930302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:21:48.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211932460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE3smpbiibqhgybsiwlgb/1.0/artifacts/service-DemoPnfE3smpbiibqhgybsiwlgb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:21:48.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12555195-3b13-4f90-bd4a-a8db85e6300c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211963682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:21:48.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:21:48.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:21:48.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-28T07:21:48.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:21:48.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-28T07:21:48.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:21:48.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:21:48.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:21:48.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:21:48.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:21:48.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:21:48.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:21:48.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-28T07:21:48.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:21:48.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:21:48.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:21:48.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:21:48.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:21:48.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211973944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:21:48.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211976337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:21:48.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211977396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:21:48.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211978456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:21:48.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211979533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:21:48.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211980636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:21:48.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211981763,
  "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-12-28T07:21:48.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211982769,
  "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-12-28T07:21:48.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211983777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:21:48.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211984780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:21:48.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211985783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-28T07:21:48.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:48.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:21:48.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211986787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:21:48.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:21:49.022Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:21:49.023Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:21:49.024Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:21:49.025Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:21:58.584Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:21:58.585Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:21:58.586Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:21:58.586Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:22:08.147Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:22:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:22:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:22:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:22:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:22:48.516Z||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-12-28T07:22:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:22:48.542Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:22:48.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50419e8-e0b7-4a45-b9ab-2e3e6abb5b0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212018003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:22:48.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:22:48.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:22:48.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:22:48.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:22:48.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:22:48.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:22:48.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:22:48.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:22:48.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:22:48.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-28T07:22:48.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:22:48.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:22:48.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:22:48.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672211916440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:22:48.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:22:48.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212026230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:22:48.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:22:48.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212031309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:22:48.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:22:48.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212032396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:22:48.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:22:48.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212033493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:22:48.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:22:48.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212034609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:22:48.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:22:48.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212035612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:22:48.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:22:48.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212036632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-28T07:22:48.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:22:48.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:22:48.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212037636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:22:48.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:22:58.076Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:23:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:23:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:23:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:23:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:23:48.516Z||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-12-28T07:23:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:23:49.045Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:23:49.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-28T07:23:49.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3145b98a-bc8e-43f3-8463-f621f3314b75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672212068890,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:23:49.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:23:58.066Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:24:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:24:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:24:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:24:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:24:48.516Z||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-12-28T07:24:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:24:58.060Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:24:58.060Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:25:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:25:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:25:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:25:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:25:48.516Z||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-12-28T07:25:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:25:58.062Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:25:58.062Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:26:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:26:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:26:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:26:48.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:26:48.516Z||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-12-28T07:26:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:26:58.064Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:26:58.064Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:27:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:27:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:27:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:27:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:27:48.516Z||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-12-28T07:27:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:27:58.071Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:27:58.083Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:28:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:28:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:28:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:28:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:28:48.516Z||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-12-28T07:28:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:28:58.059Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:28:58.097Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:29:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:29:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:29:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:29:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:29:48.516Z||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-12-28T07:29:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:29:58.072Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:29:58.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:30:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:30:48.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:30:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:30:48.516Z||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-12-28T07:30:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:30:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:30:58.064Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:30:58.064Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:31:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:31:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:31:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:31:48.516Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:31:48.516Z||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-12-28T07:31:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:31:58.066Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:31:58.080Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:32:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:32:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:32:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:32:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:32:48.516Z||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-12-28T07:32:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:32:58.091Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:32:58.096Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:33:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:33:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:33:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:33:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:33:48.516Z||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-12-28T07:33:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:33:58.062Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:33:58.065Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:34:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:34:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:34:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:34:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:34:48.516Z||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-12-28T07:34:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:34:58.062Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:34:58.071Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:35:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:35:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:35:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:35:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:35:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T07:35:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:35:58.092Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:35:58.106Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:36:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:36:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:36:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:36:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:36:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T07:36:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:36:58.071Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:36:58.075Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:37:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:37:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:37:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:37:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:37:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T07:37:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:37:58.063Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:37:58.066Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:38:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:38:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:38:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:38:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:38:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T07:38:48.517Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:38:58.062Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:38:58.075Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:39:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:39:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:39:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:39:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:39:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T07:39:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:39:58.057Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:39:58.065Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:40:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:40:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:40:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:40:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:40:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T07:40:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:40:58.059Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:40:58.066Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:41:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:41:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:41:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:41:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:41:48.516Z||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-12-28T07:41:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:41:58.071Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:41:58.072Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:42:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:42:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:42:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:42:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:42:48.516Z||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-12-28T07:42:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:42:58.088Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:42:58.094Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:43:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:43:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:43:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:43:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:43:48.516Z||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-12-28T07:43:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:43:58.060Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:43:58.064Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:44:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:44:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:44:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:44:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:44:48.516Z||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-12-28T07:44:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:44:58.072Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:44:58.114Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:45:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:45:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:45:48.517Z||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-12-28T07:45:48.517Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:45:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:45:48.517Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:45:58.075Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:45:58.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:46:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:46:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:46:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:46:48.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:46:48.516Z||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-12-28T07:46:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:46:58.071Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:46:58.072Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:47:48.513Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:47:48.514Z||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-12-28T07:47:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:47:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:47:48.516Z||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-12-28T07:47:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:47:58.074Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:47:58.074Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:48:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:48:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T07:48:48.514Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:48:48.516Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:48:48.516Z||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-12-28T07:48:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:48:58.058Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:48:58.059Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:49:48.513Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:49:48.514Z||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-12-28T07:49:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:49:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:49:48.516Z||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-12-28T07:49:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:49:58.061Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:49:58.061Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:50:48.513Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:50:48.514Z||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-12-28T07:50:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:50:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:50:48.516Z||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-12-28T07:50:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:50:58.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:50:58.094Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:51:48.513Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:51:48.515Z||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-12-28T07:51:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:51:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:51:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T07:51:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:51:58.067Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:51:58.069Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:52:48.514Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:52:48.515Z||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-12-28T07:52:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:52:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:52:48.516Z||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-12-28T07:52:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:52:58.126Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:52:58.127Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:48.514Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:53:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:53:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:53:48.516Z||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-12-28T07:53:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:53:48.517Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:53:49.168Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:49.169Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:49.170Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.170Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672213996166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c9f47cc2-fb38-492b-9c9c-0489547e70e0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f20db5da-ba54-4bf3-8ab4-733d3441af46","serviceDescription":"service","serviceInvariantUUID":"6e277e44-881d-40c9-9a55-d1a016b3e7a8","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"271f3dab-4cb8-45d0-b74a-d47b3a842012","resourceInvariantUUID":"43f6d7b7-c0ae-4aab-ac90-6bb37ba1c0c1","resourceCustomizationUUID":"c06ad291-29d0-47f9-9ab3-cf73e4b8f892","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":"MjU0Yjg1ZGRjYThjNDhkNGY3ZWQ4MzY1YjQ4MzUwYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ff9a3cd-7345-4113-a309-eea07ca97d33","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":"MzdiYzA4YjA5YmZiOTExYjAzZWQyMWMxNmViY2NlYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7205255-139a-4f60-bad1-a2cd9c29a777","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":"20cef07b-b5aa-4563-970e-460768c625ba","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":"d04fa6a0-99d0-4603-946f-d449edbeb74d","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":"4c492122-b1e0-46c2-865b-089bf57e5530","artifactVersion":"2","generatedFromUUID":"18713d34-950a-4ab5-8f9b-98d55efe3b2b"},{"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":"e606b42d-5652-47b3-80a3-725ea63c33e8","artifactVersion":"2","generatedFromUUID":"20cef07b-b5aa-4563-970e-460768c625ba"},{"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":"18713d34-950a-4ab5-8f9b-98d55efe3b2b","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":"83a057a1-69e4-4fe1-a0ad-6337a1d19dd9","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":"MzVkNTZkZDMzMGVjMDQyYTg1YThkNzkyOTM5YWY1MmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a085646d-ebca-44a3-a0ef-b4bb32ddc163","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Njc0Yzg1YjI3ZTgxOWUyNjYzMzA0NDU0MDFmMTk3MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b927ac0-0a12-4ee1-a675-11c7bcde648b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-28T07:53:49.172Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.172Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.172Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672213962090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.173Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.173Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.173Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672213999322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.173Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.173Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.173Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214003235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.174Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.174Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.174Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214004757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.174Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.174Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.174Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672213996166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.175Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.175Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.175Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672213962090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.175Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.175Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.175Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672213999322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:53:49.176Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.176Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.176Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214003235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.176Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:53:49.176Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.176Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.177Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214004757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.177Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:53:49.177Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.177Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.177Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672213996166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.177Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.178Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.178Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672213962090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.178Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.178Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.178Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214003235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.178Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.179Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.179Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672213999322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:53:49.179Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.179Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.179Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214004757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.180Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.180Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.180Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672213996166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.180Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.180Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.181Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214003235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.181Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.181Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.181Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672213962090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.181Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.182Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.182Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672213999322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.182Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.182Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.182Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214004757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.182Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.183Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.183Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672213996166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.183Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.183Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.183Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214003235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.184Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.184Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.184Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672213962090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.184Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.184Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.184Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672213999322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-28T07:53:49.184Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.185Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.185Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214004757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.185Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.185Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.185Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672213996166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.185Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.185Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.185Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214003235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.186Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.186Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.186Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672213962090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.186Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.186Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.186Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672213999322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-28T07:53:49.186Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.186Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.186Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214004757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.186Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.187Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.187Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672213996166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.187Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.187Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.187Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214003235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.187Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.187Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.187Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672213962090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.188Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.188Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.188Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672213999322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-28T07:53:49.188Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.188Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.188Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214004757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.188Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.188Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.188Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672213996166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.189Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.189Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.189Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214003235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.189Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.189Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.189Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672213962090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.189Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.189Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.190Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672213999322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.190Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.190Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.190Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214004757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.190Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.190Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.190Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672213996166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.190Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.190Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.190Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214003235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.191Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.191Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.191Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672213962090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.191Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.191Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.191Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672213999322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.191Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.191Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.191Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214004757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.192Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.192Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.192Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672213996166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:53:49.192Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.192Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.192Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214003235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.192Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.192Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.192Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672213962090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:53:49.192Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.193Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.193Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672213999322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:53:49.193Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.193Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.193Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214004757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:53:49.193Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.193Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.193Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214018453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:53:49.193Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:53:49.193Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.193Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214018459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:53:49.194Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:53:49.194Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.194Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214018464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:53:49.194Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:53:49.194Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.194Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214018133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:53:49.194Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:53:49.194Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.194Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214019554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:53:49.194Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:53:49.195Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.195Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214020643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:53:49.195Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:53:49.195Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.195Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214021070,
  "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=?
2022-12-28T07:53:49.203Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:53:49.204Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:53:49.216Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c9f47cc2-fb38-492b-9c9c-0489547e70e0
2022-12-28T07:53:49.216Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9f47cc2-fb38-492b-9c9c-0489547e70e0 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-12-28T07:53:49.226Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.226Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214020639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:53:49.226Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:53:49.226Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.226Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214021743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:53:49.226Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:53:49.226Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.227Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214021644,
  "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-12-28T07:53:49.237Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c9f47cc2-fb38-492b-9c9c-0489547e70e0
2022-12-28T07:53:49.237Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9f47cc2-fb38-492b-9c9c-0489547e70e0 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-12-28T07:53:49.245Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.245Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214022813,
  "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-12-28T07:53:49.249Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c9f47cc2-fb38-492b-9c9c-0489547e70e0
2022-12-28T07:53:49.249Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9f47cc2-fb38-492b-9c9c-0489547e70e0 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-12-28T07:53:49.256Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.256Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214023815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:53:49.256Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:53:49.256Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.256Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214022072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.257Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.257Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.257Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214024818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.257Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.257Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.257Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214023127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.257Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.257Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.258Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214027056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:53:49.258Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:53:49.258Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.258Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214022072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.258Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.258Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.258Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214024818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:53:49.259Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.259Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.259Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214023127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.259Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.259Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.259Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214028060,
  "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-12-28T07:53:49.263Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c9f47cc2-fb38-492b-9c9c-0489547e70e0
2022-12-28T07:53:49.263Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c9f47cc2-fb38-492b-9c9c-0489547e70e0 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-12-28T07:53:49.272Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.272Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214024818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:53:49.272Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.272Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.272Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214022072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.272Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.273Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.273Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214023127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.273Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.273Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.273Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214029062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.273Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.273Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.273Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214022072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.273Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.273Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.273Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214024818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.273Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.274Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:53:49.274Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214023127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:49.274Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:53:49.301Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-28T07:53:49.301Z||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-12-28T07:53:49.302Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:53:49.326Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:49.326Z||pool-89-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:53:50.204Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:53:50.205Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:53:50.208Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:53:50.208Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:53:50.308Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:53:50.309Z||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-12-28T07:53:50.309Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:53:50.321Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:50.321Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:53:51.208Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:53:51.209Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:53:51.211Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:53:51.211Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:53:51.313Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-28T07:53:51.313Z||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-12-28T07:53:51.314Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:53:51.326Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:51.326Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:53:52.212Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:53:52.212Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:53:52.214Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:53:52.215Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:52.315Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:53:52.315Z||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-12-28T07:53:52.315Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:53:52.326Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:52.326Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:53:53.215Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:53:53.216Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:53:53.219Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:53:53.219Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-28T07:53:53.319Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:53:53.320Z||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-12-28T07:53:53.320Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:53:53.331Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:53.332Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:53:54.220Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:53:54.220Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:53:54.222Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:53:54.222Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-28T07:53:54.323Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:53:54.323Z||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-12-28T07:53:54.324Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:53:54.334Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:54.334Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:53:55.223Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:53:55.224Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:53:55.226Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:53:55.226Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-28T07:53:55.326Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:53:55.327Z||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-12-28T07:53:55.328Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:53:55.341Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:55.342Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:53:56.226Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:53:56.227Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:53:56.229Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:53:56.229Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:56.329Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:53:56.330Z||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-12-28T07:53:56.330Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:53:56.341Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:56.341Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:53:57.230Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:53:57.230Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:53:57.232Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:53:57.232Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:53:57.333Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:53:57.334Z||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-12-28T07:53:57.334Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:53:57.344Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:57.345Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:53:58.233Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:53:58.233Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:53:58.235Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:53:58.235Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:53:58.335Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:53:58.337Z||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-12-28T07:53:58.337Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:53:58.347Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:58.348Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:53:59.237Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f20db5da-ba54-4bf3-8ab4-733d3441af46",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6e277e44-881d-40c9-9a55-d1a016b3e7a8",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "c06ad291-29d0-47f9-9ab3-cf73e4b8f892",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "271f3dab-4cb8-45d0-b74a-d47b3a842012",
      "resourceInvariantUUID": "43f6d7b7-c0ae-4aab-ac90-6bb37ba1c0c1",
      "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": "MzdiYzA4YjA5YmZiOTExYjAzZWQyMWMxNmViY2NlYTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e7205255-139a-4f60-bad1-a2cd9c29a777",
          "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": "20cef07b-b5aa-4563-970e-460768c625ba",
          "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": "e606b42d-5652-47b3-80a3-725ea63c33e8",
            "generatedFromUUID": "20cef07b-b5aa-4563-970e-460768c625ba"
          },
          "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": "4c492122-b1e0-46c2-865b-089bf57e5530",
          "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": "e606b42d-5652-47b3-80a3-725ea63c33e8",
          "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": "18713d34-950a-4ab5-8f9b-98d55efe3b2b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Njc0Yzg1YjI3ZTgxOWUyNjYzMzA0NDU0MDFmMTk3MmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b927ac0-0a12-4ee1-a675-11c7bcde648b"
    }
  ],
  "workloadContext": "Production"
}
2022-12-28T07:53:59.237Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-28T07:53:59.237Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f20db5da-ba54-4bf3-8ab4-733d3441af46 ASDC
2022-12-28T07:53:59.238Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c9f47cc2-fb38-492b-9c9c-0489547e70e0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f20db5da-ba54-4bf3-8ab4-733d3441af46
ServiceInvariantUUID:6e277e44-881d-40c9-9a55-d1a016b3e7a8
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:3b927ac0-0a12-4ee1-a675-11c7bcde648b
ArtifactChecksum:Njc0Yzg1YjI3ZTgxOWUyNjYzMzA0NDU0MDFmMTk3MmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:c06ad291-29d0-47f9-9ab3-cf73e4b8f892
ResourceInvariantUUID:43f6d7b7-c0ae-4aab-ac90-6bb37ba1c0c1
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:271f3dab-4cb8-45d0-b74a-d47b3a842012
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:e7205255-139a-4f60-bad1-a2cd9c29a777
ArtifactChecksum:MzdiYzA4YjA5YmZiOTExYjAzZWQyMWMxNmViY2NlYTk=
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:20cef07b-b5aa-4563-970e-460768c625ba
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:e606b42d-5652-47b3-80a3-725ea63c33e8
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:4c492122-b1e0-46c2-865b-089bf57e5530
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:e606b42d-5652-47b3-80a3-725ea63c33e8
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:18713d34-950a-4ab5-8f9b-98d55efe3b2b
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-28T07:53:59.238Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f20db5da-ba54-4bf3-8ab4-733d3441af46 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-12-28T07:53:59.298Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:53:59.299Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-28T07:53:59.299Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-28T07:53:59.299Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3b927ac0-0a12-4ee1-a675-11c7bcde648b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-28T07:53:59.300Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-28T07:53:59.300Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-28T07:53:59.424Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-28T07:53:59.431Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 3b927ac0-0a12-4ee1-a675-11c7bcde648b 163282
2022-12-28T07:53:59.432Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-28T07:53:59.432Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-28T07:53:59.432Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:53:59.432Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:53:59.434Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:53:59.434Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214039432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:53:59.534Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:53:59.535Z||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-12-28T07:53:59.535Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:53:59.546Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:53:59.546Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:54:00.435Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:54:00.436Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-28T07:54:00.436Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3b927ac0-0a12-4ee1-a675-11c7bcde648b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-28T07:54:00.437Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-28T07:54:00.438Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-28T07:54:00.438Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-28T07:54:00.630Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7910036357335190311/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-28T07:54:01.949Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-28T07:54:01.949Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-28T07:54:01.950Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-28T07:54:01.950Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-28T07:54:01.950Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-28T07:54:01.950Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-28T07:54:01.950Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:01.950Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:01.950Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-28T07:54:01.951Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.951Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:01.951Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-28T07:54:01.951Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-28T07:54:01.952Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:54:01.952Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.952Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:01.952Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-28T07:54:01.952Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-28T07:54:01.953Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:54:01.953Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.953Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:01.953Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.953Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-28T07:54:01.954Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-28T07:54:01.954Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-28T07:54:01.954Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-28T07:54:01.954Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.954Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T07:54:01.954Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.955Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-28T07:54:01.955Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:54:01.955Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.955Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-28T07:54:01.955Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:54:01.956Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.956Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-28T07:54:01.956Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:54:01.956Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.956Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-28T07:54:01.957Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:54:01.957Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.957Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-28T07:54:01.957Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-28T07:54:01.957Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=6a0fb65e-90af-40e1-b7b1-a1690abf88bc
2022-12-28T07:54:01.957Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.958Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:01.958Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.958Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:01.958Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.958Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:01.958Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:01.958Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:01.959Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f20db5da-ba54-4bf3-8ab4-733d3441af46
Model Version:NULL
Model InvariantUuid:6e277e44-881d-40c9-9a55-d1a016b3e7a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:667d6667-e5b0-4a9b-b7e2-9179bcb5cb0a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:43f6d7b7-c0ae-4aab-ac90-6bb37ba1c0c1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c06ad291-29d0-47f9-9ab3-cf73e4b8f892
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f9d7144f-cdd3-4778-ab6d-9b0ff2c643c3
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:18d6a1dc-54e6-462a-bff5-5ec2d64b5cfa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:37bf233e-e75c-44d4-b104-9b91c3b9a199
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:253b35a9-43e6-4a8a-b072-a169dbbe0033
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6a0fb65e-90af-40e1-b7b1-a1690abf88bc
ModelInvariantUuid:afa0b54a-8045-43ed-b20d-5b5bd8ad5fc3
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:267170a5-6457-484a-aca6-1a45e93e908e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:80d2b7ab-b3ac-4774-b549-51d27a41c889
ModelInvariantUuid:c5c0e728-18b2-4d06-83fe-3ee1218ea4f3
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:b01f55cd-d105-4196-a7ec-3d03c94b28d4
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-12-28T07:54:01.962Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 271f3dab-4cb8-45d0-b74a-d47b3a842012
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-12-28T07:54:01.965Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2022-12-28T07:54:01.965Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 271f3dab-4cb8-45d0-b74a-d47b3a842012
2022-12-28T07:54:01.966Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e7205255-139a-4f60-bad1-a2cd9c29a777 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-28T07:54:01.966Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-28T07:54:01.966Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:02.019Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-28T07:54:02.020Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json e7205255-139a-4f60-bad1-a2cd9c29a777 1565
2022-12-28T07:54:02.020Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:02.020Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:02.021Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:54:02.021Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:02.023Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:02.023Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214042020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:54:02.123Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:02.124Z||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-12-28T07:54:02.124Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:02.136Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:02.136Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:03.023Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "37bf233e-e75c-44d4-b104-9b91c3b9a199",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "253b35a9-43e6-4a8a-b072-a169dbbe0033",
    "vfModuleModelCustomizationUUID": "37fe8f96-5a66-4383-9a4e-fc6c63e5312b",
    "isBase": true,
    "artifacts": [
      "20cef07b-b5aa-4563-970e-460768c625ba",
      "e606b42d-5652-47b3-80a3-725ea63c33e8"
    ],
    "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": "f9d7144f-cdd3-4778-ab6d-9b0ff2c643c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "18d6a1dc-54e6-462a-bff5-5ec2d64b5cfa",
    "vfModuleModelCustomizationUUID": "66a9a814-b354-4bb6-96d0-aeb0323a562d",
    "isBase": false,
    "artifacts": [
      "18713d34-950a-4ab5-8f9b-98d55efe3b2b"
    ],
    "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-12-28T07:54:03.028Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:253b35a9-43e6-4a8a-b072-a169dbbe0033
VfModuleModelInvariantUUID:37bf233e-e75c-44d4-b104-9b91c3b9a199
VfModuleModelDescription:NULL
Artifacts UUID List:{
20cef07b-b5aa-4563-970e-460768c625ba
,
e606b42d-5652-47b3-80a3-725ea63c33e8

}
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:18d6a1dc-54e6-462a-bff5-5ec2d64b5cfa
VfModuleModelInvariantUUID:f9d7144f-cdd3-4778-ab6d-9b0ff2c643c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
18713d34-950a-4ab5-8f9b-98d55efe3b2b

}
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-12-28T07:54:03.031Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "37bf233e-e75c-44d4-b104-9b91c3b9a199",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "253b35a9-43e6-4a8a-b072-a169dbbe0033",
    "vfModuleModelCustomizationUUID": "37fe8f96-5a66-4383-9a4e-fc6c63e5312b",
    "isBase": true,
    "artifacts": [
      "20cef07b-b5aa-4563-970e-460768c625ba",
      "e606b42d-5652-47b3-80a3-725ea63c33e8"
    ],
    "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": "f9d7144f-cdd3-4778-ab6d-9b0ff2c643c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "18d6a1dc-54e6-462a-bff5-5ec2d64b5cfa",
    "vfModuleModelCustomizationUUID": "66a9a814-b354-4bb6-96d0-aeb0323a562d",
    "isBase": false,
    "artifacts": [
      "18713d34-950a-4ab5-8f9b-98d55efe3b2b"
    ],
    "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-12-28T07:54:03.032Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:253b35a9-43e6-4a8a-b072-a169dbbe0033
VfModuleModelInvariantUUID:37bf233e-e75c-44d4-b104-9b91c3b9a199
VfModuleModelDescription:NULL
Artifacts UUID List:{
20cef07b-b5aa-4563-970e-460768c625ba
,
e606b42d-5652-47b3-80a3-725ea63c33e8

}
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:18d6a1dc-54e6-462a-bff5-5ec2d64b5cfa
VfModuleModelInvariantUUID:f9d7144f-cdd3-4778-ab6d-9b0ff2c643c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
18713d34-950a-4ab5-8f9b-98d55efe3b2b

}
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-12-28T07:54:03.032Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 20cef07b-b5aa-4563-970e-460768c625ba from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-28T07:54:03.032Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-28T07:54:03.032Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:03.090Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-28T07:54:03.090Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 20cef07b-b5aa-4563-970e-460768c625ba 914
2022-12-28T07:54:03.090Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:03.091Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:03.091Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:54:03.091Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:03.093Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:03.093Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214043090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:54:03.193Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:03.194Z||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-12-28T07:54:03.194Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:03.205Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:03.206Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:04.093Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4c492122-b1e0-46c2-865b-089bf57e5530 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-28T07:54:04.094Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-28T07:54:04.094Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:04.150Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-28T07:54:04.150Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 4c492122-b1e0-46c2-865b-089bf57e5530 12
2022-12-28T07:54:04.151Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:04.151Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:04.151Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:54:04.152Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:04.153Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:04.154Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214044151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:54:04.254Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:04.254Z||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-12-28T07:54:04.255Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:04.265Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:04.266Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:05.154Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e606b42d-5652-47b3-80a3-725ea63c33e8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-28T07:54:05.155Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-28T07:54:05.155Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:05.214Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-28T07:54:05.214Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env e606b42d-5652-47b3-80a3-725ea63c33e8 96
2022-12-28T07:54:05.215Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:05.215Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:05.215Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:54:05.216Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:05.218Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:05.218Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214045215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:54:05.318Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:05.319Z||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-12-28T07:54:05.319Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:05.331Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:05.332Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:06.219Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 18713d34-950a-4ab5-8f9b-98d55efe3b2b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-28T07:54:06.219Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-28T07:54:06.220Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:06.297Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-28T07:54:06.298Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 18713d34-950a-4ab5-8f9b-98d55efe3b2b 20206
2022-12-28T07:54:06.299Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:06.299Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:06.299Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:54:06.299Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:06.301Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:06.301Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214046299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:54:06.401Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:54:06.402Z||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-12-28T07:54:06.402Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:06.415Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:06.415Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:07.306Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f20db5da-ba54-4bf3-8ab4-733d3441af46
2022-12-28T07:54:07.307Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 271f3dab-4cb8-45d0-b74a-d47b3a842012 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-12-28T07:54:07.315Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6482ccc3, org.onap.sdc.toscaparser.api.parameters.Input@7cbe3839, org.onap.sdc.toscaparser.api.parameters.Input@74b5453f, org.onap.sdc.toscaparser.api.parameters.Input@6f5ea755, org.onap.sdc.toscaparser.api.parameters.Input@1dc88aa9]
2022-12-28T07:54:07.317Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:07.318Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:07.318Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-12-28T07:54:07.318Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c06ad291-29d0-47f9-9ab3-cf73e4b8f892
2022-12-28T07:54:07.318Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c06ad291-29d0-47f9-9ab3-cf73e4b8f892 matches Tosca VF Customization UUID: c06ad291-29d0-47f9-9ab3-cf73e4b8f892
2022-12-28T07:54:07.319Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c06ad291-29d0-47f9-9ab3-cf73e4b8f892  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-12-28T07:54:07.321Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:07.321Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:07.322Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c06ad291-29d0-47f9-9ab3-cf73e4b8f892: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-12-28T07:54:07.322Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@548657d9
2022-12-28T07:54:07.323Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:07.323Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T07:54:07.323Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 66a9a814-b354-4bb6-96d0-aeb0323a562d
2022-12-28T07:54:07.324Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 66a9a814-b354-4bb6-96d0-aeb0323a562d
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-12-28T07:54:07.326Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:07.327Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-28T07:54:07.327Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:54:07.327Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:07.328Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-28T07:54:07.328Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:54:07.328Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:07.329Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-28T07:54:07.329Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c06ad291-29d0-47f9-9ab3-cf73e4b8f892
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-12-28T07:54:07.330Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:07.330Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:07.331Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f20db5da-ba54-4bf3-8ab4-733d3441af46: basic_cnf_macro
2022-12-28T07:54:07.331Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:07.331Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:07.331Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:07.332Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:07.332Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:07.332Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:07.332Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:07.332Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:07.332Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:07.333Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:07.333Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:07.388Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 271f3dab-4cb8-45d0-b74a-d47b3a842012 2 ASDC deployResourceStructure
2022-12-28T07:54:07.388Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:07.388Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:07.389Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:54:07.389Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:07.391Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:07.391Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214047388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:54:07.491Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:07.492Z||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-12-28T07:54:07.492Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:07.506Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:07.506Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:08.391Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:08.392Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:08.392Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:54:08.392Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:08.394Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:08.394Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214048391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:54:08.494Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:08.495Z||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-12-28T07:54:08.495Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:08.519Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:08.520Z||pool-106-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:09.395Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:09.395Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:09.395Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-28T07:54:09.396Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:09.398Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:09.398Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214049395,
  "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-12-28T07:54:09.498Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:09.499Z||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-12-28T07:54:09.499Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:09.509Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:09.509Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:10.399Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:10.399Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:10.399Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:54:10.400Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:10.401Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:10.401Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214050399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-28T07:54:10.502Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-28T07:54:10.503Z||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-12-28T07:54:10.503Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:10.514Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:10.514Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:11.403Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:11.404Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:11.404Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-28T07:54:11.404Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:11.406Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:11.407Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214051403,
  "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-12-28T07:54:11.507Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:11.508Z||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-12-28T07:54:11.508Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:11.520Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:11.520Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:12.408Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-28T07:54:12.408Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-28T07:54:12.408Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:54:12.408Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:12.410Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:12.410Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214052407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:54:12.511Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-28T07:54:12.512Z||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-12-28T07:54:12.512Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:12.523Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:12.523Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:54:13.411Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c9f47cc2-fb38-492b-9c9c-0489547e70e0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:54:13.421Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c9f47cc2-fb38-492b-9c9c-0489547e70e0
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-12-28T07:54:13.424Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:54:13.424Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-28T07:54:13.424Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-28T07:54:13.424Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-28T07:54:13.424Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:54:13.424Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:54:13.425Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:54:13.425Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:54:13.425Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:54:13.425Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T07:54:13.430Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-28T07:54:43.430Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c9f47cc2-fb38-492b-9c9c-0489547e70e0 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-12-28T07:54:43.434Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c9f47cc2-fb38-492b-9c9c-0489547e70e0 and serviceModelVersionId: f20db5da-ba54-4bf3-8ab4-733d3441af46
2022-12-28T07:54:43.434Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e277e44-881d-40c9-9a55-d1a016b3e7a8
2022-12-28T07:54:43.436Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e277e44-881d-40c9-9a55-d1a016b3e7a8/model-vers/model-ver/f20db5da-ba54-4bf3-8ab4-733d3441af46?depth=0
2022-12-28T07:54:43.441Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-28T07:54:43.488Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e277e44-881d-40c9-9a55-d1a016b3e7a8/model-vers/model-ver/f20db5da-ba54-4bf3-8ab4-733d3441af46?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-12-28T07:54:43.490Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e277e44-881d-40c9-9a55-d1a016b3e7a8/model-vers/model-ver/f20db5da-ba54-4bf3-8ab4-733d3441af46?depth=0|INFO|500||Invoke
2022-12-28T07:54:43.514Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e277e44-881d-40c9-9a55-d1a016b3e7a8/model-vers/model-ver/f20db5da-ba54-4bf3-8ab4-733d3441af46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-28T07:54:43.620Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e277e44-881d-40c9-9a55-d1a016b3e7a8/model-vers/model-ver/f20db5da-ba54-4bf3-8ab4-733d3441af46?depth=0|INFO|500||InvokeReturn
2022-12-28T07:54:43.620Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e277e44-881d-40c9-9a55-d1a016b3e7a8/model-vers/model-ver/f20db5da-ba54-4bf3-8ab4-733d3441af46?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 07:54:45 GMT], content-length=[0], vertex-id=[209024], x-aai-txid=[0-aai-resources-221228-07:54:45:106-59379], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-28T07:54:43.620Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-12-28T07:54:43.621Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-28T07:54:43.621Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||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-12-28T07:54:43.627Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-28T07:54:43.627Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c9f47cc2-fb38-492b-9c9c-0489547e70e0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-28T07:54:43.627Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-28T07:54:43.627Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:43.629Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:43.629Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214083627,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:54:43.729Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:43.730Z||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-12-28T07:54:43.730Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:43.743Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:43.744Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-28T07:54:44.637Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:54:44.638Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe04a509-b85a-46a1-9094-f9a458359ae8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4cf9b016-9938-4400-99c7-38a4ef2bf5cd","serviceDescription":"service","serviceInvariantUUID":"b513aafb-9991-45bd-ba8a-b50d07f7d145","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d09c5838-b6f3-4d18-9310-cb317c259b7e","resourceInvariantUUID":"b8c9c523-f75a-4373-9067-efef824bd392","resourceCustomizationUUID":"de99e07b-2c68-4163-aecb-082a2b25813c","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":"YWNiMDY2ZGFlNjRhNjdjYzM4MWMyYjljODk1ZGVlNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b78830fb-8143-48a4-96dd-182908e4cf6f","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":"ODkxMDg3NWY1MTc4ZDBjOWJlMjU3NjMyYzg5NGUzZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5dba353-3aa7-44d8-914d-b0060ab3c943","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":"c49ed9d3-d216-4864-85b6-04526321221a","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":"44229ee2-3108-4ba9-9072-5719136bd3bd","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":"5972fa0b-0770-4855-bf7c-233d196217e0","artifactVersion":"2","generatedFromUUID":"c49ed9d3-d216-4864-85b6-04526321221a"},{"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":"YWMwMGNhZWJkODliYzE0NWYzMDdkMmRlMTc3MzZkOTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"df332ae4-7564-44a1-9fcf-3fc0bc37b049","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":"ZjQ5NTFhZmUzNmEwYTMwZDQyNjg1MjU5OGZiM2FhZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da487a25-e613-4e37-9b2a-8f47b1524b64","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTUyMzBlNDEwYmRmMWY5ODAyZTFjYjgyMmM3MjlhOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a5c41ba-2b5c-4674-ac7f-a904fcbfa498","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-28T07:54:44.638Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:54:44.638Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:44.640Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:44.640Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:54:44.740Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:44.741Z||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-12-28T07:54:44.741Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:44.751Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:44.752Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:45.640Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:54:45.641Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:45.643Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:45.643Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:54:45.743Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:54:45.743Z||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-12-28T07:54:45.743Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:45.755Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:45.755Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:46.643Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:54:46.644Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:46.646Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:46.646Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:54:46.745Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:54:46.746Z||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-12-28T07:54:46.746Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:46.758Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:46.758Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:47.646Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:54:47.647Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:47.649Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:47.649Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:54:47.749Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:47.750Z||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-12-28T07:54:47.750Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:47.762Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:47.762Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:54:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:54:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:48.649Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:54:48.650Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:48.652Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:48.652Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-28T07:54:48.665Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:48.666Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:54:48.666Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214029062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:54:48.667Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:54:48.752Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:48.753Z||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-12-28T07:54:48.753Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:48.766Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:48.767Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:49.653Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:54:49.653Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:49.655Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:49.655Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:54:49.755Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:49.756Z||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-12-28T07:54:49.756Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:49.771Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:49.771Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:50.656Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:54:50.656Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:50.658Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:50.658Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:54:50.758Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:50.758Z||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-12-28T07:54:50.758Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:50.781Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:50.781Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:51.658Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:54:51.659Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:51.660Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:51.661Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:54:51.760Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:54:51.761Z||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-12-28T07:54:51.761Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:51.780Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:51.780Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:52.661Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4cf9b016-9938-4400-99c7-38a4ef2bf5cd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b513aafb-9991-45bd-ba8a-b50d07f7d145",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "de99e07b-2c68-4163-aecb-082a2b25813c",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d09c5838-b6f3-4d18-9310-cb317c259b7e",
      "resourceInvariantUUID": "b8c9c523-f75a-4373-9067-efef824bd392",
      "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": "ODkxMDg3NWY1MTc4ZDBjOWJlMjU3NjMyYzg5NGUzZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5dba353-3aa7-44d8-914d-b0060ab3c943",
          "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": "c49ed9d3-d216-4864-85b6-04526321221a",
          "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": "5972fa0b-0770-4855-bf7c-233d196217e0",
            "generatedFromUUID": "c49ed9d3-d216-4864-85b6-04526321221a"
          },
          "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": "5972fa0b-0770-4855-bf7c-233d196217e0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZTUyMzBlNDEwYmRmMWY5ODAyZTFjYjgyMmM3MjlhOWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4a5c41ba-2b5c-4674-ac7f-a904fcbfa498"
    }
  ],
  "workloadContext": "Production"
}
2022-12-28T07:54:52.662Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-28T07:54:52.662Z|c9f47cc2-fb38-492b-9c9c-0489547e70e0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4cf9b016-9938-4400-99c7-38a4ef2bf5cd ASDC
2022-12-28T07:54:52.663Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:fe04a509-b85a-46a1-9094-f9a458359ae8
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:4cf9b016-9938-4400-99c7-38a4ef2bf5cd
ServiceInvariantUUID:b513aafb-9991-45bd-ba8a-b50d07f7d145
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:4a5c41ba-2b5c-4674-ac7f-a904fcbfa498
ArtifactChecksum:ZTUyMzBlNDEwYmRmMWY5ODAyZTFjYjgyMmM3MjlhOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:de99e07b-2c68-4163-aecb-082a2b25813c
ResourceInvariantUUID:b8c9c523-f75a-4373-9067-efef824bd392
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d09c5838-b6f3-4d18-9310-cb317c259b7e
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:e5dba353-3aa7-44d8-914d-b0060ab3c943
ArtifactChecksum:ODkxMDg3NWY1MTc4ZDBjOWJlMjU3NjMyYzg5NGUzZWE=
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:c49ed9d3-d216-4864-85b6-04526321221a
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:5972fa0b-0770-4855-bf7c-233d196217e0
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:5972fa0b-0770-4855-bf7c-233d196217e0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-28T07:54:52.663Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4cf9b016-9938-4400-99c7-38a4ef2bf5cd 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-12-28T07:54:52.691Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:54:52.691Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-28T07:54:52.691Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-28T07:54:52.691Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4a5c41ba-2b5c-4674-ac7f-a904fcbfa498 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-28T07:54:52.691Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-28T07:54:52.692Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-28T07:54:52.766Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-28T07:54:52.775Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4a5c41ba-2b5c-4674-ac7f-a904fcbfa498 82997
2022-12-28T07:54:52.776Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-28T07:54:52.776Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-28T07:54:52.776Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:54:52.776Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:52.778Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:52.778Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214092775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:54:52.885Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-12-28T07:54:52.888Z||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-12-28T07:54:52.888Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:52.904Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:52.904Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:53.779Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:54:53.780Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-28T07:54:53.780Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4a5c41ba-2b5c-4674-ac7f-a904fcbfa498, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-28T07:54:53.781Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-28T07:54:53.781Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-28T07:54:53.781Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-28T07:54:53.943Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15872416821062695583/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-12-28T07:54:55.157Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-28T07:54:55.158Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-28T07:54:55.158Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-28T07:54:55.158Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-28T07:54:55.158Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-28T07:54:55.158Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-28T07:54:55.158Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-28T07:54:55.159Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-28T07:54:55.159Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-28T07:54:55.159Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-28T07:54:55.159Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-28T07:54:55.159Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-28T07:54:55.160Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:55.160Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:55.160Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-28T07:54:55.160Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-28T07:54:55.160Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:54:55.161Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:55.161Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:55.161Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-28T07:54:55.161Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-28T07:54:55.161Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:54:55.162Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:55.162Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:55.162Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:55.162Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-28T07:54:55.162Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-28T07:54:55.163Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-28T07:54:55.163Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-28T07:54:55.163Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-28T07:54:55.163Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-28T07:54:55.163Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:55.164Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T07:54:55.164Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:55.164Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-28T07:54:55.164Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:54:55.164Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:55.164Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-28T07:54:55.165Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:54:55.165Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:55.165Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-28T07:54:55.165Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:54:55.165Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:55.165Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-28T07:54:55.166Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-28T07:54:55.166Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-28T07:54:55.166Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b154604-800c-4896-a9a9-5281cbc6636f
2022-12-28T07:54:55.166Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:55.166Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:55.167Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:55.167Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:55.167Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:55.167Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:55.167Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:55.168Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:55.168Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:4cf9b016-9938-4400-99c7-38a4ef2bf5cd
Model Version:NULL
Model InvariantUuid:b513aafb-9991-45bd-ba8a-b50d07f7d145
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c10145e3-be6d-40ef-b5f6-b51b3d107f18
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b8c9c523-f75a-4373-9067-efef824bd392
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:de99e07b-2c68-4163-aecb-082a2b25813c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fcd89721-4358-4d51-893f-0a20ac46af19
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:498ce113-993c-4a34-9755-fa21d17956f3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b154604-800c-4896-a9a9-5281cbc6636f
ModelInvariantUuid:859efefa-e7ec-4b2b-aded-520ba5a81377
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:e6713222-8acf-4ef3-b0f2-717d52241878
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:892a6ea6-071f-45d4-afdf-26b4df07b3f6
ModelInvariantUuid:84c736eb-6614-46d2-8413-d5b1f49d08bc
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:f701a77d-baf4-4f26-bf6c-2ddc549b060f
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-12-28T07:54:55.174Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d09c5838-b6f3-4d18-9310-cb317c259b7e
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-12-28T07:54:55.176Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2022-12-28T07:54:55.177Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d09c5838-b6f3-4d18-9310-cb317c259b7e
2022-12-28T07:54:55.177Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e5dba353-3aa7-44d8-914d-b0060ab3c943 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-28T07:54:55.177Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-28T07:54:55.177Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-28T07:54:55.227Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-28T07:54:55.227Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e5dba353-3aa7-44d8-914d-b0060ab3c943 792
2022-12-28T07:54:55.228Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-28T07:54:55.228Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-28T07:54:55.228Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:54:55.228Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:55.230Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:55.230Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214095228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:54:55.330Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:55.331Z||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-12-28T07:54:55.331Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:55.343Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:55.344Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:56.230Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fcd89721-4358-4d51-893f-0a20ac46af19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "498ce113-993c-4a34-9755-fa21d17956f3",
    "vfModuleModelCustomizationUUID": "2477a1a5-9ed3-468d-ac79-78d56201edd1",
    "isBase": true,
    "artifacts": [
      "c49ed9d3-d216-4864-85b6-04526321221a",
      "5972fa0b-0770-4855-bf7c-233d196217e0"
    ],
    "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-12-28T07:54:56.234Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:498ce113-993c-4a34-9755-fa21d17956f3
VfModuleModelInvariantUUID:fcd89721-4358-4d51-893f-0a20ac46af19
VfModuleModelDescription:NULL
Artifacts UUID List:{
c49ed9d3-d216-4864-85b6-04526321221a
,
5972fa0b-0770-4855-bf7c-233d196217e0

}
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-12-28T07:54:56.235Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fcd89721-4358-4d51-893f-0a20ac46af19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "498ce113-993c-4a34-9755-fa21d17956f3",
    "vfModuleModelCustomizationUUID": "2477a1a5-9ed3-468d-ac79-78d56201edd1",
    "isBase": true,
    "artifacts": [
      "c49ed9d3-d216-4864-85b6-04526321221a",
      "5972fa0b-0770-4855-bf7c-233d196217e0"
    ],
    "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-12-28T07:54:56.236Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:498ce113-993c-4a34-9755-fa21d17956f3
VfModuleModelInvariantUUID:fcd89721-4358-4d51-893f-0a20ac46af19
VfModuleModelDescription:NULL
Artifacts UUID List:{
c49ed9d3-d216-4864-85b6-04526321221a
,
5972fa0b-0770-4855-bf7c-233d196217e0

}
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-12-28T07:54:56.236Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c49ed9d3-d216-4864-85b6-04526321221a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-28T07:54:56.236Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-28T07:54:56.236Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-28T07:54:56.303Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-28T07:54:56.303Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c49ed9d3-d216-4864-85b6-04526321221a 5033
2022-12-28T07:54:56.304Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-28T07:54:56.304Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-28T07:54:56.304Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:54:56.304Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:56.306Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:56.306Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214096304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:54:56.406Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:56.407Z||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-12-28T07:54:56.407Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:56.417Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:56.417Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:57.307Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5972fa0b-0770-4855-bf7c-233d196217e0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-28T07:54:57.307Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-28T07:54:57.308Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-28T07:54:57.358Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-28T07:54:57.359Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5972fa0b-0770-4855-bf7c-233d196217e0 903
2022-12-28T07:54:57.359Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-28T07:54:57.359Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-28T07:54:57.359Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:54:57.360Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:57.362Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:57.362Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214097359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:54:57.462Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:54:57.462Z||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-12-28T07:54:57.463Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:57.474Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:57.474Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:54:58.363Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4cf9b016-9938-4400-99c7-38a4ef2bf5cd
2022-12-28T07:54:58.364Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d09c5838-b6f3-4d18-9310-cb317c259b7e 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-12-28T07:54:58.375Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@372638b4, org.onap.sdc.toscaparser.api.parameters.Input@2be1ffc0, org.onap.sdc.toscaparser.api.parameters.Input@4123ddfa, org.onap.sdc.toscaparser.api.parameters.Input@64e1de1c, org.onap.sdc.toscaparser.api.parameters.Input@6204a9ac]
2022-12-28T07:54:58.376Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.376Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:58.377Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-12-28T07:54:58.377Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= de99e07b-2c68-4163-aecb-082a2b25813c
2022-12-28T07:54:58.377Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: de99e07b-2c68-4163-aecb-082a2b25813c matches Tosca VF Customization UUID: de99e07b-2c68-4163-aecb-082a2b25813c
2022-12-28T07:54:58.377Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: de99e07b-2c68-4163-aecb-082a2b25813c  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-12-28T07:54:58.379Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.379Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:58.380Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id de99e07b-2c68-4163-aecb-082a2b25813c: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-12-28T07:54:58.380Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7357a0f4
2022-12-28T07:54:58.380Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.380Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-28T07:54:58.380Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2477a1a5-9ed3-468d-ac79-78d56201edd1
2022-12-28T07:54:58.381Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2477a1a5-9ed3-468d-ac79-78d56201edd1
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-12-28T07:54:58.382Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.383Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-28T07:54:58.383Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:54:58.383Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.383Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-28T07:54:58.383Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:54:58.384Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.384Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-28T07:54:58.384Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-28T07:54:58.384Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-28T07:54:58.384Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b154604-800c-4896-a9a9-5281cbc6636f
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-12-28T07:54:58.387Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.387Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-28T07:54:58.387Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-28T07:54:58.387Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.388Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-28T07:54:58.388Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=de99e07b-2c68-4163-aecb-082a2b25813c
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-12-28T07:54:58.389Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.389Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:58.390Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4cf9b016-9938-4400-99c7-38a4ef2bf5cd: basic_vm_macro
2022-12-28T07:54:58.390Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.390Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:58.391Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.391Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:58.391Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.391Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:58.391Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.392Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:58.392Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:54:58.392Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:54:58.392Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||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-12-28T07:54:58.509Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d09c5838-b6f3-4d18-9310-cb317c259b7e 1 ASDC deployResourceStructure
2022-12-28T07:54:58.510Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-12-28T07:54:58.510Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-28T07:54:58.510Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:54:58.511Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:58.513Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:58.514Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214098510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:54:58.613Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:54:58.614Z||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-12-28T07:54:58.614Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:58.628Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:58.628Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:54:59.514Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-28T07:54:59.515Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-28T07:54:59.515Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:54:59.515Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:54:59.517Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:54:59.517Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214099514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:54:59.617Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:54:59.618Z||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-12-28T07:54:59.618Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:54:59.630Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:54:59.630Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:55:00.517Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-28T07:55:00.518Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-28T07:55:00.518Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:55:00.518Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:55:00.520Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:55:00.520Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214100517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-28T07:55:00.620Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:55:00.620Z||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-12-28T07:55:00.620Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:55:00.632Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:55:00.632Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:55:01.521Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-28T07:55:01.521Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-28T07:55:01.521Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:55:01.521Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:55:01.523Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:55:01.523Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214101520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:55:01.623Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:55:01.624Z||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-12-28T07:55:01.624Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:55:01.642Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:55:01.642Z||pool-127-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:55:02.524Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe04a509-b85a-46a1-9094-f9a458359ae8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:55:02.535Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe04a509-b85a-46a1-9094-f9a458359ae8
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-12-28T07:55:02.537Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:55:02.537Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:55:02.537Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:55:32.538Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe04a509-b85a-46a1-9094-f9a458359ae8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:55:32.565Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe04a509-b85a-46a1-9094-f9a458359ae8
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-12-28T07:55:32.572Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:55:32.572Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:55:32.572Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:55:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:55:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:55:48.517Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:55:48.566Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:55:48.568Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.568Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214022072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.569Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.569Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.569Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214024818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.569Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.570Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.570Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214023127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.570Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.570Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.570Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.570Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.571Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.571Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214029062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.571Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.571Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.571Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214022072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.571Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.572Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.572Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214023127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.572Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.572Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.572Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214024818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.572Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.573Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.573Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.573Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.573Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.573Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214029062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.573Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.574Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.574Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214022072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.574Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.574Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.574Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214023127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.574Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.575Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.575Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214024818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.575Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.575Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.575Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.576Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.576Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.576Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214029062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.576Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.576Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.576Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214022072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.577Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.577Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.577Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214023127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.577Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.577Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.577Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214024818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.578Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.578Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.578Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.578Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.578Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.579Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214029062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.579Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.579Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.579Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.579Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.579Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.580Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214034238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.580Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.580Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.580Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214034253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.580Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.581Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.581Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214029062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.581Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.581Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.581Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.581Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.582Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.582Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214035309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.582Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.582Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.582Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214035563,
  "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-12-28T07:55:48.588Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe04a509-b85a-46a1-9094-f9a458359ae8
2022-12-28T07:55:48.588Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe04a509-b85a-46a1-9094-f9a458359ae8 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-12-28T07:55:48.597Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.597Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214029062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.597Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.597Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.597Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.598Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.598Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.598Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214036380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.598Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.598Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.598Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214034757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.599Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.599Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.599Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214037145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.599Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.599Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.599Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.599Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.600Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.600Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214037405,
  "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-12-28T07:55:48.604Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe04a509-b85a-46a1-9094-f9a458359ae8
2022-12-28T07:55:48.604Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe04a509-b85a-46a1-9094-f9a458359ae8 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-12-28T07:55:48.612Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.612Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214034757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.612Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.612Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.612Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.612Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.612Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.613Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214038407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:55:48.613Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.613Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.613Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214034757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.613Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.613Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.613Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.613Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.613Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.613Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214034757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.615Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.615Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.615Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214034757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.615Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.615Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.615Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214039432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.615Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.615Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.615Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214034757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.616Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.616Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.616Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214034757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.616Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.616Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.616Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214042020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.616Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.616Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.616Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214034757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.616Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.617Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.617Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214043090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.617Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.617Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.617Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214044181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:55:48.617Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.617Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.617Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214043488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.617Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.617Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.617Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214044151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.617Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.618Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.618Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214045183,
  "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-12-28T07:55:48.623Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe04a509-b85a-46a1-9094-f9a458359ae8
2022-12-28T07:55:48.623Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe04a509-b85a-46a1-9094-f9a458359ae8 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-12-28T07:55:48.635Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.635Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214045215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.635Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.636Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.636Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214045766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:55:48.636Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.636Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.637Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214046299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.637Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.637Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.637Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214046769,
  "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-12-28T07:55:48.643Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe04a509-b85a-46a1-9094-f9a458359ae8
2022-12-28T07:55:48.643Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe04a509-b85a-46a1-9094-f9a458359ae8 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-12-28T07:55:48.655Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.655Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214047388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:55:48.656Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.656Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.656Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214048391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:55:48.656Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.657Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.657Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214049395,
  "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-12-28T07:55:48.657Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.657Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.657Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214050399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-28T07:55:48.658Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.658Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.658Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214051403,
  "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-12-28T07:55:48.658Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.658Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.659Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214052407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:55:48.659Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.659Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.659Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214063127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.660Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.660Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.660Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214069412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.660Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.660Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.660Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214036565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.661Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.661Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.661Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214063127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.662Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.662Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.663Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214069412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.663Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.663Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.663Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214036565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.663Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214063127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214036565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214069412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214063127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.664Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214036565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.665Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.665Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.665Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214069412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.665Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.665Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.665Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214063127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.665Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.665Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.665Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214036565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.665Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.665Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.666Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214069412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.666Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.666Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.666Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214063127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.666Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.668Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.668Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214036565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.669Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.669Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.669Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214069412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.669Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.669Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.669Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214063127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.669Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.669Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.669Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214036565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.669Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.669Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.669Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214069412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.670Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.670Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.670Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c9f47cc2-fb38-492b-9c9c-0489547e70e0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214083627,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:55:48.670Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.670Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.670Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214063127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.670Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.670Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.670Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214036565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.670Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.670Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.670Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214069412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.670Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.671Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.671Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.671Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.671Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.671Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214063127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.671Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.671Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.671Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214036565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.671Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.671Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.671Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672214069412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.671Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.671Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.672Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214086166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.672Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.672Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.672Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.672Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.672Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.672Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214087108,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.672Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.672Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.672Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214087127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:55:48.672Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.673Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.673Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214086166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.673Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.673Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.673Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-28T07:55:48.673Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.673Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.673Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214088136,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:55:48.673Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:55:48.673Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.673Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214086166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.674Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.674Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.674Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672214088456,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-28T07:55:48.684Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1a118204-b262-4d6b-b2d5-7aea73773911
2022-12-28T07:55:48.684Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a118204-b262-4d6b-b2d5-7aea73773911 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-12-28T07:55:48.690Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.691Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.691Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:55:48.691Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.691Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672214089137,
  "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-12-28T07:55:48.695Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1a118204-b262-4d6b-b2d5-7aea73773911
2022-12-28T07:55:48.695Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a118204-b262-4d6b-b2d5-7aea73773911 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-12-28T07:55:48.701Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:55:48.701Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214086166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:55:48.702Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:56:02.572Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe04a509-b85a-46a1-9094-f9a458359ae8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:56:02.583Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe04a509-b85a-46a1-9094-f9a458359ae8
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-12-28T07:56:02.585Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:56:02.585Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-28T07:56:02.585Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-28T07:56:02.585Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-28T07:56:02.585Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:56:02.585Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:56:02.585Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:56:02.585Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:56:02.585Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:56:02.585Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T07:56:02.590Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-28T07:56:32.590Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe04a509-b85a-46a1-9094-f9a458359ae8 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-12-28T07:56:32.596Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe04a509-b85a-46a1-9094-f9a458359ae8 and serviceModelVersionId: 4cf9b016-9938-4400-99c7-38a4ef2bf5cd
2022-12-28T07:56:32.596Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b513aafb-9991-45bd-ba8a-b50d07f7d145
2022-12-28T07:56:32.597Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b513aafb-9991-45bd-ba8a-b50d07f7d145/model-vers/model-ver/4cf9b016-9938-4400-99c7-38a4ef2bf5cd?depth=0
2022-12-28T07:56:32.600Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-28T07:56:32.635Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b513aafb-9991-45bd-ba8a-b50d07f7d145/model-vers/model-ver/4cf9b016-9938-4400-99c7-38a4ef2bf5cd?depth=0|INFO|500||Invoke
2022-12-28T07:56:32.636Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b513aafb-9991-45bd-ba8a-b50d07f7d145/model-vers/model-ver/4cf9b016-9938-4400-99c7-38a4ef2bf5cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b513aafb-9991-45bd-ba8a-b50d07f7d145/model-vers/model-ver/4cf9b016-9938-4400-99c7-38a4ef2bf5cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fe04a509-b85a-46a1-9094-f9a458359ae8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[31ed7fcc-d274-4b25-8449-ca736a1a1069], X-ECOMP-RequestID=[fe04a509-b85a-46a1-9094-f9a458359ae8], X-TransactionId=[], X-ONAP-RequestID=[fe04a509-b85a-46a1-9094-f9a458359ae8], Content-Type=[application/merge-patch+json]}
2022-12-28T07:56:32.655Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b513aafb-9991-45bd-ba8a-b50d07f7d145/model-vers/model-ver/4cf9b016-9938-4400-99c7-38a4ef2bf5cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-28T07:56:32.748Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b513aafb-9991-45bd-ba8a-b50d07f7d145/model-vers/model-ver/4cf9b016-9938-4400-99c7-38a4ef2bf5cd?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/b513aafb-9991-45bd-ba8a-b50d07f7d145/model-vers/model-ver/4cf9b016-9938-4400-99c7-38a4ef2bf5cd?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 07:56:34 GMT], content-length=[0], vertex-id=[176128], x-aai-txid=[1-aai-resources-221228-07:56:34:253-77656], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-28T07:56:32.748Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b513aafb-9991-45bd-ba8a-b50d07f7d145/model-vers/model-ver/4cf9b016-9938-4400-99c7-38a4ef2bf5cd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-28T07:56:32.748Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b513aafb-9991-45bd-ba8a-b50d07f7d145/model-vers/model-ver/4cf9b016-9938-4400-99c7-38a4ef2bf5cd?depth=0|INFO|500||InvokeReturn
2022-12-28T07:56:32.749Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-28T07:56:32.749Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||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-12-28T07:56:32.756Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-28T07:56:32.756Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe04a509-b85a-46a1-9094-f9a458359ae8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-28T07:56:32.756Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-28T07:56:32.756Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:56:32.758Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:56:32.758Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214192756,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:56:32.858Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:56:32.859Z||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-12-28T07:56:32.859Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:32.878Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:32.879Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 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-12-28T07:56:33.770Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:56:33.771Z|fe04a509-b85a-46a1-9094-f9a458359ae8|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-12-28T07:56:33.771Z|fe04a509-b85a-46a1-9094-f9a458359ae8|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:39.430Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:39.430Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-28T07:56:39.430Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1a118204-b262-4d6b-b2d5-7aea73773911","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"855b361b-f18f-486e-8c1f-464e04cc6ef5","serviceDescription":"service","serviceInvariantUUID":"7c3f57ab-efde-42a1-9960-be533303e0b3","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4a149f0c-9eb8-42f8-861a-154532f5d0f9","resourceInvariantUUID":"06ea5c99-f2a7-4931-ae22-3fe4ae3be898","resourceCustomizationUUID":"417d7455-69ea-4a07-8c4e-50ac09bdf7c4","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":"NDIzODg3NTZmMmViY2YxNjYxMDU1OTNmYTQzYTgwOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49dd78dc-43f2-470d-a37b-db3d66847e7c","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":"89f319a7-0902-41fc-b337-3ec2be248cc3","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":"cd594927-a2ad-4ea0-a9ca-7c59f01e914f","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":"MTVhY2JmYmIwZTFiZTBhMWU3NzQwYTM0YWU1YjFhOTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c919237b-f1d6-4d9e-89a7-3ae6b0a33cb6","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":"2dc10d1d-d23c-44a4-89b1-88a7138af559","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":"48a59eee-4cff-4ff4-8b3a-4ab96467020f","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":"a50f5a54-9b2c-4295-a631-6578ed70354e","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":"MTI4M2Y4Yjg0MDZmZDE5ZDMzMDcxZDI0ZDg4ZTA4ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"871334e2-f5b3-4eac-95b0-62d4ddaee769","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTE4ZDgzNDIwNTg2ZTY1YjUzM2FkNWMxYTU4MmNmYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfc55997-bade-4f8d-8e38-0f2be8af8f2d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-28T07:56:39.432Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:56:39.432Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:56:39.433Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:56:39.433Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:56:39.533Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:56:39.534Z||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-12-28T07:56:39.534Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:39.544Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:39.544Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:56:40.434Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:56:40.435Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:56:40.436Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:56:40.437Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:56:40.537Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:56:40.542Z||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-12-28T07:56:40.542Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:40.562Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:40.565Z||pool-130-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:56:41.437Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:56:41.438Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:56:41.440Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:56:41.440Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:56:41.540Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:56:41.541Z||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-12-28T07:56:41.541Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:41.560Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:41.561Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:56:42.441Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:56:42.442Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:56:42.444Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:56:42.444Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:56:42.544Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:56:42.545Z||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-12-28T07:56:42.545Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:42.564Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:42.565Z||pool-132-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:56:43.445Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:56:43.446Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:56:43.449Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:56:43.449Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:56:43.549Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:56:43.550Z||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-12-28T07:56:43.550Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:43.565Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:43.565Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:56:44.450Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:56:44.451Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:56:44.453Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:56:44.453Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:56:44.552Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:56:44.553Z||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-12-28T07:56:44.553Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:44.564Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:44.564Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-12-28T07:56:45.453Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:56:45.454Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:56:45.456Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:56:45.456Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:56:45.556Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:56:45.556Z||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-12-28T07:56:45.556Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:45.566Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:45.567Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:56:46.456Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:56:46.457Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:56:46.459Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:56:46.459Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:56:46.559Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:56:46.560Z||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-12-28T07:56:46.560Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:46.583Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:46.584Z||pool-136-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:56:47.459Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-28T07:56:47.460Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:56:47.462Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:56:47.462Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:56:47.561Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-28T07:56:47.562Z||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-12-28T07:56:47.562Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:47.574Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:47.574Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:56:48.463Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "855b361b-f18f-486e-8c1f-464e04cc6ef5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7c3f57ab-efde-42a1-9960-be533303e0b3",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "417d7455-69ea-4a07-8c4e-50ac09bdf7c4",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4a149f0c-9eb8-42f8-861a-154532f5d0f9",
      "resourceInvariantUUID": "06ea5c99-f2a7-4931-ae22-3fe4ae3be898",
      "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": "ZTE4ZDgzNDIwNTg2ZTY1YjUzM2FkNWMxYTU4MmNmYTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cfc55997-bade-4f8d-8e38-0f2be8af8f2d"
    }
  ],
  "workloadContext": "Production"
}
2022-12-28T07:56:48.463Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-28T07:56:48.463Z|fe04a509-b85a-46a1-9094-f9a458359ae8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 855b361b-f18f-486e-8c1f-464e04cc6ef5 ASDC
2022-12-28T07:56:48.464Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1a118204-b262-4d6b-b2d5-7aea73773911
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:855b361b-f18f-486e-8c1f-464e04cc6ef5
ServiceInvariantUUID:7c3f57ab-efde-42a1-9960-be533303e0b3
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:cfc55997-bade-4f8d-8e38-0f2be8af8f2d
ArtifactChecksum:ZTE4ZDgzNDIwNTg2ZTY1YjUzM2FkNWMxYTU4MmNmYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:417d7455-69ea-4a07-8c4e-50ac09bdf7c4
ResourceInvariantUUID:06ea5c99-f2a7-4931-ae22-3fe4ae3be898
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:4a149f0c-9eb8-42f8-861a-154532f5d0f9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-28T07:56:48.464Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 855b361b-f18f-486e-8c1f-464e04cc6ef5 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-12-28T07:56:48.486Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:56:48.487Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-28T07:56:48.487Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-28T07:56:48.487Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cfc55997-bade-4f8d-8e38-0f2be8af8f2d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-28T07:56:48.487Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-28T07:56:48.487Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-28T07:56:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:56:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T07:56:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:48.548Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-28T07:56:48.553Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar cfc55997-bade-4f8d-8e38-0f2be8af8f2d 111097
2022-12-28T07:56:48.553Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-28T07:56:48.553Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-28T07:56:48.553Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-28T07:56:48.554Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:56:48.554Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:48.554Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-28T07:56:48.554Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-28T07:56:48.555Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:56:48.555Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:56:48.555Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214208553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:56:48.655Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:56:48.656Z||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-12-28T07:56:48.656Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:48.666Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:48.667Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:56:49.556Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-28T07:56:49.556Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-28T07:56:49.557Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: cfc55997-bade-4f8d-8e38-0f2be8af8f2d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-28T07:56:49.557Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-28T07:56:49.557Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-28T07:56:49.557Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-28T07:56:49.686Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10269243525975177134/Definitions/service-TestPnfMacro-template.yml
2022-12-28T07:56:50.414Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-28T07:56:50.414Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-28T07:56:50.414Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-28T07:56:50.414Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-28T07:56:50.414Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-28T07:56:50.414Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-28T07:56:50.415Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-28T07:56:50.415Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-28T07:56:50.415Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-28T07:56:50.415Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-28T07:56:50.415Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-28T07:56:50.415Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-28T07:56:50.415Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:56:50.415Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:56:50.415Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-28T07:56:50.416Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-28T07:56:50.416Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:56:50.416Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:56:50.416Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:56:50.416Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-28T07:56:50.416Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-28T07:56:50.416Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-28T07:56:50.417Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:56:50.417Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:56:50.417Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:56:50.417Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:56:50.417Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:56:50.417Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:56:50.417Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:56:50.418Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:56:50.418Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:56:50.418Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:56:50.418Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:855b361b-f18f-486e-8c1f-464e04cc6ef5
Model Version:NULL
Model InvariantUuid:7c3f57ab-efde-42a1-9960-be533303e0b3
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-12-28T07:56:50.424Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4a149f0c-9eb8-42f8-861a-154532f5d0f9
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-12-28T07:56:50.426Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||test-pnf 0
2022-12-28T07:56:50.427Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4a149f0c-9eb8-42f8-861a-154532f5d0f9
2022-12-28T07:56:50.427Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 855b361b-f18f-486e-8c1f-464e04cc6ef5
2022-12-28T07:56:50.427Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 855b361b-f18f-486e-8c1f-464e04cc6ef5
2022-12-28T07:56:50.427Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 4a149f0c-9eb8-42f8-861a-154532f5d0f9 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-12-28T07:56:50.432Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56243d70, org.onap.sdc.toscaparser.api.parameters.Input@4d8f89dd, org.onap.sdc.toscaparser.api.parameters.Input@265d01eb, org.onap.sdc.toscaparser.api.parameters.Input@1f71aba5, org.onap.sdc.toscaparser.api.parameters.Input@6849ca86]
2022-12-28T07:56:50.432Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:56:50.432Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:56:50.432Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 855b361b-f18f-486e-8c1f-464e04cc6ef5: test-pnf
2022-12-28T07:56:50.432Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||Processing PNF resource: 4a149f0c-9eb8-42f8-861a-154532f5d0f9
2022-12-28T07:56:50.433Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-28T07:56:50.433Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-28T07:56:50.433Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||Resource customization UUID: 417d7455-69ea-4a07-8c4e-50ac09bdf7c4 is the same as notified resource customizationUUID: 417d7455-69ea-4a07-8c4e-50ac09bdf7c4
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-12-28T07:56:50.472Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 4a149f0c-9eb8-42f8-861a-154532f5d0f9 0 ASDC deployResourceStructure
2022-12-28T07:56:50.472Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-28T07:56:50.472Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-28T07:56:50.472Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-28T07:56:50.472Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:56:50.474Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:56:50.474Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214210472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:56:50.574Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:56:50.575Z||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-12-28T07:56:50.575Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:56:50.587Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:56:50.588Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-28T07:56:51.475Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a118204-b262-4d6b-b2d5-7aea73773911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:56:51.484Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a118204-b262-4d6b-b2d5-7aea73773911
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-12-28T07:56:51.486Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:56:51.486Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:56:51.486Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:57:21.486Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a118204-b262-4d6b-b2d5-7aea73773911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:57:21.497Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a118204-b262-4d6b-b2d5-7aea73773911
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-12-28T07:57:21.499Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:57:21.500Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-28T07:57:21.500Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-28T07:57:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:57:48.517Z||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-12-28T07:57:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:57:48.549Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:57:48.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214086166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214086166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214086166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214028514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:57:48.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214086166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214092775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:57:48.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:57:48.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214086166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:57:48.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214095287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:57:48.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:57:48.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214095228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:57:48.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:57:48.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214094757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214096304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:57:48.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:57:48.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214094757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214097359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:57:48.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:57:48.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214094757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214094757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214098510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-28T07:57:48.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:57:48.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214100283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:57:48.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:57:48.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214094757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214099514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-28T07:57:48.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:57:48.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "aai-model-loader",
  "timestamp": 1672214101285,
  "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-12-28T07:57:48.570Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1a118204-b262-4d6b-b2d5-7aea73773911
2022-12-28T07:57:48.570Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a118204-b262-4d6b-b2d5-7aea73773911 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-12-28T07:57:48.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214094757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214100517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-28T07:57:48.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:57:48.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214094757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214101520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:57:48.582Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:57:48.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214094757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:57:48.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214094757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:57:48.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:57:48.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214104513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:57:48.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:57:48.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214106349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:57:48.585Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:57:48.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:57:48.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672214107352,
  "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-12-28T07:57:48.590Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1a118204-b262-4d6b-b2d5-7aea73773911
2022-12-28T07:57:48.590Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a118204-b262-4d6b-b2d5-7aea73773911 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-12-28T07:57:51.500Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a118204-b262-4d6b-b2d5-7aea73773911
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-28T07:57:51.509Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a118204-b262-4d6b-b2d5-7aea73773911
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-12-28T07:57:51.511Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-28T07:57:51.512Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-28T07:57:51.512Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-28T07:57:51.512Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-28T07:57:51.512Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:57:51.512Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:57:51.512Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:57:51.512Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:57:51.512Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-28T07:57:51.512Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-28T07:57:51.516Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-28T07:58:21.517Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a118204-b262-4d6b-b2d5-7aea73773911 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-12-28T07:58:21.523Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a118204-b262-4d6b-b2d5-7aea73773911 and serviceModelVersionId: 855b361b-f18f-486e-8c1f-464e04cc6ef5
2022-12-28T07:58:21.523Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c3f57ab-efde-42a1-9960-be533303e0b3
2022-12-28T07:58:21.524Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c3f57ab-efde-42a1-9960-be533303e0b3/model-vers/model-ver/855b361b-f18f-486e-8c1f-464e04cc6ef5?depth=0
2022-12-28T07:58:21.528Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-28T07:58:21.566Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3f57ab-efde-42a1-9960-be533303e0b3/model-vers/model-ver/855b361b-f18f-486e-8c1f-464e04cc6ef5?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-12-28T07:58:21.567Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3f57ab-efde-42a1-9960-be533303e0b3/model-vers/model-ver/855b361b-f18f-486e-8c1f-464e04cc6ef5?depth=0|INFO|500||Invoke
2022-12-28T07:58:21.586Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3f57ab-efde-42a1-9960-be533303e0b3/model-vers/model-ver/855b361b-f18f-486e-8c1f-464e04cc6ef5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-28T07:58:21.689Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3f57ab-efde-42a1-9960-be533303e0b3/model-vers/model-ver/855b361b-f18f-486e-8c1f-464e04cc6ef5?depth=0|INFO|500||InvokeReturn
2022-12-28T07:58:21.691Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3f57ab-efde-42a1-9960-be533303e0b3/model-vers/model-ver/855b361b-f18f-486e-8c1f-464e04cc6ef5?depth=0 has http status code:200 and response headers:{date=[Wed, 28 Dec 2022 07:58:23 GMT], content-length=[0], vertex-id=[233600], x-aai-txid=[0-aai-resources-221228-07:58:23:189-81230], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-28T07:58:21.691Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-12-28T07:58:21.691Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-28T07:58:21.691Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||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-12-28T07:58:21.695Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-28T07:58:21.695Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a118204-b262-4d6b-b2d5-7aea73773911 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-28T07:58:21.695Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-28T07:58:21.696Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-28T07:58:21.698Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-28T07:58:21.698Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214301695,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:58:21.798Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-28T07:58:21.798Z||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-12-28T07:58:21.799Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xtoaVMIj2MgBTKYI) ...
2022-12-28T07:58:21.813Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:58:21.814Z||pool-140-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-28T07:58:22.714Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:58:22.714Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T07:58:22.715Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:58:32.281Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:58:32.281Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:58:32.282Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T07:58:32.282Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:58:41.827Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:58:41.828Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:58:41.829Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T07:58:41.829Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:58:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:58:48.516Z||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-12-28T07:58:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:58:48.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:58:48.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:58:48.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe04a509-b85a-46a1-9094-f9a458359ae8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214192756,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T07:58:48.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:58:48.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:58:48.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:58:48.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:58:48.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:58:48.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:58:48.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:58:48.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:58:48.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:58:48.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:58:48.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:58:48.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:58:48.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:58:48.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:58:48.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:58:48.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:58:48.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:58:48.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:58:48.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:58:48.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:58:48.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:58:48.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:58:48.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:58:48.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-28T07:58:48.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:58:48.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-28T07:58:48.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214193770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-28T07:58:48.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-12-28T07:58:51.403Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:58:51.404Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:58:51.404Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T07:58:51.404Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:59:00.963Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:59:48.513Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:59:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T07:59:48.515Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:59:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T07:59:48.516Z||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-12-28T07:59:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T07:59:48.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T07:59:48.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:59:48.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214208553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-28T07:59:48.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:59:48.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-28T07:59:48.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214210472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-28T07:59:48.550Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T07:59:58.070Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:00:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:00:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:00:48.516Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:00:48.516Z||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-12-28T08:00:48.516Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:00:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:00:49.057Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:00:49.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-28T08:00:49.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a118204-b262-4d6b-b2d5-7aea73773911",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672214301695,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-28T08:00:49.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-28T08:00:58.097Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:01:48.513Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:01:48.515Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:01:48.515Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:01:48.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:01:48.516Z||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-12-28T08:01:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:01:58.084Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:01:58.085Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:02:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:02:48.515Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:02:48.515Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:02:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:02:48.516Z||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-12-28T08:02:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:02:58.063Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:02:58.087Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:03:48.513Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:03:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:03:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:03:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:03:48.516Z||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-12-28T08:03:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:03:58.064Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:03:58.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:04:48.513Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:04:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:04:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:04:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:04:48.516Z||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-12-28T08:04:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:04:58.067Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:04:58.074Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:05:48.513Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:05:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:05:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:05:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:05:48.516Z||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-12-28T08:05:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:05:58.069Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:05:58.076Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:06:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:06:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:06:48.515Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:06:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:06:48.516Z||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-12-28T08:06:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:06:58.086Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:06:58.106Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:07:48.513Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:07:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:07:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:07:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:07:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:07:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:07:58.055Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:07:58.087Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:08:48.513Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:08:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:08:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:08:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:08:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T08:08:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:08:58.068Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:08:58.068Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:09:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:09:48.516Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:09:48.516Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:09:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:09:48.516Z||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-12-28T08:09:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:09:58.071Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:09:58.074Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:10:48.513Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:10:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:10:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:10:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:10:48.516Z||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-12-28T08:10:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:10:58.088Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:10:58.091Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:11:48.513Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:11:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:11:48.515Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:11:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:11:48.516Z||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-12-28T08:11:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:11:58.063Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:11:58.075Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:12:48.513Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:12:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:12:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:12:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:12:48.516Z||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-12-28T08:12:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:12:58.073Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:12:58.083Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:13:48.513Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:13:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:13:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:13:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:13:48.516Z||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-12-28T08:13:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:13:58.077Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:13:58.078Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:14:48.513Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:14:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:14:48.514Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:14:48.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:14:48.516Z||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-12-28T08:14:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:14:58.106Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:14:58.136Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:15:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:15:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:15:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:15:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:15:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T08:15:48.517Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:15:58.081Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:15:58.081Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:16:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:16:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:16:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:16:48.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:16:48.516Z||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-12-28T08:16:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:16:58.084Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:16:58.085Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:17:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:17:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:17:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:17:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:17:48.516Z||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-12-28T08:17:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:17:58.071Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:17:58.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:18:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:18:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:18:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:18:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:18:48.516Z||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-12-28T08:18:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:18:58.080Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:18:58.101Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:19:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:19:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:19:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:19:48.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:19:48.516Z||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-12-28T08:19:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:19:58.073Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:19:58.073Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:20:48.513Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:20:48.514Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:20:48.515Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:20:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:20:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T08:20:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:20:58.075Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:20:58.079Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:21:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:21:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T08:21:48.514Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T08:21:48.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:21:48.516Z||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-12-28T08:21:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:21:58.068Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:21:58.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:22:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:22:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T08:22:48.514Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T08:22:48.516Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:22:48.516Z||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-12-28T08:22:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:22:58.075Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:22:58.075Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:23:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:23:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T08:23:48.515Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T08:23:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:23:48.516Z||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-12-28T08:23:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:23:58.057Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:23:58.064Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:24:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:24:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T08:24:48.514Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T08:24:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:24:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:24:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:24:58.107Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:24:58.110Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:25:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:25:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T08:25:48.514Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T08:25:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:25:48.516Z||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-12-28T08:25:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:25:58.086Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:25:58.087Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:26:48.513Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:26:48.514Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-28T08:26:48.514Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xtoaVMIj2MgBTKYI) ...
2022-12-28T08:26:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:26:48.516Z||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-12-28T08:26:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:26:58.079Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:26:58.092Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:27:48.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:27:48.515Z||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-12-28T08:27:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:27:48.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:27:48.516Z||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-12-28T08:27:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:27:58.064Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:27:58.078Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:28:48.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:28:48.515Z||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-12-28T08:28:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:28:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:28:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:28:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:28:58.084Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:28:58.084Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:29:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:29:48.514Z||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-12-28T08:29:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:29:48.516Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:29:48.516Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:29:48.516Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:29:58.084Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:29:58.089Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:30:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:30:48.515Z||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-12-28T08:30:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:30:48.516Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:30:48.516Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:30:48.516Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:30:58.099Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:30:58.116Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:31:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:31:48.514Z||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-12-28T08:31:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:31:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:31:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T08:31:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:31:58.067Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:31:58.071Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:32:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:32:48.514Z||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-12-28T08:32:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:32:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:32:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:32:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:32:58.073Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:32:58.093Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:33:48.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:33:48.515Z||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-12-28T08:33:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:33:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:33:48.516Z||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-12-28T08:33:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:33:58.069Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:33:58.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:34:48.515Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:34:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:34:48.516Z||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-12-28T08:34:48.516Z||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-12-28T08:34:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:34:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:34:58.111Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:34:58.117Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:35:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:35:48.514Z||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-12-28T08:35:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:35:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:35:48.517Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T08:35:48.517Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:35:58.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:35:58.082Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:36:48.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:36:48.515Z||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-12-28T08:36:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:36:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:36:48.516Z||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-12-28T08:36:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:36:58.088Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:36:58.090Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:37:48.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:37:48.515Z||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-12-28T08:37:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:37:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:37:48.516Z||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-12-28T08:37:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:37:58.062Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:37:58.074Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:38:48.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:38:48.514Z||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-12-28T08:38:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:38:48.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:38:48.516Z||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-12-28T08:38:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:38:58.064Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:38:58.065Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:39:48.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:39:48.515Z||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-12-28T08:39:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:39:48.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:39:48.516Z||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-12-28T08:39:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:39:58.082Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:39:58.083Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:40:48.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:40:48.515Z||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-12-28T08:40:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:40:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:40:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:40:48.517Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:40:58.095Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:40:58.098Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:41:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:41:48.514Z||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-12-28T08:41:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:41:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:41:48.516Z||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-12-28T08:41:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:41:58.066Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:41:58.066Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:42:48.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:42:48.514Z||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-12-28T08:42:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:42:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:42:48.516Z||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-12-28T08:42:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:42:58.085Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:42:58.088Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:43:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:43:48.514Z||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-12-28T08:43:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:43:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:43:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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-12-28T08:43:48.516Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:43:58.053Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:43:58.055Z|ffb32da7-531d-4dfd-9562-8db38cca07d1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:44:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:44:48.514Z||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-12-28T08:44:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:44:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:44:48.516Z||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-12-28T08:44:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:44:58.077Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:44:58.079Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:45:48.514Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:45:48.515Z||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-12-28T08:45:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:45:48.516Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:45:48.517Z|1a118204-b262-4d6b-b2d5-7aea73773911|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-12-28T08:45:48.517Z|1a118204-b262-4d6b-b2d5-7aea73773911|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:45:58.079Z|1a118204-b262-4d6b-b2d5-7aea73773911|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:45:58.082Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:46:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:46:48.514Z||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-12-28T08:46:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:46:48.516Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:46:48.516Z||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-12-28T08:46:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:46:58.064Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:46:58.090Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:47:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:47:48.514Z||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-12-28T08:47:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:47:48.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:47:48.516Z||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-12-28T08:47:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:47:58.087Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:47:58.102Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:48:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:48:48.514Z||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-12-28T08:48:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:48:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:48:48.516Z||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-12-28T08:48:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:48:58.098Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:48:58.109Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:49:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:49:48.514Z||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-12-28T08:49:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:49:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:49:48.516Z||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-12-28T08:49:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:49:58.062Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:49:58.089Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:50:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:50:48.514Z||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-12-28T08:50:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:50:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:50:48.516Z||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-12-28T08:50:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:50:58.080Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:50:58.090Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:51:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:51:48.515Z||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-12-28T08:51:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:51:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:51:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:51:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:51:58.073Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:51:58.073Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:52:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:52:48.514Z||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-12-28T08:52:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:52:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:52:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:52:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:52:58.061Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:52:58.083Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:53:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:53:48.514Z||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-12-28T08:53:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:53:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:53:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:53:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:53:58.072Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:53:58.079Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:54:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:54:48.515Z||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-12-28T08:54:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:54:48.516Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:54:48.516Z||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-12-28T08:54:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:54:58.080Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:54:58.100Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:55:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:55:48.514Z||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-12-28T08:55:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:55:48.516Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:55:48.516Z||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-12-28T08:55:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:55:58.072Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:55:58.080Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:56:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:56:48.515Z||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-12-28T08:56:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:56:48.516Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:56:48.516Z||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-12-28T08:56:48.517Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:56:58.084Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:56:58.106Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:57:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:57:48.514Z||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-12-28T08:57:48.515Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:57:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:57:48.516Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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-12-28T08:57:48.517Z|3145b98a-bc8e-43f3-8463-f621f3314b75|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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:57:58.076Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:57:58.076Z|3145b98a-bc8e-43f3-8463-f621f3314b75|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:58:48.513Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:58:48.514Z||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-12-28T08:58:48.514Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:58:48.516Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-28T08:58:48.516Z||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-12-28T08:58:48.516Z||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 xtoaVMIj2MgBTKYI) ...
2022-12-28T08:58:58.087Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-28T08:58:58.106Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK