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)

2023-01-05T05:39:09.112Z||main|||||INFO|500||The following profiles are active: basic
2023-01-05T05:39:22.544Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-05T05:39:22.545Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-05T05:39:22.838Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-05T05:39:28.334Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-05T05:39:28.819Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-05T05:39:29.469Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-05T05:39:29.480Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-05T05:39:29.641Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-05T05:39:29.911Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-05T05:39:30.607Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-05T05:39:32.904Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-05T05:39:35.512Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-05T05:39:35.582Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-05T05:39:36.341Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-05T05:39:36.623Z||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.
2023-01-05T05:39:37.955Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-05T05:39:39.153Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-01-05T05:39:39.195Z||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$$85ff0a1e.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)
2023-01-05T05:39:39.196Z||main|||||WARN|500||The sdc end point is not alive
2023-01-05T05:39:42.963Z||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
2023-01-05T05:39:46.597Z||main|||||WARN|500||---
2023-01-05T05:39:46.598Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-05T05:39:46.598Z||main|||||WARN|500||---
2023-01-05T05:39:47.181Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-05T05:39:54.018Z||main|||||INFO|500||Started Application in 50.18 seconds (JVM running for 53.01)
2023-01-05T05:39:54.074Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-05T05:39:54.078Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-05T05:39:54.105Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-05T05:39:54.140Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-05T05:39:54.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22144fcf-77d4-4dd6-b9f9-a2536e95a08f url= /sdc/v1/artifactTypes
2023-01-05T05:39:54.207Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-05T05:39:54.648Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-05T05:39:54.747Z||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
2023-01-05T05:39:54.780Z||scheduling-1|||||DEBUG|500||create keys
2023-01-05T05:39:54.791Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-05T05:39:54.850Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:39:54.876Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b0ff4277-e999-4e91-a537-03e374f006b0 url= /sdc/v1/registerForDistribution
2023-01-05T05:39:54.989Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b0ff4277-e999-4e91-a537-03e374f006b0 url= /sdc/v1/registerForDistribution
2023-01-05T05:39:54.991Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-05T05:39:55.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:39:55.029Z||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.
2023-01-05T05:39:55.030Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:39:55.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:39:55.033Z||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.
2023-01-05T05:39:55.034Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:39:55.038Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-05T05:40:05.337Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:40:05.339Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:40:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:40:55.020Z||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.
2023-01-05T05:40:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:40:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:40:55.032Z||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.
2023-01-05T05:40:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:41:04.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:41:04.599Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:41:55.019Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:41:55.028Z||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.
2023-01-05T05:41:55.029Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:41:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:41:55.036Z||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.
2023-01-05T05:41:55.036Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:42:04.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:42:04.601Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:42:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:42:55.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:42:55.069Z||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.
2023-01-05T05:42:55.069Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:42:55.077Z||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.
2023-01-05T05:42:55.078Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:43:04.632Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:43:04.635Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:43:55.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:43:55.021Z||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.
2023-01-05T05:43:55.021Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:43:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:43:55.032Z||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.
2023-01-05T05:43:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:44:04.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:44:04.569Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:44:55.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:44:55.019Z||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.
2023-01-05T05:44:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:44:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:44:55.032Z||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.
2023-01-05T05:44:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:45:04.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:45:04.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:45:55.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:45:55.019Z||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.
2023-01-05T05:45:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:45:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:45:55.032Z||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.
2023-01-05T05:45:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:46:04.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:46:04.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:46:55.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:46:55.019Z||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.
2023-01-05T05:46:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:46:55.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:46:55.033Z||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.
2023-01-05T05:46:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:47:04.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:47:04.573Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:47:55.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:47:55.020Z||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.
2023-01-05T05:47:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:47:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:47:55.034Z||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.
2023-01-05T05:47:55.034Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:48:04.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:48:04.567Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:48:55.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:48:55.020Z||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.
2023-01-05T05:48:55.021Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:48:55.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:48:55.032Z||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.
2023-01-05T05:48:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:49:04.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:49:04.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:49:54.667Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-05T05:49:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:49:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T05:49:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T05:49:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:49:55.032Z||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.
2023-01-05T05:49:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:50:04.563Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:50:04.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:50:55.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:50:55.021Z||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.
2023-01-05T05:50:55.021Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:50:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:50:55.032Z||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.
2023-01-05T05:50:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:51:04.567Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:51:04.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:51:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:51:55.019Z||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.
2023-01-05T05:51:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:51:55.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:51:55.032Z||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.
2023-01-05T05:51:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:52:04.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:52:04.567Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:52:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:52:55.019Z||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.
2023-01-05T05:52:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:52:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:52:55.032Z||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.
2023-01-05T05:52:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:53:04.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:53:04.574Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:53:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:53:55.019Z||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.
2023-01-05T05:53:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:53:55.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:53:55.032Z||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.
2023-01-05T05:53:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:54:04.571Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:54:04.571Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:54:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:54:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T05:54:55.020Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T05:54:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:54:55.032Z||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.
2023-01-05T05:54:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:55:04.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:55:04.567Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:55:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:55:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T05:55:55.020Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T05:55:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:55:55.032Z||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.
2023-01-05T05:55:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:56:04.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:56:04.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:56:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:56:55.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T05:56:55.020Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T05:56:55.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:56:55.032Z||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.
2023-01-05T05:56:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:57:04.569Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:57:04.575Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:57:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:57:55.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T05:57:55.020Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T05:57:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:57:55.032Z||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.
2023-01-05T05:57:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:58:04.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:58:04.567Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:58:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:58:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T05:58:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T05:58:55.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:58:55.032Z||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.
2023-01-05T05:58:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:59:04.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:59:04.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T05:59:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:59:55.019Z||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.
2023-01-05T05:59:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T05:59:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T05:59:55.031Z||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.
2023-01-05T05:59:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:00:04.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:00:04.569Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:00:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:00:55.018Z||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.
2023-01-05T06:00:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:00:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:00:55.032Z||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.
2023-01-05T06:00:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:01:04.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:01:04.578Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:01:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:01:55.019Z||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.
2023-01-05T06:01:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:01:55.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:01:55.031Z||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.
2023-01-05T06:01:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:02:04.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:02:04.567Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:02:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:02:55.020Z||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.
2023-01-05T06:02:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:02:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:02:55.031Z||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.
2023-01-05T06:02:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:03:04.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:03:04.566Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:03:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:03:55.024Z||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.
2023-01-05T06:03:55.025Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:03:55.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:03:55.032Z||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.
2023-01-05T06:03:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:04:04.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:04:04.568Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:04:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:04:55.019Z||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.
2023-01-05T06:04:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:04:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:04:55.032Z||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.
2023-01-05T06:04:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:05:04.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:05:04.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:05:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:05:55.019Z||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.
2023-01-05T06:05:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:05:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:05:55.032Z||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.
2023-01-05T06:05:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:06:04.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:06:04.565Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:06:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:06:55.019Z||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.
2023-01-05T06:06:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:06:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:06:55.032Z||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.
2023-01-05T06:06:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:07:04.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:07:04.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:07:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:07:55.018Z||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.
2023-01-05T06:07:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:07:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:07:55.031Z||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.
2023-01-05T06:07:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:08:04.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:08:04.568Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:08:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:08:55.020Z||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.
2023-01-05T06:08:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:08:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:08:55.031Z||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.
2023-01-05T06:08:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:09:04.565Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:09:04.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:09:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:09:55.019Z||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.
2023-01-05T06:09:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:09:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:09:55.032Z||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.
2023-01-05T06:09:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:10:04.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:10:04.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:10:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:10:55.020Z||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.
2023-01-05T06:10:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:10:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:10:55.032Z||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.
2023-01-05T06:10:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:11:04.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:11:04.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:11:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:11:55.019Z||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.
2023-01-05T06:11:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:11:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:11:55.032Z||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.
2023-01-05T06:11:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:12:04.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:12:04.569Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:12:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:12:55.020Z||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.
2023-01-05T06:12:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:12:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:12:55.032Z||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.
2023-01-05T06:12:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:13:04.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:13:04.568Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:13:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:13:55.019Z||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.
2023-01-05T06:13:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:13:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:13:55.032Z||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.
2023-01-05T06:13:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:14:04.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:14:04.594Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:14:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:14:55.019Z||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.
2023-01-05T06:14:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:14:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:14:55.032Z||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.
2023-01-05T06:14:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:15:04.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:15:04.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:15:55.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:15:55.018Z||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.
2023-01-05T06:15:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:15:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:15:55.031Z||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.
2023-01-05T06:15:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:16:04.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:16:04.567Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:16:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:16:55.019Z||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.
2023-01-05T06:16:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:16:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:16:55.032Z||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.
2023-01-05T06:16:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:17:04.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:17:04.568Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:17:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:17:55.019Z||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.
2023-01-05T06:17:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:17:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:17:55.032Z||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.
2023-01-05T06:17:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:18:04.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:18:04.572Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:18:55.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:18:55.019Z||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.
2023-01-05T06:18:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:18:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:18:55.032Z||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.
2023-01-05T06:18:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:19:04.582Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:19:04.582Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:19:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:19:55.020Z||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.
2023-01-05T06:19:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:19:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:19:55.032Z||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.
2023-01-05T06:19:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:20:04.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:20:04.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:20:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:20:55.019Z||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.
2023-01-05T06:20:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:20:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:20:55.031Z||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.
2023-01-05T06:20:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:21:04.567Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:21:04.589Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:21:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:21:55.019Z||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.
2023-01-05T06:21:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:21:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:21:55.032Z||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.
2023-01-05T06:21:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:22:04.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:22:04.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:22:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:22:55.019Z||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.
2023-01-05T06:22:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:22:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:22:55.032Z||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.
2023-01-05T06:22:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:23:04.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:23:04.569Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:23:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:23:55.019Z||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.
2023-01-05T06:23:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:23:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:23:55.032Z||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.
2023-01-05T06:23:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:24:04.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:24:04.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:24:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:24:55.020Z||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.
2023-01-05T06:24:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:24:55.035Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:24:55.035Z||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.
2023-01-05T06:24:55.036Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:25:04.573Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:25:04.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:25:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:25:55.019Z||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.
2023-01-05T06:25:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:25:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:25:55.032Z||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.
2023-01-05T06:25:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:26:04.561Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:26:04.562Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:26:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:26:55.019Z||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.
2023-01-05T06:26:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:26:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:26:55.032Z||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.
2023-01-05T06:26:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:27:04.563Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:27:04.573Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:27:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:27:55.019Z||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.
2023-01-05T06:27:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:27:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:27:55.032Z||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.
2023-01-05T06:27:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:28:04.573Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:28:04.576Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:28:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:28:55.019Z||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.
2023-01-05T06:28:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:28:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:28:55.032Z||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.
2023-01-05T06:28:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:29:04.570Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:29:04.571Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:29:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:29:55.019Z||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.
2023-01-05T06:29:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:29:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:29:55.032Z||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.
2023-01-05T06:29:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:30:04.576Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:30:04.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:30:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:30:55.019Z||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.
2023-01-05T06:30:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:30:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:30:55.032Z||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.
2023-01-05T06:30:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:31:04.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:31:04.573Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:31:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:31:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:31:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:31:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:31:55.032Z||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.
2023-01-05T06:31:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:32:04.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:32:04.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:32:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:32:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:32:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:32:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:32:55.032Z||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.
2023-01-05T06:32:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:33:04.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:33:04.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:33:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:33:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:33:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:33:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:33:55.032Z||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.
2023-01-05T06:33:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:34:04.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:34:04.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:34:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:34:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:34:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:34:55.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:34:55.032Z||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.
2023-01-05T06:34:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:35:04.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:35:04.566Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:35:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:35:55.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:35:55.020Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:35:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:35:55.032Z||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.
2023-01-05T06:35:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:36:04.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:36:04.570Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:36:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:36:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:36:55.020Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:36:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:36:55.032Z||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.
2023-01-05T06:36:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:37:04.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:37:04.576Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:37:55.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:37:55.019Z||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.
2023-01-05T06:37:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:37:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:37:55.032Z||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.
2023-01-05T06:37:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:38:04.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:38:04.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:38:55.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:38:55.019Z||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.
2023-01-05T06:38:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:38:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:38:55.033Z||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.
2023-01-05T06:38:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:39:04.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:39:04.578Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:39:55.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:39:55.019Z||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.
2023-01-05T06:39:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:39:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:39:55.032Z||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.
2023-01-05T06:39:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:40:04.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:40:04.583Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:40:55.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:40:55.019Z||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.
2023-01-05T06:40:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:40:55.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:40:55.032Z||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.
2023-01-05T06:40:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:41:04.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:41:04.569Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:41:55.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:41:55.019Z||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.
2023-01-05T06:41:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:41:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:41:55.031Z||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.
2023-01-05T06:41:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:42:04.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:42:04.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:42:55.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:42:55.018Z||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.
2023-01-05T06:42:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:42:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:42:55.031Z||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.
2023-01-05T06:42:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:43:04.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:43:04.571Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:43:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:43:55.020Z||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.
2023-01-05T06:43:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:43:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:43:55.032Z||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.
2023-01-05T06:43:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:04.569Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:44:04.572Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:44:55.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:44:55.020Z||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.
2023-01-05T06:44:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:44:55.032Z||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.
2023-01-05T06:44:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:55.644Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:44:55.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7a0f607-6666-4f2e-acc6-ce1fa4eff983","serviceName":"vFW 2023-01-05 06-42-58","serviceVersion":"1.0","serviceUUID":"eef50b54-fd4d-4bcd-8382-73a0367fc9cc","serviceDescription":"catalog service description","serviceInvariantUUID":"4225e729-4e7c-4439-bbde-2e6b8246d21f","resources":[{"resourceInstanceName":"vFW 6128dcc0-6430 0","resourceName":"vFW 6128dcc0-6430","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e61a98e7-9cb5-4107-a740-1e2f49d21853","resourceInvariantUUID":"2c65a160-4d55-4301-a359-7d4c8bf9ed08","resourceCustomizationUUID":"f6891ad1-c605-499e-95be-dbaf6532b88d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml","artifactChecksum":"NWY2Mzg5ZWFjZDRmOTExZmZmNjFjZjUzMjkxMTY4N2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e04cbbbb-35e2-4ddd-9144-449af7dae5f2","artifactVersion":"1"},{"artifactName":"vfw6128dcc064300_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json","artifactChecksum":"OTM5YzI3MGRhMjNkOWMxYzEzNGM0Yzk4YWYxYzNmZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5266770e-241a-4466-bfa6-8d359dc447ff","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7089d8c6-3faf-475e-a5dd-2cdab8c1f858","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml","artifactChecksum":"MjAzYzA3OWJjYzdhMTRmODM0YzQ2MjllZmEyYzM3NjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8987a07a-821f-4f50-9333-fcc078fbd173","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e2c72578-fc1e-4da6-a8ae-0b1027d6f275","artifactVersion":"2","generatedFromUUID":"7089d8c6-3faf-475e-a5dd-2cdab8c1f858"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230105064258-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml","artifactChecksum":"YWEyMTIyNDhiMjNmN2I5NzU1MDY3YmFkOTRhMTM5OTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c16399ed-d70d-4741-8d14-86d7d11b96b9","artifactVersion":"1"},{"artifactName":"service-Vfw20230105064258-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar","artifactChecksum":"ZjFkNjk3ZmJlNzlhYWIzYWVmM2VlMGIzZWE4MzdiMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff1f40d4-8427-4f9f-bc73-7143e6dcf098","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T06:44:55.663Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:44:55.664Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:44:55.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901026213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.677Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:44:55.692Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:44:55.693Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901038814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901001530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901026213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T06:44:55.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901038814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901001530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901026213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-05T06:44:55.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901038814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901001530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901026213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901038814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901001530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901026213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-05T06:44:55.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901038814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901001530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901026213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901038814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901001530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901026213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:44:55.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901038814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:55.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901001530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:44:55.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:55.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901057021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:44:55.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:55.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901057317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:44:55.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:55.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901058141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:44:55.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:55.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:55.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901058336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2023-01-05T06:44:55.792Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-05T06:44:55.798Z||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.
2023-01-05T06:44:55.798Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:55.817Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:44:55.818Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T06:44:56.008Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7a0f607-6666-4f2e-acc6-ce1fa4eff983
2023-01-05T06:44:56.033Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a0f607-6666-4f2e-acc6-ce1fa4eff983 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 (?, ?, ?, ?, ?)
2023-01-05T06:44:56.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901059209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:44:56.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901059168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901059168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901060323,
  "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=?
2023-01-05T06:44:56.074Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7a0f607-6666-4f2e-acc6-ce1fa4eff983
2023-01-05T06:44:56.075Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a0f607-6666-4f2e-acc6-ce1fa4eff983 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 (?, ?, ?, ?, ?)
2023-01-05T06:44:56.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901059168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901061330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901059168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901059168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901059168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901059168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901066452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901069576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901069576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901069576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901069576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901069576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901069576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901069576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901077549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:56.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901082711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T06:44:56.090Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:56.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901083716,
  "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=?
2023-01-05T06:44:56.095Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7a0f607-6666-4f2e-acc6-ce1fa4eff983
2023-01-05T06:44:56.095Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a0f607-6666-4f2e-acc6-ce1fa4eff983 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 (?, ?, ?, ?, ?)
2023-01-05T06:44:56.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901084537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T06:44:56.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:44:56.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:44:56.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901085541,
  "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=?
2023-01-05T06:44:56.125Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7a0f607-6666-4f2e-acc6-ce1fa4eff983
2023-01-05T06:44:56.125Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7a0f607-6666-4f2e-acc6-ce1fa4eff983 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 (?, ?, ?, ?, ?)
2023-01-05T06:44:56.701Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:44:56.701Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:44:56.704Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:44:56.704Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T06:44:56.804Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:44:56.806Z||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.
2023-01-05T06:44:56.806Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:56.819Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:44:56.819Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:44:57.705Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:44:57.706Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:44:57.709Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:44:57.709Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-05T06:44:57.809Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:44:57.811Z||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.
2023-01-05T06:44:57.811Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:57.824Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:44:57.825Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-05T06:44:58.709Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:44:58.710Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:44:58.712Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:44:58.712Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:44:58.813Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:44:58.814Z||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.
2023-01-05T06:44:58.814Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:58.825Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:44:58.826Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:44:59.713Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:44:59.714Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:44:59.716Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:44:59.716Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-05T06:44:59.816Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:44:59.818Z||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.
2023-01-05T06:44:59.818Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:44:59.832Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:44:59.833Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:00.717Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:45:00.718Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:00.724Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:00.724Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:45:00.824Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:45:00.826Z||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.
2023-01-05T06:45:00.826Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:00.840Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:45:00.841Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:01.725Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:45:01.726Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:01.728Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:01.728Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:45:01.829Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:45:01.830Z||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.
2023-01-05T06:45:01.830Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:01.847Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:45:01.848Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:02.730Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "serviceName": "vFW 2023-01-05 06-42-58",
  "serviceVersion": "1.0",
  "serviceUUID": "eef50b54-fd4d-4bcd-8382-73a0367fc9cc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4225e729-4e7c-4439-bbde-2e6b8246d21f",
  "resources": [
    {
      "resourceInstanceName": "vFW 6128dcc0-6430 0",
      "resourceCustomizationUUID": "f6891ad1-c605-499e-95be-dbaf6532b88d",
      "resourceName": "vFW 6128dcc0-6430",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e61a98e7-9cb5-4107-a740-1e2f49d21853",
      "resourceInvariantUUID": "2c65a160-4d55-4301-a359-7d4c8bf9ed08",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6128dcc064300_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
          "artifactChecksum": "OTM5YzI3MGRhMjNkOWMxYzEzNGM0Yzk4YWYxYzNmZTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5266770e-241a-4466-bfa6-8d359dc447ff",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7089d8c6-3faf-475e-a5dd-2cdab8c1f858",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e2c72578-fc1e-4da6-a8ae-0b1027d6f275",
            "generatedFromUUID": "7089d8c6-3faf-475e-a5dd-2cdab8c1f858"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e2c72578-fc1e-4da6-a8ae-0b1027d6f275",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230105064258-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
      "artifactChecksum": "ZjFkNjk3ZmJlNzlhYWIzYWVmM2VlMGIzZWE4MzdiMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff1f40d4-8427-4f9f-bc73-7143e6dcf098"
    }
  ],
  "workloadContext": "Production"
}
2023-01-05T06:45:02.732Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T06:45:02.732Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eef50b54-fd4d-4bcd-8382-73a0367fc9cc ASDC
2023-01-05T06:45:02.845Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e7a0f607-6666-4f2e-acc6-ce1fa4eff983
ServiceName:vFW 2023-01-05 06-42-58
ServiceVersion:1.0
ServiceUUID:eef50b54-fd4d-4bcd-8382-73a0367fc9cc
ServiceInvariantUUID:4225e729-4e7c-4439-bbde-2e6b8246d21f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230105064258-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar
ArtifactUUID:ff1f40d4-8427-4f9f-bc73-7143e6dcf098
ArtifactChecksum:ZjFkNjk3ZmJlNzlhYWIzYWVmM2VlMGIzZWE4MzdiMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6128dcc0-6430 0
ResourceCustomizationUUID:f6891ad1-c605-499e-95be-dbaf6532b88d
ResourceInvariantUUID:2c65a160-4d55-4301-a359-7d4c8bf9ed08
ResourceName:vFW 6128dcc0-6430
ResourceType:VF
ResourceUUID:e61a98e7-9cb5-4107-a740-1e2f49d21853
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6128dcc064300_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json
ArtifactUUID:5266770e-241a-4466-bfa6-8d359dc447ff
ArtifactChecksum:OTM5YzI3MGRhMjNkOWMxYzEzNGM0Yzk4YWYxYzNmZTc=
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/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml
ArtifactUUID:7089d8c6-3faf-475e-a5dd-2cdab8c1f858
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/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env
ArtifactUUID:e2c72578-fc1e-4da6-a8ae-0b1027d6f275
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/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env
ArtifactUUID:e2c72578-fc1e-4da6-a8ae-0b1027d6f275
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-05T06:45:02.845Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eef50b54-fd4d-4bcd-8382-73a0367fc9cc 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=?
2023-01-05T06:45:02.912Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T06:45:02.914Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-05T06:45:02.915Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-05T06:45:02.915Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ff1f40d4-8427-4f9f-bc73-7143e6dcf098 from URL: /sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:02.915Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:45:02.917Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:03.029Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:45:03.050Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar ff1f40d4-8427-4f9f-bc73-7143e6dcf098 101525
2023-01-05T06:45:03.052Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar ASDC sendASDCNotification
2023-01-05T06:45:03.052Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:03.055Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:45:03.056Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:03.058Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:03.059Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901103050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:45:03.159Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:45:03.161Z||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.
2023-01-05T06:45:03.161Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:03.172Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:45:03.172Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:04.059Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T06:45:04.060Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-05T06:45:04.061Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ff1f40d4-8427-4f9f-bc73-7143e6dcf098, URL: /sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar to file: /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:04.062Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230105064258-csar.csar
2023-01-05T06:45:04.177Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:04.177Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:05.030Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5598993989624973687/Definitions/service-Vfw20230105064258-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
2023-01-05T06:45:07.925Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T06:45:07.930Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-05T06:45:07.931Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.931Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-05T06:45:07.931Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.932Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.932Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.932Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.932Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.932Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.933Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6128dcc0-6430 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-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.933Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.933Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.933Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.934Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:07.934Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-05T06:45:07.942Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.944Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.949Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:07.949Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-05T06:45:07.951Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T06:45:07.953Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.953Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.953Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:07.954Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-05T06:45:07.954Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T06:45:07.954Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.954Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.958Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.958Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:07.959Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:07.959Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:07.959Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T06:45:07.959Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.960Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.960Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T06:45:07.960Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.960Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T06:45:07.961Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T06:45:07.961Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.961Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.961Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T06:45:07.962Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.962Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T06:45:07.962Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.962Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-05T06:45:07.963Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.963Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T06:45:07.964Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.965Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:07.965Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:07.966Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.966Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:07.966Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:07.967Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.967Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:07.967Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:07.967Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.968Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:07.968Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:07.968Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:07.968Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-05T06:45:07.969Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T06:45:07.969Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T06:45:07.969Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.969Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.970Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T06:45:07.970Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.970Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T06:45:07.970Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.971Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0bcad05e-5f60-446d-8456-3aa89ad3a4a9
2023-01-05T06:45:07.971Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.971Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:07.971Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:07.972Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:07.972Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T06:45:07.972Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.972Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.973Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T06:45:07.973Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.973Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-05T06:45:07.973Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T06:45:07.974Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.974Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T06:45:07.974Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.974Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=32baed48-4d06-41b4-a641-897694764c51
2023-01-05T06:45:07.975Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.975Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:07.975Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:07.976Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:07.976Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T06:45:07.976Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.976Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.976Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T06:45:07.977Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.977Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T06:45:07.977Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T06:45:07.977Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:07.978Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:07.978Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-05T06:45:07.978Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b8bb5c30-720c-405e-85ac-36f35fd0c734
2023-01-05T06:45:07.978Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.979Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.979Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.979Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.979Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.980Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.980Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:07.980Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:07.981Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-05 06-42-58
Description:catalog service description
Model UUID:eef50b54-fd4d-4bcd-8382-73a0367fc9cc
Model Version:NULL
Model InvariantUuid:4225e729-4e7c-4439-bbde-2e6b8246d21f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6128dcc0-6430
Model UUID:df98e468-08b2-437f-a4ae-ee288a782d85
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c65a160-4d55-4301-a359-7d4c8bf9ed08
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f6891ad1-c605-499e-95be-dbaf6532b88d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2a940cd1-5871-434a-90b2-77c74b2412bc
ModelName:Vfw6128dcc06430..base_vfw..module-0
ModelUuid:a34653e3-30c1-4edb-81ef-446541991721
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0bcad05e-5f60-446d-8456-3aa89ad3a4a9
ModelInvariantUuid:0e6428e0-85eb-4c70-b602-b601db88a1fc
ModelName:vFW 6128dcc0-6430-nodes.vfwCvfc
ModelUuid:15db5f46-09a9-413d-bebb-59041c3c0361
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:59223e5a-0b1f-4d54-8c8e-cbf5d9bd8258
ModelInvariantUuid:5e06ddc3-5bba-4f38-ba7e-933eb61015ae
ModelName:Vfw6128dcc06430.compute.nodes.heat.vfw
ModelUuid:f1d3c818-65d3-48bf-9bf8-30f4ad1cbf01
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:32baed48-4d06-41b4-a641-897694764c51
ModelInvariantUuid:3929bed4-9c0c-43b3-b34e-8d32270cc001
ModelName:vFW 6128dcc0-6430-nodes.vsnCvfc
ModelUuid:13584093-14e4-49dc-9d93-03fdad207406
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:849046ce-767a-4bf6-89da-95e011c9aaab
ModelInvariantUuid:bc6d6a69-7471-453a-8fd7-d69dc4dda319
ModelName:Vfw6128dcc06430.compute.nodes.heat.vsn
ModelUuid:153d8f01-022a-4f4f-9c34-108971277f1a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b8bb5c30-720c-405e-85ac-36f35fd0c734
ModelInvariantUuid:026c21db-9b4e-405c-8702-b5c74ed62534
ModelName:vFW 6128dcc0-6430-nodes.vpgCvfc
ModelUuid:dd941a01-61e2-4142-a862-883966a019a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7bcee483-fe70-4728-bfe5-5befd42fa2c4
ModelInvariantUuid:d4b58de1-1bdf-4016-b338-9f8ff981c191
ModelName:Vfw6128dcc06430.compute.nodes.heat.vpg
ModelUuid:f8665af3-1f4a-453e-8520-cdcfdc152c51
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=?
2023-01-05T06:45:07.994Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e61a98e7-9cb5-4107-a740-1e2f49d21853
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=?
2023-01-05T06:45:08.136Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||vFW 6128dcc0-6430 0
2023-01-05T06:45:08.145Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e61a98e7-9cb5-4107-a740-1e2f49d21853
2023-01-05T06:45:08.146Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5266770e-241a-4466-bfa6-8d359dc447ff from URL: /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json
2023-01-05T06:45:08.146Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:45:08.147Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json
2023-01-05T06:45:08.211Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:45:08.211Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json 5266770e-241a-4466-bfa6-8d359dc447ff 785
2023-01-05T06:45:08.211Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json ASDC sendASDCNotification
2023-01-05T06:45:08.212Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json
2023-01-05T06:45:08.212Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:45:08.212Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:08.215Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:08.215Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901108211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:45:08.315Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:45:08.317Z||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.
2023-01-05T06:45:08.318Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:08.330Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:45:08.330Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:09.217Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6128dcc06430..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2a940cd1-5871-434a-90b2-77c74b2412bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a34653e3-30c1-4edb-81ef-446541991721",
    "vfModuleModelCustomizationUUID": "7aa3f9df-f8ef-4086-bfec-c31f7dfeedff",
    "isBase": true,
    "artifacts": [
      "7089d8c6-3faf-475e-a5dd-2cdab8c1f858",
      "e2c72578-fc1e-4da6-a8ae-0b1027d6f275"
    ],
    "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": ""
    }
  }
]
2023-01-05T06:45:09.427Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6128dcc06430..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a34653e3-30c1-4edb-81ef-446541991721
VfModuleModelInvariantUUID:2a940cd1-5871-434a-90b2-77c74b2412bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
7089d8c6-3faf-475e-a5dd-2cdab8c1f858
,
e2c72578-fc1e-4da6-a8ae-0b1027d6f275

}
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


}

2023-01-05T06:45:09.442Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6128dcc06430..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2a940cd1-5871-434a-90b2-77c74b2412bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a34653e3-30c1-4edb-81ef-446541991721",
    "vfModuleModelCustomizationUUID": "7aa3f9df-f8ef-4086-bfec-c31f7dfeedff",
    "isBase": true,
    "artifacts": [
      "7089d8c6-3faf-475e-a5dd-2cdab8c1f858",
      "e2c72578-fc1e-4da6-a8ae-0b1027d6f275"
    ],
    "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": ""
    }
  }
]
2023-01-05T06:45:09.542Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6128dcc06430..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a34653e3-30c1-4edb-81ef-446541991721
VfModuleModelInvariantUUID:2a940cd1-5871-434a-90b2-77c74b2412bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
7089d8c6-3faf-475e-a5dd-2cdab8c1f858
,
e2c72578-fc1e-4da6-a8ae-0b1027d6f275

}
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


}

2023-01-05T06:45:09.542Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7089d8c6-3faf-475e-a5dd-2cdab8c1f858 from URL: /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml
2023-01-05T06:45:09.542Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:45:09.543Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml
2023-01-05T06:45:09.608Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:45:09.610Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml 7089d8c6-3faf-475e-a5dd-2cdab8c1f858 20368
2023-01-05T06:45:09.610Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-05T06:45:09.610Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml
2023-01-05T06:45:09.610Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:45:09.610Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:09.618Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:09.619Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901109610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:45:09.714Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2023-01-05T06:45:09.716Z||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.
2023-01-05T06:45:09.716Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:09.732Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:45:09.733Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:10.621Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e2c72578-fc1e-4da6-a8ae-0b1027d6f275 from URL: /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env
2023-01-05T06:45:10.621Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:45:10.622Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env
2023-01-05T06:45:10.679Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:45:10.680Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env e2c72578-fc1e-4da6-a8ae-0b1027d6f275 2098
2023-01-05T06:45:10.680Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-05T06:45:10.680Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env
2023-01-05T06:45:10.680Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:45:10.681Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:10.684Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:10.684Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901110680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:45:10.785Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:45:10.786Z||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.
2023-01-05T06:45:10.786Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:10.797Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:45:10.798Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:11.685Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: eef50b54-fd4d-4bcd-8382-73a0367fc9cc
2023-01-05T06:45:11.686Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6128dcc0-6430 0 e61a98e7-9cb5-4107-a740-1e2f49d21853 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=?
2023-01-05T06:45:11.726Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@519a68a3, org.onap.sdc.toscaparser.api.parameters.Input@694b413a, org.onap.sdc.toscaparser.api.parameters.Input@357cd639, org.onap.sdc.toscaparser.api.parameters.Input@67b76ae6, org.onap.sdc.toscaparser.api.parameters.Input@65eac9c3]
2023-01-05T06:45:11.735Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.735Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.736Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-05T06:45:11.736Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f6891ad1-c605-499e-95be-dbaf6532b88d
2023-01-05T06:45:11.736Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f6891ad1-c605-499e-95be-dbaf6532b88d matches Tosca VF Customization UUID: f6891ad1-c605-499e-95be-dbaf6532b88d
2023-01-05T06:45:11.736Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f6891ad1-c605-499e-95be-dbaf6532b88d  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=?
2023-01-05T06:45:11.746Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.747Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.749Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f6891ad1-c605-499e-95be-dbaf6532b88d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-05T06:45:11.749Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b67a3c4
2023-01-05T06:45:11.749Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.750Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T06:45:11.751Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7aa3f9df-f8ef-4086-bfec-c31f7dfeedff
2023-01-05T06:45:11.752Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7aa3f9df-f8ef-4086-bfec-c31f7dfeedff
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=?
2023-01-05T06:45:11.761Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.762Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:11.762Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:11.763Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.763Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:11.763Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:11.763Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.764Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:11.764Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:11.764Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:11.764Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-05T06:45:11.765Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T06:45:11.765Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T06:45:11.765Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.765Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:11.766Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T06:45:11.766Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:11.766Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T06:45:11.766Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.766Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0bcad05e-5f60-446d-8456-3aa89ad3a4a9
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=?
2023-01-05T06:45:11.775Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.775Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:11.775Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:11.776Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.776Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:11.776Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:11.776Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:11.776Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T06:45:11.776Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:11.777Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.777Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T06:45:11.777Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.777Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-05T06:45:11.777Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-05T06:45:11.777Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:11.778Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-05T06:45:11.778Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.778Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=32baed48-4d06-41b4-a641-897694764c51
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=?
2023-01-05T06:45:11.781Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.782Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:11.782Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:11.785Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.785Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is not matching search criteria
2023-01-05T06:45:11.785Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-05T06:45:11.785Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-05T06:45:11.786Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-05T06:45:11.786Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:11.786Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.786Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-05T06:45:11.787Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.787Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-05T06:45:11.787Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-05T06:45:11.787Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-05T06:45:11.787Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-05T06:45:11.788Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-05T06:45:11.788Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b8bb5c30-720c-405e-85ac-36f35fd0c734
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=?
2023-01-05T06:45:11.790Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.791Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:11.791Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:45:11.791Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.792Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Node template vFW 6128dcc0-6430 0 is matching search criteria
2023-01-05T06:45:11.792Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6128dcc0-6430 0] matching following query criteria: sdcType=VF, customizationUUID=f6891ad1-c605-499e-95be-dbaf6532b88d
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=?
2023-01-05T06:45:11.794Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.794Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.795Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid eef50b54-fd4d-4bcd-8382-73a0367fc9cc: vFW 6128dcc0-6430
2023-01-05T06:45:11.795Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.795Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.795Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.796Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.796Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.796Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.796Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.797Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.797Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:45:11.797Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-05 06-42-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:45:11.798Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-01-05 06-42-58 
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 (?, ?, ?, ?, ?)
2023-01-05T06:45:12.087Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6128dcc0-6430 e61a98e7-9cb5-4107-a740-1e2f49d21853 1 ASDC deployResourceStructure
2023-01-05T06:45:12.088Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json ASDC sendASDCNotification
2023-01-05T06:45:12.088Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json
2023-01-05T06:45:12.088Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:45:12.088Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:12.090Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:12.090Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901112088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T06:45:12.190Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:45:12.191Z||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.
2023-01-05T06:45:12.192Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:12.207Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:45:12.207Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:13.091Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-05T06:45:13.091Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml
2023-01-05T06:45:13.092Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:45:13.093Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:13.095Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:13.095Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901113091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T06:45:13.195Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:45:13.197Z||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.
2023-01-05T06:45:13.197Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:13.210Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:45:13.211Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:14.096Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-05T06:45:14.097Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env
2023-01-05T06:45:14.097Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:45:14.098Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:14.100Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:14.100Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901114096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-05T06:45:14.201Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T06:45:14.203Z||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.
2023-01-05T06:45:14.203Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:14.214Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:45:14.215Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:45:15.101Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar ASDC sendASDCNotification
2023-01-05T06:45:15.102Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar
2023-01-05T06:45:15.102Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:45:15.102Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:45:15.104Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:45:15.105Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901115101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T06:45:15.205Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:45:15.206Z||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.
2023-01-05T06:45:15.206Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:15.220Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:45:15.221Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-05T06:45:16.105Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7a0f607-6666-4f2e-acc6-ce1fa4eff983
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T06:45:16.126Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7a0f607-6666-4f2e-acc6-ce1fa4eff983
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=?
2023-01-05T06:45:16.130Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T06:45:16.130Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T06:45:16.130Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T06:45:16.131Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T06:45:16.131Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T06:45:16.131Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T06:45:16.131Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T06:45:16.132Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T06:45:16.132Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T06:45:16.132Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T06:45:16.138Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T06:45:46.138Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7a0f607-6666-4f2e-acc6-ce1fa4eff983 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=?
2023-01-05T06:45:46.157Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7a0f607-6666-4f2e-acc6-ce1fa4eff983 and serviceModelVersionId: eef50b54-fd4d-4bcd-8382-73a0367fc9cc
2023-01-05T06:45:46.158Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4225e729-4e7c-4439-bbde-2e6b8246d21f
2023-01-05T06:45:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:45:55.032Z||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.
2023-01-05T06:45:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:45:55.161Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:45:55.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:45:55.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:45:55.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:02.304Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4225e729-4e7c-4439-bbde-2e6b8246d21f/model-vers/model-ver/eef50b54-fd4d-4bcd-8382-73a0367fc9cc?depth=0
2023-01-05T06:46:02.472Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T06:46:02.981Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4225e729-4e7c-4439-bbde-2e6b8246d21f/model-vers/model-ver/eef50b54-fd4d-4bcd-8382-73a0367fc9cc?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]}
2023-01-05T06:46:02.987Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4225e729-4e7c-4439-bbde-2e6b8246d21f/model-vers/model-ver/eef50b54-fd4d-4bcd-8382-73a0367fc9cc?depth=0|INFO|500||Invoke
2023-01-05T06:46:03.149Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4225e729-4e7c-4439-bbde-2e6b8246d21f/model-vers/model-ver/eef50b54-fd4d-4bcd-8382-73a0367fc9cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-05T06:46:03.416Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4225e729-4e7c-4439-bbde-2e6b8246d21f/model-vers/model-ver/eef50b54-fd4d-4bcd-8382-73a0367fc9cc?depth=0|INFO|500||InvokeReturn
2023-01-05T06:46:03.418Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4225e729-4e7c-4439-bbde-2e6b8246d21f/model-vers/model-ver/eef50b54-fd4d-4bcd-8382-73a0367fc9cc?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 06:46:03 GMT], content-length=[0], vertex-id=[184552], x-aai-txid=[1-aai-resources-230105-06:46:04:001-15250], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T06:46:03.418Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-05T06:46:03.422Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T06:46:03.423Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||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=?
2023-01-05T06:46:03.440Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-05T06:46:03.442Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7a0f607-6666-4f2e-acc6-ce1fa4eff983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T06:46:03.443Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T06:46:03.444Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:03.447Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:03.447Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901163442,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T06:46:03.547Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:03.548Z||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.
2023-01-05T06:46:03.549Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:03.560Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:03.560Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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=?
2023-01-05T06:46:04.463Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:46:04.464Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|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.
2023-01-05T06:46:04.464Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:05.089Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:05.091Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T06:46:05.091Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e6f981e-617d-4550-a9e1-c5049c0a732e","serviceName":"basic_onboard_BiqfmU","serviceVersion":"1.0","serviceUUID":"a1eea90c-4506-4669-b2a8-30bd029c22bb","serviceDescription":"service","serviceInvariantUUID":"d4fa7fb2-8c12-4be1-a272-4f0a98990b87","resources":[{"resourceInstanceName":"basic_onboard_BiqfmU 0","resourceName":"basic_onboard_BiqfmU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0058f99-5f9d-4b45-b0b3-53f63c30a190","resourceInvariantUUID":"1cbb4ac1-b476-40fa-844a-7976f95bed83","resourceCustomizationUUID":"960e1726-3177-463f-bac7-c03a21e36f6c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml","artifactChecksum":"MjMwMDdiOGExOGE5MjA4N2MzZjUwZjRhODZkNjA3YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3bf6cc13-7c9b-49b4-925f-6b5fc28ed720","artifactVersion":"1"},{"artifactName":"basic_onboard_biqfmu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json","artifactChecksum":"ZDVlOTRiZmJmM2Y1YjUxY2JkODcyZWQwZDYwMTk3Mzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f39b60e3-10c5-40a6-80d6-1786e9229ccf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62ac5453-7af9-4151-a2fd-ff9fb47b522a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"113bb00e-0411-4dd9-99fc-23f4fab37346","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"acf2fa47-e9d9-4ce6-a06b-22c53162d04d","artifactVersion":"2","generatedFromUUID":"62ac5453-7af9-4151-a2fd-ff9fb47b522a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBiqfmu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml","artifactChecksum":"NjFmNWEyOTE1MDVhNjY0OWY3NjAyMDZkOWZiZjk5OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03bdd487-ad56-48a9-9d6e-f0cd33448959","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBiqfmu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar","artifactChecksum":"MTE3ODQ1NTI5MTE1Mzk4OTRkMzVkYjlmMWEwMTRlN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d217833-4576-461f-8ba5-acda089e5480","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T06:46:05.093Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:05.094Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:05.096Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:05.096Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:05.196Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:05.197Z||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.
2023-01-05T06:46:05.197Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:05.216Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:05.217Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-05T06:46:06.096Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:06.097Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:06.099Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:06.099Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T06:46:06.200Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T06:46:06.202Z||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.
2023-01-05T06:46:06.202Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:06.217Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:06.217Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:07.100Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:07.101Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:07.103Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:07.103Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-05T06:46:07.203Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:07.204Z||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.
2023-01-05T06:46:07.204Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:07.216Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:07.217Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:08.104Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:08.105Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:08.108Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:08.108Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:08.208Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:08.210Z||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.
2023-01-05T06:46:08.210Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:08.221Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:08.222Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:09.109Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:09.110Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:09.112Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:09.113Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-05T06:46:09.213Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:09.214Z||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.
2023-01-05T06:46:09.214Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:09.227Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:09.228Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:10.113Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:10.114Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:10.117Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:10.117Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:10.217Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:10.219Z||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.
2023-01-05T06:46:10.219Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:10.229Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:10.230Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:11.118Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:46:11.120Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:11.122Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:11.122Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:46:11.223Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:46:11.223Z||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.
2023-01-05T06:46:11.224Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:11.234Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:11.235Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-01-05T06:46:12.124Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "serviceName": "basic_onboard_BiqfmU",
  "serviceVersion": "1.0",
  "serviceUUID": "a1eea90c-4506-4669-b2a8-30bd029c22bb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4fa7fb2-8c12-4be1-a272-4f0a98990b87",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BiqfmU 0",
      "resourceCustomizationUUID": "960e1726-3177-463f-bac7-c03a21e36f6c",
      "resourceName": "basic_onboard_BiqfmU",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d0058f99-5f9d-4b45-b0b3-53f63c30a190",
      "resourceInvariantUUID": "1cbb4ac1-b476-40fa-844a-7976f95bed83",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_biqfmu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
          "artifactChecksum": "ZDVlOTRiZmJmM2Y1YjUxY2JkODcyZWQwZDYwMTk3Mzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f39b60e3-10c5-40a6-80d6-1786e9229ccf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62ac5453-7af9-4151-a2fd-ff9fb47b522a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "acf2fa47-e9d9-4ce6-a06b-22c53162d04d",
            "generatedFromUUID": "62ac5453-7af9-4151-a2fd-ff9fb47b522a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "acf2fa47-e9d9-4ce6-a06b-22c53162d04d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardBiqfmu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
      "artifactChecksum": "MTE3ODQ1NTI5MTE1Mzk4OTRkMzVkYjlmMWEwMTRlN2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8d217833-4576-461f-8ba5-acda089e5480"
    }
  ],
  "workloadContext": "Production"
}
2023-01-05T06:46:12.125Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T06:46:12.125Z|e7a0f607-6666-4f2e-acc6-ce1fa4eff983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1eea90c-4506-4669-b2a8-30bd029c22bb ASDC
2023-01-05T06:46:12.125Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1e6f981e-617d-4550-a9e1-c5049c0a732e
ServiceName:basic_onboard_BiqfmU
ServiceVersion:1.0
ServiceUUID:a1eea90c-4506-4669-b2a8-30bd029c22bb
ServiceInvariantUUID:d4fa7fb2-8c12-4be1-a272-4f0a98990b87
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBiqfmu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar
ArtifactUUID:8d217833-4576-461f-8ba5-acda089e5480
ArtifactChecksum:MTE3ODQ1NTI5MTE1Mzk4OTRkMzVkYjlmMWEwMTRlN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BiqfmU 0
ResourceCustomizationUUID:960e1726-3177-463f-bac7-c03a21e36f6c
ResourceInvariantUUID:1cbb4ac1-b476-40fa-844a-7976f95bed83
ResourceName:basic_onboard_BiqfmU
ResourceType:VF
ResourceUUID:d0058f99-5f9d-4b45-b0b3-53f63c30a190
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_biqfmu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json
ArtifactUUID:f39b60e3-10c5-40a6-80d6-1786e9229ccf
ArtifactChecksum:ZDVlOTRiZmJmM2Y1YjUxY2JkODcyZWQwZDYwMTk3Mzk=
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/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:62ac5453-7af9-4151-a2fd-ff9fb47b522a
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/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env
ArtifactUUID:acf2fa47-e9d9-4ce6-a06b-22c53162d04d
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/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env
ArtifactUUID:acf2fa47-e9d9-4ce6-a06b-22c53162d04d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-05T06:46:12.125Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1eea90c-4506-4669-b2a8-30bd029c22bb 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 (?, ?, ?, ?, ?)
2023-01-05T06:46:12.159Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T06:46:12.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-05T06:46:12.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-05T06:46:12.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8d217833-4576-461f-8ba5-acda089e5480 from URL: /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:12.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:46:12.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:12.241Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:46:12.246Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar 8d217833-4576-461f-8ba5-acda089e5480 75669
2023-01-05T06:46:12.246Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar ASDC sendASDCNotification
2023-01-05T06:46:12.247Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:12.247Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:46:12.247Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:12.250Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:12.250Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901172246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:12.350Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:12.351Z||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.
2023-01-05T06:46:12.351Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:12.362Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:12.363Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:13.250Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T06:46:13.252Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-05T06:46:13.252Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8d217833-4576-461f-8ba5-acda089e5480, URL: /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar to file: /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:13.253Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:13.253Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:13.253Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:13.391Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4517869163881928799/Definitions/service-BasicOnboardBiqfmu-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
2023-01-05T06:46:14.693Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T06:46:14.693Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BiqfmU 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-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.694Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.695Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.695Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:14.695Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-05T06:46:14.695Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:14.696Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.696Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:14.696Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-05T06:46:14.696Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T06:46:14.697Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:14.697Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.697Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:14.697Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-05T06:46:14.697Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T06:46:14.698Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:14.698Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.698Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:14.698Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is not matching search criteria
2023-01-05T06:46:14.699Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-05T06:46:14.699Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-05T06:46:14.699Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-05T06:46:14.699Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-05T06:46:14.699Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-05T06:46:14.700Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:14.700Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T06:46:14.700Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:14.700Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:14.700Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:46:14.701Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:14.701Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:14.701Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:46:14.702Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:14.702Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:14.702Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:46:14.702Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:14.702Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is not matching search criteria
2023-01-05T06:46:14.703Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-05T06:46:14.703Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-05T06:46:14.703Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=25a51c2b-9f53-46f2-93ab-26f52a61eb6c
2023-01-05T06:46:14.703Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:14.703Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.704Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:14.704Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.704Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:14.704Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.705Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:14.705Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:14.705Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_BiqfmU
Description:service
Model UUID:a1eea90c-4506-4669-b2a8-30bd029c22bb
Model Version:NULL
Model InvariantUuid:d4fa7fb2-8c12-4be1-a272-4f0a98990b87
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_BiqfmU
Model UUID:af9dbac3-2efc-4584-be64-66ed18b3620a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1cbb4ac1-b476-40fa-844a-7976f95bed83
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:960e1726-3177-463f-bac7-c03a21e36f6c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4a248f37-4f6a-47d6-8a4f-3cec45003c7c
ModelName:BasicOnboardBiqfmu..base_ubuntu18..module-0
ModelUuid:831be136-1752-4ba4-b866-78ed7a308c87
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:25a51c2b-9f53-46f2-93ab-26f52a61eb6c
ModelInvariantUuid:4e6d24c5-7d4f-4db5-929c-ae5cabbfd121
ModelName:basic_onboard_BiqfmU-nodes.ubuntu18Cvfc
ModelUuid:b2a561f7-57ea-4d43-b83c-92337b5dd1bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ec1970cd-9a2d-42cc-b10c-59397fd8d660
ModelInvariantUuid:86f316d9-4289-4f0f-af29-7371d3127a7f
ModelName:BasicOnboardBiqfmu.compute.nodes.heat.ubuntu18
ModelUuid:2a275802-1c6f-4bbd-b06f-7057a59d2c06
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=?
2023-01-05T06:46:14.713Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d0058f99-5f9d-4b45-b0b3-53f63c30a190
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=?
2023-01-05T06:46:14.715Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||basic_onboard_BiqfmU 0
2023-01-05T06:46:14.716Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d0058f99-5f9d-4b45-b0b3-53f63c30a190
2023-01-05T06:46:14.716Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f39b60e3-10c5-40a6-80d6-1786e9229ccf from URL: /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json
2023-01-05T06:46:14.716Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:46:14.716Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json
2023-01-05T06:46:14.823Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:46:14.824Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json f39b60e3-10c5-40a6-80d6-1786e9229ccf 798
2023-01-05T06:46:14.824Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json ASDC sendASDCNotification
2023-01-05T06:46:14.825Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json
2023-01-05T06:46:14.825Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:46:14.825Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:14.827Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:14.827Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901174824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:14.928Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:14.929Z||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.
2023-01-05T06:46:14.929Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:14.939Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:14.939Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:15.828Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBiqfmu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4a248f37-4f6a-47d6-8a4f-3cec45003c7c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "831be136-1752-4ba4-b866-78ed7a308c87",
    "vfModuleModelCustomizationUUID": "f4ebc4a5-baf9-4a29-ae06-7dad4f352c0c",
    "isBase": true,
    "artifacts": [
      "62ac5453-7af9-4151-a2fd-ff9fb47b522a",
      "acf2fa47-e9d9-4ce6-a06b-22c53162d04d"
    ],
    "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": ""
    }
  }
]
2023-01-05T06:46:15.839Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBiqfmu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:831be136-1752-4ba4-b866-78ed7a308c87
VfModuleModelInvariantUUID:4a248f37-4f6a-47d6-8a4f-3cec45003c7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
62ac5453-7af9-4151-a2fd-ff9fb47b522a
,
acf2fa47-e9d9-4ce6-a06b-22c53162d04d

}
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


}

2023-01-05T06:46:15.841Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBiqfmu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4a248f37-4f6a-47d6-8a4f-3cec45003c7c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "831be136-1752-4ba4-b866-78ed7a308c87",
    "vfModuleModelCustomizationUUID": "f4ebc4a5-baf9-4a29-ae06-7dad4f352c0c",
    "isBase": true,
    "artifacts": [
      "62ac5453-7af9-4151-a2fd-ff9fb47b522a",
      "acf2fa47-e9d9-4ce6-a06b-22c53162d04d"
    ],
    "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": ""
    }
  }
]
2023-01-05T06:46:15.841Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBiqfmu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:831be136-1752-4ba4-b866-78ed7a308c87
VfModuleModelInvariantUUID:4a248f37-4f6a-47d6-8a4f-3cec45003c7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
62ac5453-7af9-4151-a2fd-ff9fb47b522a
,
acf2fa47-e9d9-4ce6-a06b-22c53162d04d

}
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


}

2023-01-05T06:46:15.842Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 62ac5453-7af9-4151-a2fd-ff9fb47b522a from URL: /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml
2023-01-05T06:46:15.842Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:46:15.842Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml
2023-01-05T06:46:15.931Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:46:15.932Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml 62ac5453-7af9-4151-a2fd-ff9fb47b522a 5033
2023-01-05T06:46:15.933Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-05T06:46:15.933Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml
2023-01-05T06:46:15.933Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:46:15.933Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:15.936Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:15.936Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901175933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:16.036Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:16.038Z||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.
2023-01-05T06:46:16.038Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:16.048Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:16.049Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:16.937Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: acf2fa47-e9d9-4ce6-a06b-22c53162d04d from URL: /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env
2023-01-05T06:46:16.938Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-05T06:46:16.939Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env
2023-01-05T06:46:17.024Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-05T06:46:17.024Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env acf2fa47-e9d9-4ce6-a06b-22c53162d04d 909
2023-01-05T06:46:17.025Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-05T06:46:17.025Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env
2023-01-05T06:46:17.025Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:46:17.026Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:17.029Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:17.029Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901177025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:17.132Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-05T06:46:17.133Z||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.
2023-01-05T06:46:17.133Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:17.146Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:17.146Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:18.030Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a1eea90c-4506-4669-b2a8-30bd029c22bb
2023-01-05T06:46:18.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BiqfmU 0 d0058f99-5f9d-4b45-b0b3-53f63c30a190 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=?
2023-01-05T06:46:18.053Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@103bb9db, org.onap.sdc.toscaparser.api.parameters.Input@734c704a, org.onap.sdc.toscaparser.api.parameters.Input@23a604e5, org.onap.sdc.toscaparser.api.parameters.Input@4fd17a07, org.onap.sdc.toscaparser.api.parameters.Input@2e9e747]
2023-01-05T06:46:18.056Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.057Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.057Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-05T06:46:18.057Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 960e1726-3177-463f-bac7-c03a21e36f6c
2023-01-05T06:46:18.057Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 960e1726-3177-463f-bac7-c03a21e36f6c matches Tosca VF Customization UUID: 960e1726-3177-463f-bac7-c03a21e36f6c
2023-01-05T06:46:18.058Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 960e1726-3177-463f-bac7-c03a21e36f6c  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=?
2023-01-05T06:46:18.062Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.062Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 960e1726-3177-463f-bac7-c03a21e36f6c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-05T06:46:18.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45e0f58e
2023-01-05T06:46:18.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T06:46:18.064Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f4ebc4a5-baf9-4a29-ae06-7dad4f352c0c
2023-01-05T06:46:18.064Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f4ebc4a5-baf9-4a29-ae06-7dad4f352c0c
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=?
2023-01-05T06:46:18.068Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:18.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:46:18.070Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.071Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:18.071Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:46:18.072Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.072Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is not matching search criteria
2023-01-05T06:46:18.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-05T06:46:18.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-05T06:46:18.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=25a51c2b-9f53-46f2-93ab-26f52a61eb6c
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=?
2023-01-05T06:46:18.079Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.079Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:18.079Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T06:46:18.080Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.080Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BiqfmU 0 is matching search criteria
2023-01-05T06:46:18.080Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BiqfmU 0] matching following query criteria: sdcType=VF, customizationUUID=960e1726-3177-463f-bac7-c03a21e36f6c
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=?
2023-01-05T06:46:18.082Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a1eea90c-4506-4669-b2a8-30bd029c22bb: basic_onboard_BiqfmU
2023-01-05T06:46:18.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.085Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:46:18.085Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BiqfmU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:46:18.085Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_BiqfmU 
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 (?, ?, ?, ?, ?)
2023-01-05T06:46:18.177Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BiqfmU d0058f99-5f9d-4b45-b0b3-53f63c30a190 1 ASDC deployResourceStructure
2023-01-05T06:46:18.178Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json ASDC sendASDCNotification
2023-01-05T06:46:18.178Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json
2023-01-05T06:46:18.178Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:46:18.179Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:18.182Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:18.182Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901178178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T06:46:18.282Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:18.283Z||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.
2023-01-05T06:46:18.284Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:18.297Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:18.297Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:19.185Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-05T06:46:19.186Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml
2023-01-05T06:46:19.186Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:46:19.186Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:19.189Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:19.189Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901179185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T06:46:19.289Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:46:19.290Z||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.
2023-01-05T06:46:19.290Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:19.304Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:19.305Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:20.190Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-05T06:46:20.191Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env
2023-01-05T06:46:20.192Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:46:20.192Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:20.195Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:20.195Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901180190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-05T06:46:20.295Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:20.296Z||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.
2023-01-05T06:46:20.296Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:20.307Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:20.308Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:21.196Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar ASDC sendASDCNotification
2023-01-05T06:46:21.197Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar
2023-01-05T06:46:21.197Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:46:21.198Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:46:21.209Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:46:21.209Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901181196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T06:46:21.310Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:46:21.311Z||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.
2023-01-05T06:46:21.312Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:21.323Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:21.323Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:46:22.210Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T06:46:22.224Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e
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=?
2023-01-05T06:46:22.226Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T06:46:22.226Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T06:46:22.226Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T06:46:52.226Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T06:46:52.241Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e
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=?
2023-01-05T06:46:52.252Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T06:46:52.253Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T06:46:52.253Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T06:46:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:46:55.032Z||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.
2023-01-05T06:46:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:46:55.061Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:46:55.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T06:46:55.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-05T06:46:55.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-05T06:46:55.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901095017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:46:55.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901103050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.070Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901108211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.071Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901098445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901092335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901109610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901098445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901092335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901110680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.074Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901098445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901092335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901112088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/vfw6128dcc064300_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901098445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901092335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901113091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901098445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901092335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901114096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/resourceInstances/vfw6128dcc064300/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901098445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901092335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901115101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230105064258/1.0/artifacts/service-Vfw20230105064258-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901098445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901092335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901059341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901116956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901117119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.082Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901118125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-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=?
2023-01-05T06:46:55.092Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e6f981e-617d-4550-a9e1-c5049c0a732e
2023-01-05T06:46:55.092Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6f981e-617d-4550-a9e1-c5049c0a732e 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 (?, ?, ?, ?, ?)
2023-01-05T06:46:55.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901118057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901119113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901119168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901120142,
  "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=?
2023-01-05T06:46:55.110Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e6f981e-617d-4550-a9e1-c5049c0a732e
2023-01-05T06:46:55.111Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6f981e-617d-4550-a9e1-c5049c0a732e 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 (?, ?, ?, ?, ?)
2023-01-05T06:46:55.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901119168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.121Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901121147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901119168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901119168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901119168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901119168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901119168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901126291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901129576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901129576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901129576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901129576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901134551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901129576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.127Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901135554,
  "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=?
2023-01-05T06:46:55.132Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e6f981e-617d-4550-a9e1-c5049c0a732e
2023-01-05T06:46:55.132Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6f981e-617d-4550-a9e1-c5049c0a732e 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 (?, ?, ?, ?, ?)
2023-01-05T06:46:55.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901129576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:46:55.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901129576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:46:55.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:46:55.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901137333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:46:55.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901139684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T06:46:55.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:46:55.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:46:55.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901140693,
  "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=?
2023-01-05T06:46:55.151Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e6f981e-617d-4550-a9e1-c5049c0a732e
2023-01-05T06:46:55.151Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6f981e-617d-4550-a9e1-c5049c0a732e 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 (?, ?, ?, ?, ?)
2023-01-05T06:47:22.253Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T06:47:22.271Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e
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=?
2023-01-05T06:47:22.274Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T06:47:22.275Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T06:47:22.275Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T06:47:22.275Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T06:47:22.275Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T06:47:22.275Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T06:47:22.276Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T06:47:22.276Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T06:47:22.276Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T06:47:22.276Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T06:47:22.281Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T06:47:52.282Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e 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=?
2023-01-05T06:47:52.290Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e6f981e-617d-4550-a9e1-c5049c0a732e and serviceModelVersionId: a1eea90c-4506-4669-b2a8-30bd029c22bb
2023-01-05T06:47:52.291Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4fa7fb2-8c12-4be1-a272-4f0a98990b87
2023-01-05T06:47:52.292Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0
2023-01-05T06:47:52.298Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T06:47:52.370Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0|INFO|500||Invoke
2023-01-05T06:47:52.371Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1e6f981e-617d-4550-a9e1-c5049c0a732e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d7c4aca-ba0d-4b35-8873-53eac457e09b], X-ECOMP-RequestID=[1e6f981e-617d-4550-a9e1-c5049c0a732e], X-TransactionId=[], X-ONAP-RequestID=[1e6f981e-617d-4550-a9e1-c5049c0a732e], Content-Type=[application/merge-patch+json]}
2023-01-05T06:47:52.409Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-05T06:47:52.560Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?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/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 06:47:53 GMT], content-length=[0], vertex-id=[192744], x-aai-txid=[0-aai-resources-230105-06:47:53:260-98571], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T06:47:52.561Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-05T06:47:52.562Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4fa7fb2-8c12-4be1-a272-4f0a98990b87/model-vers/model-ver/a1eea90c-4506-4669-b2a8-30bd029c22bb?depth=0|INFO|500||InvokeReturn
2023-01-05T06:47:52.563Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T06:47:52.564Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||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=?
2023-01-05T06:47:52.573Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-05T06:47:52.574Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e6f981e-617d-4550-a9e1-c5049c0a732e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T06:47:52.575Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T06:47:52.575Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:47:52.578Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:47:52.579Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901272574,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T06:47:52.678Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:47:52.680Z||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.
2023-01-05T06:47:52.680Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:47:52.694Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:47:52.696Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-05T06:47:53.599Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:47:53.600Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T06:47:53.601Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:47:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:47:55.032Z||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.
2023-01-05T06:47:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:47:55.060Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:47:55.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e7a0f607-6666-4f2e-acc6-ce1fa4eff983",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901163442,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T06:47:55.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:47:55.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:47:55.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901164463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901172246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901174824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:47:55.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901175933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901177025,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901178178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/basic_onboard_biqfmu0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T06:47:55.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901179185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901180190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/resourceInstances/basic_onboard_biqfmu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901181196,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBiqfmu/1.0/artifacts/service-BasicOnboardBiqfmu-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T06:47:55.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:48:03.138Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:48:03.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:48:03.140Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:48:03.140Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:48:12.675Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:48:55.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:48:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:48:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:48:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:48:55.031Z||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.
2023-01-05T06:48:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:48:55.553Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:48:55.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-05T06:48:55.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e6f981e-617d-4550-a9e1-c5049c0a732e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901272574,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T06:48:55.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:49:04.575Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:49:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:49:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:49:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:49:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:49:55.031Z||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.
2023-01-05T06:49:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:50:04.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:50:04.582Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:50:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:50:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:50:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:50:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:50:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T06:50:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:51:04.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:51:04.578Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:51:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:51:55.019Z||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.
2023-01-05T06:51:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:51:55.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:51:55.031Z||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.
2023-01-05T06:51:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:52:04.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:52:04.567Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:52:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:52:55.019Z||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.
2023-01-05T06:52:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:52:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:52:55.032Z||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.
2023-01-05T06:52:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:53:04.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:53:04.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:53:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:53:55.019Z||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.
2023-01-05T06:53:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:53:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:53:55.032Z||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.
2023-01-05T06:53:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:54:04.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:54:04.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:54:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:54:55.019Z||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.
2023-01-05T06:54:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:54:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:54:55.032Z||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.
2023-01-05T06:54:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:55:04.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:55:04.566Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:55:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:55:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T06:55:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:55:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:55:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T06:55:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:56:04.568Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:56:04.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:56:55.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:56:55.019Z||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.
2023-01-05T06:56:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:56:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:56:55.032Z||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.
2023-01-05T06:56:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:57:04.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:57:04.569Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:57:55.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:57:55.019Z||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.
2023-01-05T06:57:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:57:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:57:55.032Z||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.
2023-01-05T06:57:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:04.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:58:04.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:58:55.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:58:55.020Z||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.
2023-01-05T06:58:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:58:55.032Z||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.
2023-01-05T06:58:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:55.653Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:58:55.654Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:58:55.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901899148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:58:55.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ffe1bef-0875-48c7-a609-ac0e44c4fee1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e5adafe5-c564-48c3-8729-1e6b7e089b89","serviceDescription":"service","serviceInvariantUUID":"d069269c-8150-4a26-b93f-02d93fc777a0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7dd1f5f2-1113-4aaf-bd72-5dfd9d3dd0dd","resourceInvariantUUID":"10c531b8-0bcb-4e0c-aca6-6a4db96a90b1","resourceCustomizationUUID":"ca9e5916-7a22-40fa-a0d0-8e89b1ec83d9","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":"YmRhN2FiYzQ1NjhlZDM2ZjQ4NDFkYWE5ZGU4MTA3NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed8e559b-6907-4f02-a8ec-b82a1acb9ea7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjUxYzlhZWQyMjlhMTU5YTM1M2Q2OTQwYWU0MTFmODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5de37f70-d11e-47d2-b3fd-317564eaf57d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T06:58:55.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:58:55.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901902196,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:58:55.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:58:55.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901929169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:58:55.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:58:55.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901918490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901918490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901899148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901929169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:58:55.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:58:55.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901902196,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:58:55.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T06:58:55.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901932772,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:58:55.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:58:55.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901932611,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:58:55.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T06:58:55.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:58:55.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901933780,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2023-01-05T06:58:55.667Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:58:55.668Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-05T06:58:55.675Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:58:55.675Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901935018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "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 (?, ?, ?, ?, ?)
2023-01-05T06:58:55.685Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
2023-01-05T06:58:55.686Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffe1bef-0875-48c7-a609-ac0e44c4fee1 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 (?, ?, ?, ?, ?)
2023-01-05T06:58:55.775Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:58:55.776Z||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.
2023-01-05T06:58:55.776Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:55.791Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:58:55.792Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":3,"count":1}
2023-01-05T06:58:56.676Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T06:58:56.679Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:58:56.683Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:58:56.683Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901935018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T06:58:56.783Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T06:58:56.785Z||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.
2023-01-05T06:58:56.785Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:56.795Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:58:56.796Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:58:57.685Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e5adafe5-c564-48c3-8729-1e6b7e089b89",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d069269c-8150-4a26-b93f-02d93fc777a0",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "ca9e5916-7a22-40fa-a0d0-8e89b1ec83d9",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "7dd1f5f2-1113-4aaf-bd72-5dfd9d3dd0dd",
      "resourceInvariantUUID": "10c531b8-0bcb-4e0c-aca6-6a4db96a90b1",
      "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": "YjUxYzlhZWQyMjlhMTU5YTM1M2Q2OTQwYWU0MTFmODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5de37f70-d11e-47d2-b3fd-317564eaf57d"
    }
  ],
  "workloadContext": "Production"
}
2023-01-05T06:58:57.686Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T06:58:57.687Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e5adafe5-c564-48c3-8729-1e6b7e089b89 ASDC
2023-01-05T06:58:57.688Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0ffe1bef-0875-48c7-a609-ac0e44c4fee1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e5adafe5-c564-48c3-8729-1e6b7e089b89
ServiceInvariantUUID:d069269c-8150-4a26-b93f-02d93fc777a0
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:5de37f70-d11e-47d2-b3fd-317564eaf57d
ArtifactChecksum:YjUxYzlhZWQyMjlhMTU5YTM1M2Q2OTQwYWU0MTFmODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ca9e5916-7a22-40fa-a0d0-8e89b1ec83d9
ResourceInvariantUUID:10c531b8-0bcb-4e0c-aca6-6a4db96a90b1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7dd1f5f2-1113-4aaf-bd72-5dfd9d3dd0dd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-05T06:58:57.689Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5adafe5-c564-48c3-8729-1e6b7e089b89 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=?
2023-01-05T06:58:57.726Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T06:58:57.729Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T06:58:57.729Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T06:58:57.729Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5de37f70-d11e-47d2-b3fd-317564eaf57d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-05T06:58:57.729Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T06:58:57.731Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-05T06:58:57.803Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T06:58:57.806Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5de37f70-d11e-47d2-b3fd-317564eaf57d 57788
2023-01-05T06:58:57.806Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-05T06:58:57.807Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-05T06:58:57.807Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T06:58:57.807Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:58:57.810Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:58:57.810Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901937806,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T06:58:57.911Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T06:58:57.913Z||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.
2023-01-05T06:58:57.913Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:57.926Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:58:57.927Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T06:58:58.811Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T06:58:58.812Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T06:58:58.813Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5de37f70-d11e-47d2-b3fd-317564eaf57d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:58.814Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-05T06:58:58.814Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:58.814Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.030Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1743422533565829454/Definitions/service-BasicNetwork-template.yml
2023-01-05T06:58:59.577Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T06:58:59.579Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T06:58:59.579Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.579Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-05T06:58:59.580Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.580Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.580Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.580Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.581Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.581Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.581Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.581Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.581Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T06:58:59.582Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.582Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.582Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-05T06:58:59.583Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T06:58:59.583Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T06:58:59.583Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.584Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.584Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-05T06:58:59.584Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T06:58:59.584Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T06:58:59.584Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.585Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.585Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.585Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.586Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.586Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.586Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.587Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.587Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.587Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.587Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e5adafe5-c564-48c3-8729-1e6b7e089b89
Model Version:NULL
Model InvariantUuid:d069269c-8150-4a26-b93f-02d93fc777a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:10c531b8-0bcb-4e0c-aca6-6a4db96a90b1
Model UUID:40f6f6b5-3c49-426e-84e1-01a2f96a7ff9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:ca9e5916-7a22-40fa-a0d0-8e89b1ec83d9
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=?
2023-01-05T06:58:59.595Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 7dd1f5f2-1113-4aaf-bd72-5dfd9d3dd0dd
2023-01-05T06:58:59.596Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||No resources found for Service: e5adafe5-c564-48c3-8729-1e6b7e089b89
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=?
2023-01-05T06:58:59.603Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||
2023-01-05T06:58:59.603Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-05T06:58:59.604Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e5adafe5-c564-48c3-8729-1e6b7e089b89
2023-01-05T06:58:59.605Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e5adafe5-c564-48c3-8729-1e6b7e089b89
2023-01-05T06:58:59.605Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-05T06:58:59.605Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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=?
2023-01-05T06:58:59.611Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@655fddeb, org.onap.sdc.toscaparser.api.parameters.Input@2ab2fa4, org.onap.sdc.toscaparser.api.parameters.Input@3dc6d2e, org.onap.sdc.toscaparser.api.parameters.Input@359d24cf, org.onap.sdc.toscaparser.api.parameters.Input@2e361712]
2023-01-05T06:58:59.613Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.613Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.614Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.614Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.614Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e5adafe5-c564-48c3-8729-1e6b7e089b89: Generic NeutronNet
2023-01-05T06:58:59.615Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.615Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.615Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.616Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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=?
2023-01-05T06:58:59.656Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.657Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.658Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.658Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.658Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T06:58:59.658Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T06:58:59.659Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||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 (?, ?)
2023-01-05T06:58:59.719Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-05T06:58:59.719Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-05T06:58:59.719Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-05T06:58:59.720Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T06:58:59.720Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T06:58:59.722Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T06:58:59.722Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901939719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T06:58:59.822Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T06:58:59.823Z||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.
2023-01-05T06:58:59.824Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T06:58:59.852Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:58:59.853Z||pool-38-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2023-01-05T06:59:00.723Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T06:59:00.739Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T06:59:00.742Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T06:59:00.742Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T06:59:00.742Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T06:59:30.743Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T06:59:30.758Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T06:59:30.762Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T06:59:30.762Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T06:59:30.762Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T06:59:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T06:59:55.033Z||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.
2023-01-05T06:59:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T06:59:55.162Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T06:59:55.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T06:59:55.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901935018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T06:59:55.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:00.763Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T07:00:00.781Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T07:00:00.783Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T07:00:00.784Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T07:00:00.784Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T07:00:30.784Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T07:00:30.799Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T07:00:30.804Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T07:00:30.804Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T07:00:30.805Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T07:00:55.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:00:55.032Z||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.
2023-01-05T07:00:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:00:55.068Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:00:55.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901935018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:00:55.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901937138,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:00:55.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901937806,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:00:55.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901938141,
  "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=?
2023-01-05T07:00:55.089Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
2023-01-05T07:00:55.090Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffe1bef-0875-48c7-a609-ac0e44c4fee1 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 (?, ?, ?, ?, ?)
2023-01-05T07:00:55.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672901939719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:00:55.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901939576,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901939576,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:00:55.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901942301,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:00:55.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901943979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:00:55.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901938442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901932485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901934785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901944984,
  "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=?
2023-01-05T07:00:55.113Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
2023-01-05T07:00:55.114Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ffe1bef-0875-48c7-a609-ac0e44c4fee1 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 (?, ?, ?, ?, ?)
2023-01-05T07:00:55.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901938442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901932485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901934785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901938442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901932485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901934785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901938442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901934785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901932485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901938442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901934785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901932485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901938442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:00:55.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901934785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901932485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901938442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901934785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901932485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901938442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901932485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:00:55.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901934785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:00:55.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901953025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:00:55.146Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901953096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:00:55.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901954032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-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 (?, ?, ?, ?, ?)
2023-01-05T07:00:55.165Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac4d4fec-e183-4fcf-bc30-bc0d618c3712
2023-01-05T07:00:55.165Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4d4fec-e183-4fcf-bc30-bc0d618c3712 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 (?, ?, ?, ?, ?)
2023-01-05T07:00:55.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901954335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T07:00:55.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901955338,
  "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=?
2023-01-05T07:00:55.183Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ac4d4fec-e183-4fcf-bc30-bc0d618c3712
2023-01-05T07:00:55.184Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4d4fec-e183-4fcf-bc30-bc0d618c3712 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 (?, ?, ?, ?, ?)
2023-01-05T07:00:55.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901959168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901959168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901959168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901959168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901959168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901959168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901959168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901959168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:00:55.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901967280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:00:55.213Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901969576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901969576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901969576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901972788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:00:55.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901969576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901973791,
  "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=?
2023-01-05T07:00:55.223Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac4d4fec-e183-4fcf-bc30-bc0d618c3712
2023-01-05T07:00:55.223Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4d4fec-e183-4fcf-bc30-bc0d618c3712 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 (?, ?, ?, ?, ?)
2023-01-05T07:00:55.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901969576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901969576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901969576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:00:55.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901969576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901978331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901980236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:00:55.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:00:55.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:00:55.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901981240,
  "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=?
2023-01-05T07:00:55.240Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac4d4fec-e183-4fcf-bc30-bc0d618c3712
2023-01-05T07:00:55.240Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4d4fec-e183-4fcf-bc30-bc0d618c3712 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 (?, ?, ?, ?, ?)
2023-01-05T07:01:00.805Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T07:01:00.819Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1
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=?
2023-01-05T07:01:00.822Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:01:00.823Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|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=?
2023-01-05T07:01:00.829Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T07:01:30.830Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1 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=?
2023-01-05T07:01:30.858Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ffe1bef-0875-48c7-a609-ac0e44c4fee1 and serviceModelVersionId: e5adafe5-c564-48c3-8729-1e6b7e089b89
2023-01-05T07:01:30.859Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d069269c-8150-4a26-b93f-02d93fc777a0
2023-01-05T07:01:30.861Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0
2023-01-05T07:01:30.872Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T07:01:30.957Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0|INFO|500||Invoke
2023-01-05T07:01:30.959Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ffe1bef-0875-48c7-a609-ac0e44c4fee1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b78c2ac7-423b-4b6f-853e-b8ba65250f92], X-ECOMP-RequestID=[0ffe1bef-0875-48c7-a609-ac0e44c4fee1], X-TransactionId=[], X-ONAP-RequestID=[0ffe1bef-0875-48c7-a609-ac0e44c4fee1], Content-Type=[application/merge-patch+json]}
2023-01-05T07:01:30.990Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-05T07:01:31.104Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?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/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 07:01:31 GMT], content-length=[0], vertex-id=[200928], x-aai-txid=[2-aai-resources-230105-07:01:31:838-22949], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T07:01:31.104Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-05T07:01:31.106Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d069269c-8150-4a26-b93f-02d93fc777a0/model-vers/model-ver/e5adafe5-c564-48c3-8729-1e6b7e089b89?depth=0|INFO|500||InvokeReturn
2023-01-05T07:01:31.106Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T07:01:31.107Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|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=?
2023-01-05T07:01:31.116Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|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)
2023-01-05T07:01:31.116Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ffe1bef-0875-48c7-a609-ac0e44c4fee1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T07:01:31.117Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T07:01:31.118Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:31.121Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:31.122Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902091117,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:01:31.228Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2023-01-05T07:01:31.229Z||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.
2023-01-05T07:01:31.229Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:31.255Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:01:31.256Z||pool-39-thread-1|||||INFO|500||cambria reply ok (27 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=?
2023-01-05T07:01:32.136Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:01:32.137Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|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.
2023-01-05T07:01:32.137Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:37.740Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:01:37.741Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-05T07:01:37.742Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac4d4fec-e183-4fcf-bc30-bc0d618c3712","serviceName":"Demo_pNF_JDCO6xnwxNMg5zSYGNj0","serviceVersion":"1.0","serviceUUID":"90d87852-a692-41bc-8362-08f6f42aa47d","serviceDescription":"catalog service description","serviceInvariantUUID":"1cf537cd-f008-4fb7-bd93-6fa531208a3f","resources":[{"resourceInstanceName":"pNF bfc4921b-77c6 0","resourceName":"pNF bfc4921b-77c6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3","resourceInvariantUUID":"4321b8bf-fa8a-45d0-95ce-934f12e0a9a8","resourceCustomizationUUID":"9bbabdbd-e6b6-4c44-9253-02dcee723dfe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml","artifactChecksum":"N2E2OGZhYWNjZjA3ZTgzM2FlMmU0MjY0MWNlMWVkMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b14a2eb1-a437-464a-a968-8531e5c15d43","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar","artifactChecksum":"NDU1YmM4MGMwZjMzNjBkOGNkYjNiYWI3MTljNDNjOGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53c6de83-5b6f-48cb-9e46-04a988e0caf9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eab425ed-7892-4c11-8941-94b367367501","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml","artifactChecksum":"ZDA3ZmZmYzc3MzczOTU1YTNhOTAyY2E3OWFlMDU1ODA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0bd6b9e6-14be-4340-afeb-faf8203f9ceb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43244e8e-11ab-44da-b39d-e86684ef2df7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc9c26d5-38a8-4eb9-9a92-f3e75b68355d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml","artifactChecksum":"MmU3MDMxOWE5MmYwZWZkNTBiMWYxOTVjZGYwNjg1OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14b830c1-4c02-417c-a58b-90615aef030b","artifactVersion":"1"},{"artifactName":"service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar","artifactChecksum":"OTk1NDBjOTAzMWRjZGJiZTQ0ZmIyYWU0ODBmOWNkOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f099b380-cabe-41b2-a647-9bcb0e273f45","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T07:01:37.745Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:37.745Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:37.748Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:37.748Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:37.848Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:37.849Z||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.
2023-01-05T07:01:37.850Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:37.877Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:01:37.878Z||pool-40-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:38.749Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:38.750Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:38.752Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:38.752Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:38.852Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:38.854Z||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.
2023-01-05T07:01:38.854Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:38.866Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:01:38.867Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:39.753Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:39.753Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:39.756Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:39.756Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:39.863Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2023-01-05T07:01:39.864Z||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.
2023-01-05T07:01:39.864Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:39.879Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:01:39.880Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:40.757Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:40.757Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:40.766Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:40.766Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:40.862Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-01-05T07:01:40.863Z||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.
2023-01-05T07:01:40.863Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:40.875Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:01:40.876Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:01:41.766Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:41.767Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:41.769Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:41.769Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:41.870Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:41.871Z||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.
2023-01-05T07:01:41.871Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:41.883Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:01:41.884Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:42.770Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:42.773Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:42.776Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:42.776Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:42.876Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:42.877Z||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.
2023-01-05T07:01:42.877Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:42.891Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:01:42.891Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:43.777Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:43.778Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:43.781Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:43.781Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:43.881Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:43.882Z||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.
2023-01-05T07:01:43.882Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:43.893Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:01:43.894Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:44.781Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:01:44.782Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:44.784Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:44.785Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:01:44.885Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:44.886Z||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.
2023-01-05T07:01:44.887Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:44.899Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:01:44.900Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:45.795Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "serviceName": "Demo_pNF_JDCO6xnwxNMg5zSYGNj0",
  "serviceVersion": "1.0",
  "serviceUUID": "90d87852-a692-41bc-8362-08f6f42aa47d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1cf537cd-f008-4fb7-bd93-6fa531208a3f",
  "resources": [
    {
      "resourceInstanceName": "pNF bfc4921b-77c6 0",
      "resourceCustomizationUUID": "9bbabdbd-e6b6-4c44-9253-02dcee723dfe",
      "resourceName": "pNF bfc4921b-77c6",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3",
      "resourceInvariantUUID": "4321b8bf-fa8a-45d0-95ce-934f12e0a9a8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
      "artifactChecksum": "OTk1NDBjOTAzMWRjZGJiZTQ0ZmIyYWU0ODBmOWNkOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f099b380-cabe-41b2-a647-9bcb0e273f45"
    }
  ],
  "workloadContext": "Production"
}
2023-01-05T07:01:45.795Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T07:01:45.795Z|0ffe1bef-0875-48c7-a609-ac0e44c4fee1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 90d87852-a692-41bc-8362-08f6f42aa47d ASDC
2023-01-05T07:01:45.796Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ac4d4fec-e183-4fcf-bc30-bc0d618c3712
ServiceName:Demo_pNF_JDCO6xnwxNMg5zSYGNj0
ServiceVersion:1.0
ServiceUUID:90d87852-a692-41bc-8362-08f6f42aa47d
ServiceInvariantUUID:1cf537cd-f008-4fb7-bd93-6fa531208a3f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
ArtifactUUID:f099b380-cabe-41b2-a647-9bcb0e273f45
ArtifactChecksum:OTk1NDBjOTAzMWRjZGJiZTQ0ZmIyYWU0ODBmOWNkOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bfc4921b-77c6 0
ResourceCustomizationUUID:9bbabdbd-e6b6-4c44-9253-02dcee723dfe
ResourceInvariantUUID:4321b8bf-fa8a-45d0-95ce-934f12e0a9a8
ResourceName:pNF bfc4921b-77c6
ResourceType:PNF
ResourceUUID:ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-05T07:01:45.796Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90d87852-a692-41bc-8362-08f6f42aa47d 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=?
2023-01-05T07:01:45.820Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:01:45.821Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T07:01:45.821Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T07:01:45.821Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f099b380-cabe-41b2-a647-9bcb0e273f45 from URL: /sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:45.821Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T07:01:45.821Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:45.903Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T07:01:45.908Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar f099b380-cabe-41b2-a647-9bcb0e273f45 88018
2023-01-05T07:01:45.908Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar ASDC sendASDCNotification
2023-01-05T07:01:45.908Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:45.908Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:01:45.908Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:45.911Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:45.911Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902105908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:46.012Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:01:46.013Z||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.
2023-01-05T07:01:46.014Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:46.025Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:01:46.026Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:01:46.911Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:01:46.913Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T07:01:46.913Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f099b380-cabe-41b2-a647-9bcb0e273f45, URL: /sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar to file: /app/ASDC/1/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:46.914Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:46.915Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:46.915Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:47.126Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5732204464795619922/Definitions/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml
2023-01-05T07:01:48.060Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T07:01:48.061Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T07:01:48.061Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.062Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-05T07:01:48.062Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|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-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.062Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|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-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.062Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|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-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.063Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bfc4921b-77c6 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-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.063Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|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-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.063Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|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-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.063Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|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-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.063Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T07:01:48.064Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:01:48.064Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.064Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Node template pNF bfc4921b-77c6 0 is matching search criteria
2023-01-05T07:01:48.065Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T07:01:48.065Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bfc4921b-77c6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:01:48.066Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:01:48.066Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.066Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Node template pNF bfc4921b-77c6 0 is matching search criteria
2023-01-05T07:01:48.067Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T07:01:48.067Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bfc4921b-77c6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:01:48.067Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:01:48.068Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.068Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:01:48.068Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.069Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:01:48.071Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.071Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:01:48.071Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.074Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:01:48.074Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.075Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JDCO6xnwxNMg5zSYGNj0
Description:catalog service description
Model UUID:90d87852-a692-41bc-8362-08f6f42aa47d
Model Version:NULL
Model InvariantUuid:1cf537cd-f008-4fb7-bd93-6fa531208a3f
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=?
2023-01-05T07:01:48.082Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3
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=?
2023-01-05T07:01:48.085Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||pNF bfc4921b-77c6 0
2023-01-05T07:01:48.086Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3
2023-01-05T07:01:48.086Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 90d87852-a692-41bc-8362-08f6f42aa47d
2023-01-05T07:01:48.086Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 90d87852-a692-41bc-8362-08f6f42aa47d
2023-01-05T07:01:48.086Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bfc4921b-77c6 0 ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3 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=?
2023-01-05T07:01:48.090Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cf73f9e, org.onap.sdc.toscaparser.api.parameters.Input@47423ef9, org.onap.sdc.toscaparser.api.parameters.Input@c3d9a03, org.onap.sdc.toscaparser.api.parameters.Input@18bb299d, org.onap.sdc.toscaparser.api.parameters.Input@1d35fedb]
2023-01-05T07:01:48.091Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:01:48.091Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.091Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 90d87852-a692-41bc-8362-08f6f42aa47d: pNF bfc4921b-77c6
2023-01-05T07:01:48.091Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||Processing PNF resource: ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3
2023-01-05T07:01:48.092Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:01:48.092Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_JDCO6xnwxNMg5zSYGNj0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:01:48.092Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||Resource customization UUID: 9bbabdbd-e6b6-4c44-9253-02dcee723dfe is the same as notified resource customizationUUID: 9bbabdbd-e6b6-4c44-9253-02dcee723dfe
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 (?, ?)
2023-01-05T07:01:48.148Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bfc4921b-77c6 ff4d25a6-7ba2-46b7-abf9-9ba5d5b5f0c3 0 ASDC deployResourceStructure
2023-01-05T07:01:48.149Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar ASDC sendASDCNotification
2023-01-05T07:01:48.149Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar
2023-01-05T07:01:48.150Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:01:48.150Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:01:48.164Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:01:48.164Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902108149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:01:48.253Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2023-01-05T07:01:48.254Z||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.
2023-01-05T07:01:48.254Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:48.267Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:01:48.268Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:01:49.166Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac4d4fec-e183-4fcf-bc30-bc0d618c3712
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T07:01:49.179Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac4d4fec-e183-4fcf-bc30-bc0d618c3712
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=?
2023-01-05T07:01:49.185Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T07:01:49.185Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T07:01:49.186Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T07:01:49.186Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T07:01:49.186Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:01:49.187Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:01:49.187Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:01:49.187Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:01:49.187Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:01:49.188Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|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=?
2023-01-05T07:01:49.219Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T07:01:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:01:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T07:01:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:01:55.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:01:55.065Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.065Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901989168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.067Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.067Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.067Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901978443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.068Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.068Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.068Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901982784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.068Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901955036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901978443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.070Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901989168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.070Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.070Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.070Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901982784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.070Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.070Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.071Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901955036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.071Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.071Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.071Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901978443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.072Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.072Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.072Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901989168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.072Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.072Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901982784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901955036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901978443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.078Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901989168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.079Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.079Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.079Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901982784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.080Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.080Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.080Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901955036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.080Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.080Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.081Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.081Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.081Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.081Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901978443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.081Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.082Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.082Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901982784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.082Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.082Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.082Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901989168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.082Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901955036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.083Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901978443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.084Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901982784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.085Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.085Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.085Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901989168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.085Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.085Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.086Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901955036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.086Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.086Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.086Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.086Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.086Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.087Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672901978443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.087Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.087Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.087Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672901982784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.088Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.088Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.088Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "aai-model-loader",
  "timestamp": 1672901989168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.088Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.089Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.089Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672901955036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.089Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.089Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.089Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.090Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.090Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.090Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672902005101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.090Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.090Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.090Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902005108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:55.091Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.091Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.091Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672902005285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:55.091Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.091Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.091Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902005116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:55.092Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.092Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.092Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.092Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.092Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.092Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672902005101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.092Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.092Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.093Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672902006290,
  "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 (?, ?, ?, ?, ?)
2023-01-05T07:01:55.110Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f19922f-00e8-437d-bf8b-e8ab44012251
2023-01-05T07:01:55.110Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f19922f-00e8-437d-bf8b-e8ab44012251 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 (?, ?, ?, ?, ?)
2023-01-05T07:01:55.118Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.118Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902006183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:55.119Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.119Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.119Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.119Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.120Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.120Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672902005101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.120Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.120Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.120Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672902007295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.120Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.121Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.121Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902007284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:55.121Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.121Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.121Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672902007306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:55.121Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.121Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.121Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672902005101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.122Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.122Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.122Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672902007295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.122Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.122Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.122Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902008311,
  "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=?
2023-01-05T07:01:55.128Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f19922f-00e8-437d-bf8b-e8ab44012251
2023-01-05T07:01:55.130Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f19922f-00e8-437d-bf8b-e8ab44012251 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 (?, ?, ?, ?, ?)
2023-01-05T07:01:55.138Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.139Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672902005101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.139Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.139Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.140Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672902007295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.140Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.140Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.140Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902009313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T07:01:55.140Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.140Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.140Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672902005101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.140Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.141Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.141Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672902009526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:01:55.141Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.141Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.141Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672902007295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.141Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.142Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.142Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902010319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.142Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.142Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.142Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672902005101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.142Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.142Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.142Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672902010536,
  "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=?
2023-01-05T07:01:55.147Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f19922f-00e8-437d-bf8b-e8ab44012251
2023-01-05T07:01:55.147Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f19922f-00e8-437d-bf8b-e8ab44012251 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 (?, ?, ?, ?, ?)
2023-01-05T07:01:55.157Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.158Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672902007295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.158Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.158Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.158Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902010319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.158Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.158Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.158Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672902005101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.159Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.159Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.159Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.159Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.159Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.159Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672902007295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.159Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902010319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902012952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:01:55.160Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.161Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.161Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672902005101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.161Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.161Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.161Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.161Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.162Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.162Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672902007295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.162Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.162Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.162Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902010319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.162Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.162Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.163Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902013956,
  "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=?
2023-01-05T07:01:55.168Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f19922f-00e8-437d-bf8b-e8ab44012251
2023-01-05T07:01:55.168Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f19922f-00e8-437d-bf8b-e8ab44012251 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 (?, ?, ?, ?, ?)
2023-01-05T07:01:55.176Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.176Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.177Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.177Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.177Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672902007295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.177Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.177Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.177Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902010319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.178Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.178Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.178Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.178Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.178Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.178Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672902007295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.179Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.179Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.179Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902010319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.179Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.179Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.179Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.180Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.180Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.180Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672902016477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:55.180Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.180Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.180Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902010319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.181Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.181Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.181Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.181Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.182Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.182Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672902017483,
  "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 (?, ?, ?, ?, ?)
2023-01-05T07:01:55.195Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54433458-5233-4d0f-85ea-56c94757d9be
2023-01-05T07:01:55.195Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54433458-5233-4d0f-85ea-56c94757d9be 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 (?, ?, ?, ?, ?)
2023-01-05T07:01:55.204Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.204Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902010319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.204Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.204Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.205Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.205Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.205Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.205Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902010319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.205Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.205Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.206Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.206Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.206Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.206Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902019169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.206Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.206Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.206Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902019435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:55.207Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.207Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.207Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672901999576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.207Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.207Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.207Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902019169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.208Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.208Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.208Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902020539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:55.208Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.208Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.208Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672902020659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:55.208Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.208Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.209Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902019169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.209Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.209Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.209Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902021620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:55.209Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.209Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.210Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902019169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.210Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.210Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.210Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902022671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:55.210Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.210Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.211Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902019169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.211Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.211Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.211Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672902022844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:01:55.211Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.212Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.212Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902023778,
  "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=?
2023-01-05T07:01:55.217Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54433458-5233-4d0f-85ea-56c94757d9be
2023-01-05T07:01:55.218Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54433458-5233-4d0f-85ea-56c94757d9be 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 (?, ?, ?, ?, ?)
2023-01-05T07:01:55.227Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.227Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902019169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.228Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.228Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.228Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672902023849,
  "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=?
2023-01-05T07:01:55.234Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54433458-5233-4d0f-85ea-56c94757d9be
2023-01-05T07:01:55.234Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54433458-5233-4d0f-85ea-56c94757d9be 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 (?, ?, ?, ?, ?)
2023-01-05T07:01:55.242Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.243Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672902024781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T07:01:55.243Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.243Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.244Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902019169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.244Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.244Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.244Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902019169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:01:55.244Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.244Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.245Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902019169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:01:55.245Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:01:55.245Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.245Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902028281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:01:55.245Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.246Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.246Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902035972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:01:55.246Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:01:55.246Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:01:55.247Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "aai-model-loader",
  "timestamp": 1672902036974,
  "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=?
2023-01-05T07:01:55.251Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54433458-5233-4d0f-85ea-56c94757d9be
2023-01-05T07:01:55.251Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54433458-5233-4d0f-85ea-56c94757d9be 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 (?, ?, ?, ?, ?)
2023-01-05T07:02:19.220Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac4d4fec-e183-4fcf-bc30-bc0d618c3712 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=?
2023-01-05T07:02:19.228Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac4d4fec-e183-4fcf-bc30-bc0d618c3712 and serviceModelVersionId: 90d87852-a692-41bc-8362-08f6f42aa47d
2023-01-05T07:02:19.229Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cf537cd-f008-4fb7-bd93-6fa531208a3f
2023-01-05T07:02:19.230Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cf537cd-f008-4fb7-bd93-6fa531208a3f/model-vers/model-ver/90d87852-a692-41bc-8362-08f6f42aa47d?depth=0
2023-01-05T07:02:19.236Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T07:02:19.302Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf537cd-f008-4fb7-bd93-6fa531208a3f/model-vers/model-ver/90d87852-a692-41bc-8362-08f6f42aa47d?depth=0|INFO|500||Invoke
2023-01-05T07:02:19.302Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf537cd-f008-4fb7-bd93-6fa531208a3f/model-vers/model-ver/90d87852-a692-41bc-8362-08f6f42aa47d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf537cd-f008-4fb7-bd93-6fa531208a3f/model-vers/model-ver/90d87852-a692-41bc-8362-08f6f42aa47d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ac4d4fec-e183-4fcf-bc30-bc0d618c3712], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10226885-6286-43ce-8228-e49a8ca23642], X-ECOMP-RequestID=[ac4d4fec-e183-4fcf-bc30-bc0d618c3712], X-TransactionId=[], X-ONAP-RequestID=[ac4d4fec-e183-4fcf-bc30-bc0d618c3712], Content-Type=[application/merge-patch+json]}
2023-01-05T07:02:19.325Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf537cd-f008-4fb7-bd93-6fa531208a3f/model-vers/model-ver/90d87852-a692-41bc-8362-08f6f42aa47d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-05T07:02:19.438Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf537cd-f008-4fb7-bd93-6fa531208a3f/model-vers/model-ver/90d87852-a692-41bc-8362-08f6f42aa47d?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/1cf537cd-f008-4fb7-bd93-6fa531208a3f/model-vers/model-ver/90d87852-a692-41bc-8362-08f6f42aa47d?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 07:02:20 GMT], content-length=[0], vertex-id=[176232], x-aai-txid=[0-aai-resources-230105-07:02:20:172-32227], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T07:02:19.438Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf537cd-f008-4fb7-bd93-6fa531208a3f/model-vers/model-ver/90d87852-a692-41bc-8362-08f6f42aa47d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-05T07:02:19.439Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf537cd-f008-4fb7-bd93-6fa531208a3f/model-vers/model-ver/90d87852-a692-41bc-8362-08f6f42aa47d?depth=0|INFO|500||InvokeReturn
2023-01-05T07:02:19.440Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T07:02:19.441Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|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=?
2023-01-05T07:02:19.448Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|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)
2023-01-05T07:02:19.449Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac4d4fec-e183-4fcf-bc30-bc0d618c3712 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T07:02:19.449Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T07:02:19.450Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:19.453Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:19.453Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902139449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:02:19.553Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:02:19.554Z||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.
2023-01-05T07:02:19.554Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:19.568Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:19.569Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-05T07:02:20.470Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-05T07:02:20.471Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f19922f-00e8-437d-bf8b-e8ab44012251","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67","serviceDescription":"service","serviceInvariantUUID":"7822d5cc-dee0-483a-8cb6-f0a94f700a9c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ddd7e6e-5c6d-42b6-8385-160053e37fc8","resourceInvariantUUID":"54564832-47b5-4560-818b-c9f8a661b170","resourceCustomizationUUID":"5bfc2dcd-5069-4071-b8b3-f2097daa1c03","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":"ZjIzMDZjNDBlMWI5OTdiNTlhMjgxOWFmZTBiNzc1MzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9b6bace-528a-4859-bfd9-04d8c983335e","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":"ZjA2NjVlNmFlMzBiYzY3OTZmMmUxMzA5MTQ0NTU3ZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f91756b1-791c-4371-ab02-84a9954b220d","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":"0852141e-8de8-44c6-ba9a-7eb5abc38833","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":"66586bf9-7587-47da-b0c3-b7d15c1de994","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":"5d7627d6-c50b-40a5-86b4-6d987b9d2dc1","artifactVersion":"2","generatedFromUUID":"0852141e-8de8-44c6-ba9a-7eb5abc38833"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDEyOTQzZDg4YTU1Y2YxYjRhMjdjYWY0OGE0NDc0OGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c30bd08c-0acd-44e4-9688-5b785f2023d5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWFmNTA1NjAzZDcxMTI0ZjRkMzQ2MmMwOTM4YWJkOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"588b5387-5573-4cde-96aa-c7ff29799ce4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T07:02:20.472Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:02:20.473Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:20.475Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:20.475Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:02:20.575Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:02:20.576Z||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.
2023-01-05T07:02:20.576Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:20.587Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:20.588Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:02:21.482Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:02:21.483Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:21.487Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:21.487Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T07:02:21.586Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:02:21.587Z||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.
2023-01-05T07:02:21.587Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:21.601Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:21.602Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:02:22.487Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:02:22.489Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:22.490Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:22.491Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:02:22.592Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T07:02:22.593Z||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.
2023-01-05T07:02:22.593Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:22.605Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:22.606Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:02:23.492Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:02:23.492Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:23.494Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:23.495Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:02:23.595Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:02:23.596Z||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.
2023-01-05T07:02:23.596Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:23.609Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:23.610Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:02:24.496Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:02:24.497Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:24.500Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:24.500Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-05T07:02:24.600Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:02:24.602Z||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.
2023-01-05T07:02:24.602Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:24.623Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:24.624Z||pool-55-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:02:25.501Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:02:25.502Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:25.505Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:25.506Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:02:25.606Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:02:25.607Z||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.
2023-01-05T07:02:25.608Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:25.629Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:25.630Z||pool-56-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:02:26.507Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:02:26.516Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:26.527Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:26.528Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:02:26.624Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-01-05T07:02:26.626Z||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.
2023-01-05T07:02:26.626Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:26.644Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:26.646Z||pool-57-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:02:27.529Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7822d5cc-dee0-483a-8cb6-f0a94f700a9c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5bfc2dcd-5069-4071-b8b3-f2097daa1c03",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0ddd7e6e-5c6d-42b6-8385-160053e37fc8",
      "resourceInvariantUUID": "54564832-47b5-4560-818b-c9f8a661b170",
      "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": "ZjA2NjVlNmFlMzBiYzY3OTZmMmUxMzA5MTQ0NTU3ZTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f91756b1-791c-4371-ab02-84a9954b220d",
          "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": "0852141e-8de8-44c6-ba9a-7eb5abc38833",
          "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": "5d7627d6-c50b-40a5-86b4-6d987b9d2dc1",
            "generatedFromUUID": "0852141e-8de8-44c6-ba9a-7eb5abc38833"
          },
          "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": "5d7627d6-c50b-40a5-86b4-6d987b9d2dc1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NWFmNTA1NjAzZDcxMTI0ZjRkMzQ2MmMwOTM4YWJkOWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "588b5387-5573-4cde-96aa-c7ff29799ce4"
    }
  ],
  "workloadContext": "Production"
}
2023-01-05T07:02:27.530Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T07:02:27.530Z|ac4d4fec-e183-4fcf-bc30-bc0d618c3712|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67 ASDC
2023-01-05T07:02:27.532Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f19922f-00e8-437d-bf8b-e8ab44012251
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67
ServiceInvariantUUID:7822d5cc-dee0-483a-8cb6-f0a94f700a9c
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:588b5387-5573-4cde-96aa-c7ff29799ce4
ArtifactChecksum:NWFmNTA1NjAzZDcxMTI0ZjRkMzQ2MmMwOTM4YWJkOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5bfc2dcd-5069-4071-b8b3-f2097daa1c03
ResourceInvariantUUID:54564832-47b5-4560-818b-c9f8a661b170
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:0ddd7e6e-5c6d-42b6-8385-160053e37fc8
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:f91756b1-791c-4371-ab02-84a9954b220d
ArtifactChecksum:ZjA2NjVlNmFlMzBiYzY3OTZmMmUxMzA5MTQ0NTU3ZTQ=
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:0852141e-8de8-44c6-ba9a-7eb5abc38833
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:5d7627d6-c50b-40a5-86b4-6d987b9d2dc1
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:5d7627d6-c50b-40a5-86b4-6d987b9d2dc1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-05T07:02:27.535Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67 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=?
2023-01-05T07:02:27.625Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:02:27.626Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T07:02:27.626Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T07:02:27.626Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 588b5387-5573-4cde-96aa-c7ff29799ce4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-05T07:02:27.626Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T07:02:27.626Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-05T07:02:27.836Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T07:02:27.839Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 588b5387-5573-4cde-96aa-c7ff29799ce4 75208
2023-01-05T07:02:27.840Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-05T07:02:27.840Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-05T07:02:27.840Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:02:27.841Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:27.844Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:27.844Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902147840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:02:27.944Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:02:27.945Z||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.
2023-01-05T07:02:27.946Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:27.968Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:27.969Z||pool-58-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:02:28.847Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:02:28.848Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T07:02:28.849Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 588b5387-5573-4cde-96aa-c7ff29799ce4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-05T07:02:28.849Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-05T07:02:28.849Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-05T07:02:28.850Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-05T07:02:29.008Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8032451361046954303/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
2023-01-05T07:02:30.336Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T07:02:30.336Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T07:02:30.337Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-05T07:02:30.337Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-05T07:02:30.337Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-05T07:02:30.337Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-05T07:02:30.337Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||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
2023-01-05T07:02:30.338Z|4f19922f-00e8-437d-bf8b-e8ab44012251|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-BasicVm-csar.csar
2023-01-05T07:02:30.338Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-05T07:02:30.338Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-05T07:02:30.338Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-05T07:02:30.338Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T07:02:30.338Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:30.339Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:30.339Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-05T07:02:30.339Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T07:02:30.339Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:02:30.340Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:30.340Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:30.340Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-05T07:02:30.340Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T07:02:30.340Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:02:30.341Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:30.341Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:30.341Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:30.342Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-05T07:02:30.342Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-05T07:02:30.342Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-05T07:02:30.342Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-05T07:02:30.342Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-05T07:02:30.343Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-05T07:02:30.343Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:30.343Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T07:02:30.343Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:30.343Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-05T07:02:30.344Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:02:30.344Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:30.344Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-05T07:02:30.345Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:02:30.345Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:30.345Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-05T07:02:30.345Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:02:30.345Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:30.346Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-05T07:02:30.346Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-05T07:02:30.346Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-05T07:02:30.346Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3e85b27-0a77-4071-9bd5-5c1fd4c0e889
2023-01-05T07:02:30.347Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:30.347Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:30.347Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:30.347Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:30.348Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:30.348Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:30.348Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:30.348Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:30.349Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67
Model Version:NULL
Model InvariantUuid:7822d5cc-dee0-483a-8cb6-f0a94f700a9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6612e899-c121-49ce-842b-5702dd950b18
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:54564832-47b5-4560-818b-c9f8a661b170
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5bfc2dcd-5069-4071-b8b3-f2097daa1c03
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d5ec793f-5d1e-4453-9430-4d59df960c3d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:719f895d-f50b-4fb8-9bd4-52c1da6ef0c1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c3e85b27-0a77-4071-9bd5-5c1fd4c0e889
ModelInvariantUuid:57425883-eae7-4a1a-a437-597f5de367b8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c16c5a57-e2cd-4248-a30e-2fd7386734fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ab210835-216b-4662-805f-80cc2a32df51
ModelInvariantUuid:cf23b8a6-a1b5-446c-94dc-736d72f0fb0a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:038d4449-dcef-416d-96d9-14f530db512c
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=?
2023-01-05T07:02:30.888Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ddd7e6e-5c6d-42b6-8385-160053e37fc8
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=?
2023-01-05T07:02:30.892Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||basic_vm 0
2023-01-05T07:02:30.893Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ddd7e6e-5c6d-42b6-8385-160053e37fc8
2023-01-05T07:02:30.893Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f91756b1-791c-4371-ab02-84a9954b220d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-05T07:02:30.893Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T07:02:30.893Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-05T07:02:30.942Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T07:02:30.943Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f91756b1-791c-4371-ab02-84a9954b220d 787
2023-01-05T07:02:30.943Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-01-05T07:02:30.944Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-05T07:02:30.944Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:02:30.944Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:30.946Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:30.947Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902150943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:02:31.047Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:02:31.048Z||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.
2023-01-05T07:02:31.048Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:31.058Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:31.059Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:02:31.947Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d5ec793f-5d1e-4453-9430-4d59df960c3d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "719f895d-f50b-4fb8-9bd4-52c1da6ef0c1",
    "vfModuleModelCustomizationUUID": "b2960336-41f2-4a02-8ada-7c31f6aaab84",
    "isBase": true,
    "artifacts": [
      "0852141e-8de8-44c6-ba9a-7eb5abc38833",
      "5d7627d6-c50b-40a5-86b4-6d987b9d2dc1"
    ],
    "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": ""
    }
  }
]
2023-01-05T07:02:31.952Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:719f895d-f50b-4fb8-9bd4-52c1da6ef0c1
VfModuleModelInvariantUUID:d5ec793f-5d1e-4453-9430-4d59df960c3d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0852141e-8de8-44c6-ba9a-7eb5abc38833
,
5d7627d6-c50b-40a5-86b4-6d987b9d2dc1

}
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


}

2023-01-05T07:02:31.957Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d5ec793f-5d1e-4453-9430-4d59df960c3d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "719f895d-f50b-4fb8-9bd4-52c1da6ef0c1",
    "vfModuleModelCustomizationUUID": "b2960336-41f2-4a02-8ada-7c31f6aaab84",
    "isBase": true,
    "artifacts": [
      "0852141e-8de8-44c6-ba9a-7eb5abc38833",
      "5d7627d6-c50b-40a5-86b4-6d987b9d2dc1"
    ],
    "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": ""
    }
  }
]
2023-01-05T07:02:31.957Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:719f895d-f50b-4fb8-9bd4-52c1da6ef0c1
VfModuleModelInvariantUUID:d5ec793f-5d1e-4453-9430-4d59df960c3d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0852141e-8de8-44c6-ba9a-7eb5abc38833
,
5d7627d6-c50b-40a5-86b4-6d987b9d2dc1

}
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


}

2023-01-05T07:02:31.957Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0852141e-8de8-44c6-ba9a-7eb5abc38833 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-05T07:02:31.957Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T07:02:31.959Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-05T07:02:32.046Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T07:02:32.047Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0852141e-8de8-44c6-ba9a-7eb5abc38833 5033
2023-01-05T07:02:32.047Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-05T07:02:32.048Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-05T07:02:32.048Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:02:32.048Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:32.051Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:32.052Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902152047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:02:32.151Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:02:32.152Z||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.
2023-01-05T07:02:32.153Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:32.163Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:32.164Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:02:33.053Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5d7627d6-c50b-40a5-86b4-6d987b9d2dc1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-05T07:02:33.053Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T07:02:33.054Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-05T07:02:33.110Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T07:02:33.110Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5d7627d6-c50b-40a5-86b4-6d987b9d2dc1 903
2023-01-05T07:02:33.111Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-05T07:02:33.111Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-05T07:02:33.112Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:02:33.112Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:33.114Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:33.114Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902153111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:02:33.214Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:02:33.215Z||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.
2023-01-05T07:02:33.216Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:33.227Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:33.228Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:02:34.115Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67
2023-01-05T07:02:34.116Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 0ddd7e6e-5c6d-42b6-8385-160053e37fc8 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=?
2023-01-05T07:02:34.130Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25f1a044, org.onap.sdc.toscaparser.api.parameters.Input@5775a95d, org.onap.sdc.toscaparser.api.parameters.Input@627a40a5, org.onap.sdc.toscaparser.api.parameters.Input@72835658, org.onap.sdc.toscaparser.api.parameters.Input@5a583bcc]
2023-01-05T07:02:34.132Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.132Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:34.132Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-05T07:02:34.132Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5bfc2dcd-5069-4071-b8b3-f2097daa1c03
2023-01-05T07:02:34.133Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5bfc2dcd-5069-4071-b8b3-f2097daa1c03 matches Tosca VF Customization UUID: 5bfc2dcd-5069-4071-b8b3-f2097daa1c03
2023-01-05T07:02:34.133Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5bfc2dcd-5069-4071-b8b3-f2097daa1c03  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=?
2023-01-05T07:02:34.135Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.136Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:34.137Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5bfc2dcd-5069-4071-b8b3-f2097daa1c03: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-05T07:02:34.137Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@780bf881
2023-01-05T07:02:34.137Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.138Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T07:02:34.138Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b2960336-41f2-4a02-8ada-7c31f6aaab84
2023-01-05T07:02:34.138Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b2960336-41f2-4a02-8ada-7c31f6aaab84
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=?
2023-01-05T07:02:34.142Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.142Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-05T07:02:34.142Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:02:34.142Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.143Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-05T07:02:34.143Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:02:34.143Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.144Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-05T07:02:34.144Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-05T07:02:34.144Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-05T07:02:34.144Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3e85b27-0a77-4071-9bd5-5c1fd4c0e889
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=?
2023-01-05T07:02:34.147Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.147Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-05T07:02:34.147Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:02:34.147Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.148Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-05T07:02:34.148Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5bfc2dcd-5069-4071-b8b3-f2097daa1c03
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=?
2023-01-05T07:02:34.150Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.151Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:34.151Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67: basic_vm
2023-01-05T07:02:34.151Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.152Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:34.152Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.152Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:34.152Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.152Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:34.152Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.153Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:34.153Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:02:34.153Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:02:34.153Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||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 (?, ?, ?, ?, ?)
2023-01-05T07:02:34.235Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 0ddd7e6e-5c6d-42b6-8385-160053e37fc8 1 ASDC deployResourceStructure
2023-01-05T07:02:34.236Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-01-05T07:02:34.236Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-05T07:02:34.236Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:02:34.236Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:34.238Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:34.238Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902154236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T07:02:34.339Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:02:34.340Z||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.
2023-01-05T07:02:34.341Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:34.352Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:34.352Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:02:35.239Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-05T07:02:35.240Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-05T07:02:35.240Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:02:35.240Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:35.243Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:35.243Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902155239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T07:02:35.343Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:02:35.344Z||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.
2023-01-05T07:02:35.344Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:35.356Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:35.356Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:02:36.245Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-05T07:02:36.245Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-05T07:02:36.245Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:02:36.245Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:36.247Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:36.247Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902156245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-05T07:02:36.347Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:02:36.349Z||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.
2023-01-05T07:02:36.349Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:36.360Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:36.361Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:02:37.252Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-05T07:02:37.253Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-05T07:02:37.253Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:02:37.253Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:02:37.255Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:02:37.255Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902157252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:02:37.356Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:02:37.357Z||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.
2023-01-05T07:02:37.357Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:37.388Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:37.393Z||pool-65-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:02:38.256Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f19922f-00e8-437d-bf8b-e8ab44012251
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T07:02:38.275Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f19922f-00e8-437d-bf8b-e8ab44012251
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=?
2023-01-05T07:02:38.283Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T07:02:38.284Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T07:02:38.284Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T07:02:38.284Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T07:02:38.284Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:02:38.285Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:02:38.285Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:02:38.285Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:02:38.285Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:02:38.285Z|4f19922f-00e8-437d-bf8b-e8ab44012251|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=?
2023-01-05T07:02:38.291Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T07:02:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:02:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T07:02:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:02:55.058Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:02:55.059Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:02:55.059Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ffe1bef-0875-48c7-a609-ac0e44c4fee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902091117,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:02:55.061Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:02:55.061Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:02:55.061Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:02:55.062Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:02:55.062Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:02:55.062Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:02:55.062Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:02:55.062Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:02:55.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:02:55.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:02:55.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:02:55.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:02:55.064Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:02:55.064Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:02:55.064Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:02:55.064Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:02:55.065Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:02:55.065Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/resourceInstances/pnfbfc4921b77c60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:02:55.072Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:02:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:02:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:02:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:02:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:02:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:02:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:02:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:02:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902105908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:02:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:02:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:02:55.075Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902108149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJdco6xnwxnmg5zsygnj0/1.0/artifacts/service-DemoPnfJdco6xnwxnmg5zsygnj0-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:02:55.075Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:03:08.291Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f19922f-00e8-437d-bf8b-e8ab44012251 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=?
2023-01-05T07:03:08.297Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f19922f-00e8-437d-bf8b-e8ab44012251 and serviceModelVersionId: 866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67
2023-01-05T07:03:08.297Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7822d5cc-dee0-483a-8cb6-f0a94f700a9c
2023-01-05T07:03:08.298Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7822d5cc-dee0-483a-8cb6-f0a94f700a9c/model-vers/model-ver/866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67?depth=0
2023-01-05T07:03:08.304Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T07:03:08.352Z|4f19922f-00e8-437d-bf8b-e8ab44012251|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/7822d5cc-dee0-483a-8cb6-f0a94f700a9c/model-vers/model-ver/866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67?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]}
2023-01-05T07:03:08.353Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7822d5cc-dee0-483a-8cb6-f0a94f700a9c/model-vers/model-ver/866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67?depth=0|INFO|500||Invoke
2023-01-05T07:03:08.385Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7822d5cc-dee0-483a-8cb6-f0a94f700a9c/model-vers/model-ver/866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-05T07:03:08.543Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7822d5cc-dee0-483a-8cb6-f0a94f700a9c/model-vers/model-ver/866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67?depth=0|INFO|500||InvokeReturn
2023-01-05T07:03:08.544Z|4f19922f-00e8-437d-bf8b-e8ab44012251|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/7822d5cc-dee0-483a-8cb6-f0a94f700a9c/model-vers/model-ver/866c8ec8-a8d2-4c68-b19f-3ac46a0dfe67?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 07:03:09 GMT], content-length=[0], vertex-id=[213080], x-aai-txid=[0-aai-resources-230105-07:03:09:234-90825], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T07:03:08.545Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-01-05T07:03:08.545Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T07:03:08.545Z|4f19922f-00e8-437d-bf8b-e8ab44012251|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=?
2023-01-05T07:03:08.552Z|4f19922f-00e8-437d-bf8b-e8ab44012251|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)
2023-01-05T07:03:08.553Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f19922f-00e8-437d-bf8b-e8ab44012251 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T07:03:08.553Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T07:03:08.554Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:08.556Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:08.557Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902188553,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:03:08.656Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:03:08.658Z||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.
2023-01-05T07:03:08.658Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:08.670Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:08.671Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-05T07:03:09.582Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-05T07:03:09.582Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"54433458-5233-4d0f-85ea-56c94757d9be","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f11709ec-9bf3-4193-886d-fdd313b2345b","serviceDescription":"service","serviceInvariantUUID":"7e351e5b-21e1-4f3f-b974-2076e4127fe9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2fb16787-a81a-4c28-8600-53f8c5a09e8c","resourceInvariantUUID":"5b496feb-d646-4cf5-adab-b1471a36ef73","resourceCustomizationUUID":"e72eb3c2-6f07-42c8-b908-b492c4b43cf2","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":"OWFjZTkxMTIxZWM3ODgzMDUwZTFhZWI0YzI3MzkxN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43db26e3-cc51-467a-9afb-d84720ab826f","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":"7d8155b0-0a9f-485b-8d71-38c6807a0ef3","artifactVersion":"2","generatedFromUUID":"4dceaf30-8d3a-4029-b488-f888ef9acaec"},{"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":"4dceaf30-8d3a-4029-b488-f888ef9acaec","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":"OTA5YWUyN2FmNjg4MWM0MDg0MzIxN2RiNDllNTE1OWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c349ab08-5550-4033-97e5-f6a88854891a","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":"cbe30d94-4f31-47a7-b1be-7efdd21c16d9","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":"f5ba9c5f-2686-4af5-9a7c-7dd41ab7fb27","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":"02828313-06a4-475f-bc7d-8d3441c9d5e1","artifactVersion":"2","generatedFromUUID":"cbe30d94-4f31-47a7-b1be-7efdd21c16d9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTQ1NWUyNWRmNjlmNWU5YjRhNmVhYjgzMTk2YjVmNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2971d00d-5ec3-447b-b793-1bdda2fd2f03","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODA3NWJhOTcyYTA3MjkxZWYyMGQzMzY4ZmQ3ZTE5ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c47bce6-9e37-42d4-bf26-9a1c9b671fd3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T07:03:09.583Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:03:09.583Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:09.586Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:09.586Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:03:09.686Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:09.687Z||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.
2023-01-05T07:03:09.687Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:09.700Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:09.701Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:03:10.587Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:03:10.588Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:10.590Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:10.590Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-05T07:03:10.691Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:10.692Z||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.
2023-01-05T07:03:10.692Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:10.704Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:10.705Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:03:11.591Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:03:11.592Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:11.594Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:11.594Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-05T07:03:11.695Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T07:03:11.696Z||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.
2023-01-05T07:03:11.696Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:11.709Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:11.709Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:03:12.595Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:03:12.596Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:12.598Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:12.598Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T07:03:12.699Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:12.700Z||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.
2023-01-05T07:03:12.700Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:12.712Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:12.712Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:03:13.600Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:03:13.600Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:13.602Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:13.602Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:03:13.702Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:13.704Z||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.
2023-01-05T07:03:13.704Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:13.717Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:13.717Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:03:14.603Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:03:14.603Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:14.606Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:14.606Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:03:14.706Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:14.709Z||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.
2023-01-05T07:03:14.709Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:14.736Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:14.737Z||pool-72-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:03:15.607Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:03:15.608Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:15.611Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:15.611Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-05T07:03:15.711Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:15.713Z||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.
2023-01-05T07:03:15.713Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:15.724Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:15.725Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:03:16.612Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:03:16.613Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:16.615Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:16.615Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:03:16.715Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:16.717Z||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.
2023-01-05T07:03:16.717Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:16.728Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:16.729Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:03:17.616Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:03:17.617Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:17.619Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:17.619Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:03:17.719Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:17.720Z||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.
2023-01-05T07:03:17.720Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:17.731Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:17.732Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:03:18.620Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f11709ec-9bf3-4193-886d-fdd313b2345b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7e351e5b-21e1-4f3f-b974-2076e4127fe9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e72eb3c2-6f07-42c8-b908-b492c4b43cf2",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2fb16787-a81a-4c28-8600-53f8c5a09e8c",
      "resourceInvariantUUID": "5b496feb-d646-4cf5-adab-b1471a36ef73",
      "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": "7d8155b0-0a9f-485b-8d71-38c6807a0ef3",
          "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": "4dceaf30-8d3a-4029-b488-f888ef9acaec",
          "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": "OTA5YWUyN2FmNjg4MWM0MDg0MzIxN2RiNDllNTE1OWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c349ab08-5550-4033-97e5-f6a88854891a",
          "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": "cbe30d94-4f31-47a7-b1be-7efdd21c16d9",
          "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": "02828313-06a4-475f-bc7d-8d3441c9d5e1",
            "generatedFromUUID": "cbe30d94-4f31-47a7-b1be-7efdd21c16d9"
          },
          "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": "02828313-06a4-475f-bc7d-8d3441c9d5e1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODA3NWJhOTcyYTA3MjkxZWYyMGQzMzY4ZmQ3ZTE5ODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c47bce6-9e37-42d4-bf26-9a1c9b671fd3"
    }
  ],
  "workloadContext": "Production"
}
2023-01-05T07:03:18.621Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T07:03:18.621Z|4f19922f-00e8-437d-bf8b-e8ab44012251|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f11709ec-9bf3-4193-886d-fdd313b2345b ASDC
2023-01-05T07:03:18.622Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:54433458-5233-4d0f-85ea-56c94757d9be
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f11709ec-9bf3-4193-886d-fdd313b2345b
ServiceInvariantUUID:7e351e5b-21e1-4f3f-b974-2076e4127fe9
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:4c47bce6-9e37-42d4-bf26-9a1c9b671fd3
ArtifactChecksum:ODA3NWJhOTcyYTA3MjkxZWYyMGQzMzY4ZmQ3ZTE5ODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e72eb3c2-6f07-42c8-b908-b492c4b43cf2
ResourceInvariantUUID:5b496feb-d646-4cf5-adab-b1471a36ef73
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2fb16787-a81a-4c28-8600-53f8c5a09e8c
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:7d8155b0-0a9f-485b-8d71-38c6807a0ef3
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:4dceaf30-8d3a-4029-b488-f888ef9acaec
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:c349ab08-5550-4033-97e5-f6a88854891a
ArtifactChecksum:OTA5YWUyN2FmNjg4MWM0MDg0MzIxN2RiNDllNTE1OWQ=
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:cbe30d94-4f31-47a7-b1be-7efdd21c16d9
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:02828313-06a4-475f-bc7d-8d3441c9d5e1
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:02828313-06a4-475f-bc7d-8d3441c9d5e1
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-05T07:03:18.622Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f11709ec-9bf3-4193-886d-fdd313b2345b 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=?
2023-01-05T07:03:18.652Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:03:18.653Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T07:03:18.653Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T07:03:18.653Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4c47bce6-9e37-42d4-bf26-9a1c9b671fd3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-05T07:03:18.653Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T07:03:18.653Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-05T07:03:18.798Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T07:03:18.801Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4c47bce6-9e37-42d4-bf26-9a1c9b671fd3 73990
2023-01-05T07:03:18.802Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-05T07:03:18.802Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-05T07:03:18.802Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:03:18.802Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:18.804Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:18.805Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902198802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:03:18.905Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:18.906Z||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.
2023-01-05T07:03:18.906Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:18.920Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:18.921Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:03:19.805Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:03:19.806Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-05T07:03:19.807Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4c47bce6-9e37-42d4-bf26-9a1c9b671fd3, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-05T07:03:19.807Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-05T07:03:19.807Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-05T07:03:19.808Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-05T07:03:19.918Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11774760978962257459/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
2023-01-05T07:03:21.020Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T07:03:21.021Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T07:03:21.021Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-05T07:03:21.021Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-05T07:03:21.021Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-05T07:03:21.021Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||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
2023-01-05T07:03:21.022Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-05T07:03:21.022Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-05T07:03:21.022Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-05T07:03:21.022Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:21.022Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:21.023Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-05T07:03:21.023Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T07:03:21.023Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:03:21.023Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:21.024Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:21.024Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-05T07:03:21.024Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-05T07:03:21.024Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:03:21.024Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:21.025Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:21.025Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:21.025Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-05T07:03:21.025Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-05T07:03:21.026Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-05T07:03:21.026Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-05T07:03:21.026Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:21.026Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T07:03:21.026Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:21.027Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-05T07:03:21.027Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:03:21.027Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:21.027Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-05T07:03:21.028Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:03:21.028Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:21.028Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-05T07:03:21.029Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:03:21.029Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:21.029Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-05T07:03:21.029Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-05T07:03:21.030Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fd0cd6c2-efcc-4abc-b13f-0e6b7633a23a
2023-01-05T07:03:21.030Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:21.030Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:21.031Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:21.031Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:21.032Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:21.032Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:21.032Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:21.032Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:21.032Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f11709ec-9bf3-4193-886d-fdd313b2345b
Model Version:NULL
Model InvariantUuid:7e351e5b-21e1-4f3f-b974-2076e4127fe9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:3200c224-dc4f-4cd7-9715-40da11d894be
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5b496feb-d646-4cf5-adab-b1471a36ef73
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e72eb3c2-6f07-42c8-b908-b492c4b43cf2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cfaa277c-6572-4a85-b160-418692c0aac2
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3a659b72-d791-43e2-a4bc-967faf535517
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fd0cd6c2-efcc-4abc-b13f-0e6b7633a23a
ModelInvariantUuid:f5719c4f-6955-4b80-a80c-df7e48cbd912
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0e917136-b50a-4fa7-8441-e3ac5dd60e9a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b4a3d0bc-f505-4be1-ad4f-8e52633adcfe
ModelInvariantUuid:44b1e70e-0906-4eb5-84f7-c081278bf488
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:cb685752-64fd-48ca-a089-94eceeeaed7e
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=?
2023-01-05T07:03:21.040Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2fb16787-a81a-4c28-8600-53f8c5a09e8c
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=?
2023-01-05T07:03:21.044Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||basic_cnf 0
2023-01-05T07:03:21.044Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2fb16787-a81a-4c28-8600-53f8c5a09e8c
2023-01-05T07:03:21.045Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7d8155b0-0a9f-485b-8d71-38c6807a0ef3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-05T07:03:21.045Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T07:03:21.045Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-05T07:03:21.173Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T07:03:21.174Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7d8155b0-0a9f-485b-8d71-38c6807a0ef3 12
2023-01-05T07:03:21.174Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-01-05T07:03:21.174Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-05T07:03:21.175Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:03:21.175Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:21.178Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:21.178Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902201174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:03:21.278Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:21.279Z||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.
2023-01-05T07:03:21.279Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:21.292Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:21.294Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:03:22.179Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4dceaf30-8d3a-4029-b488-f888ef9acaec from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-05T07:03:22.180Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T07:03:22.180Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-05T07:03:22.267Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T07:03:22.268Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4dceaf30-8d3a-4029-b488-f888ef9acaec 2688
2023-01-05T07:03:22.268Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-01-05T07:03:22.268Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-05T07:03:22.269Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:03:22.269Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:22.272Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:22.272Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902202268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:03:22.372Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:03:22.373Z||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.
2023-01-05T07:03:22.374Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:22.385Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:22.386Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:03:23.274Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c349ab08-5550-4033-97e5-f6a88854891a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-05T07:03:23.275Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T07:03:23.276Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-05T07:03:23.321Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T07:03:23.322Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c349ab08-5550-4033-97e5-f6a88854891a 828
2023-01-05T07:03:23.322Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-01-05T07:03:23.323Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-05T07:03:23.323Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:03:23.323Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:23.326Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:23.326Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902203322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:03:23.426Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:23.427Z||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.
2023-01-05T07:03:23.428Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:23.439Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:23.439Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:03:24.327Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cfaa277c-6572-4a85-b160-418692c0aac2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a659b72-d791-43e2-a4bc-967faf535517",
    "vfModuleModelCustomizationUUID": "b814efb7-d217-49d8-8777-ff53a4eada98",
    "isBase": true,
    "artifacts": [
      "cbe30d94-4f31-47a7-b1be-7efdd21c16d9",
      "4dceaf30-8d3a-4029-b488-f888ef9acaec",
      "02828313-06a4-475f-bc7d-8d3441c9d5e1"
    ],
    "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": ""
    }
  }
]
2023-01-05T07:03:24.332Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a659b72-d791-43e2-a4bc-967faf535517
VfModuleModelInvariantUUID:cfaa277c-6572-4a85-b160-418692c0aac2
VfModuleModelDescription:NULL
Artifacts UUID List:{
cbe30d94-4f31-47a7-b1be-7efdd21c16d9
,
4dceaf30-8d3a-4029-b488-f888ef9acaec
,
02828313-06a4-475f-bc7d-8d3441c9d5e1

}
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


}

2023-01-05T07:03:24.334Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cfaa277c-6572-4a85-b160-418692c0aac2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a659b72-d791-43e2-a4bc-967faf535517",
    "vfModuleModelCustomizationUUID": "b814efb7-d217-49d8-8777-ff53a4eada98",
    "isBase": true,
    "artifacts": [
      "cbe30d94-4f31-47a7-b1be-7efdd21c16d9",
      "4dceaf30-8d3a-4029-b488-f888ef9acaec",
      "02828313-06a4-475f-bc7d-8d3441c9d5e1"
    ],
    "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": ""
    }
  }
]
2023-01-05T07:03:24.334Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a659b72-d791-43e2-a4bc-967faf535517
VfModuleModelInvariantUUID:cfaa277c-6572-4a85-b160-418692c0aac2
VfModuleModelDescription:NULL
Artifacts UUID List:{
cbe30d94-4f31-47a7-b1be-7efdd21c16d9
,
4dceaf30-8d3a-4029-b488-f888ef9acaec
,
02828313-06a4-475f-bc7d-8d3441c9d5e1

}
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


}

2023-01-05T07:03:24.334Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cbe30d94-4f31-47a7-b1be-7efdd21c16d9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-05T07:03:24.334Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T07:03:24.335Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-05T07:03:24.390Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T07:03:24.391Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml cbe30d94-4f31-47a7-b1be-7efdd21c16d9 1164
2023-01-05T07:03:24.392Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-01-05T07:03:24.392Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-05T07:03:24.392Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:03:24.393Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:24.395Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:24.395Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902204392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:03:24.495Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:03:24.497Z||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.
2023-01-05T07:03:24.497Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:24.522Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:24.523Z||pool-80-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:03:25.396Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 02828313-06a4-475f-bc7d-8d3441c9d5e1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-05T07:03:25.398Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-05T07:03:25.398Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-05T07:03:25.452Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-05T07:03:25.453Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 02828313-06a4-475f-bc7d-8d3441c9d5e1 200
2023-01-05T07:03:25.454Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-01-05T07:03:25.454Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-05T07:03:25.455Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:03:25.455Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:25.458Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:25.459Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902205454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:03:25.559Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:25.560Z||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.
2023-01-05T07:03:25.560Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:25.573Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:25.574Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:03:26.460Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f11709ec-9bf3-4193-886d-fdd313b2345b
2023-01-05T07:03:26.461Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2fb16787-a81a-4c28-8600-53f8c5a09e8c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2023-01-05T07:03:26.483Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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=?
2023-01-05T07:03:26.490Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f9aa2a, org.onap.sdc.toscaparser.api.parameters.Input@7b7f8f43, org.onap.sdc.toscaparser.api.parameters.Input@45faac4a, org.onap.sdc.toscaparser.api.parameters.Input@f10caf4, org.onap.sdc.toscaparser.api.parameters.Input@417699c6]
2023-01-05T07:03:26.492Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.492Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:26.493Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-05T07:03:26.493Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e72eb3c2-6f07-42c8-b908-b492c4b43cf2
2023-01-05T07:03:26.493Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e72eb3c2-6f07-42c8-b908-b492c4b43cf2 matches Tosca VF Customization UUID: e72eb3c2-6f07-42c8-b908-b492c4b43cf2
2023-01-05T07:03:26.494Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e72eb3c2-6f07-42c8-b908-b492c4b43cf2  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=?
2023-01-05T07:03:26.497Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.497Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:26.498Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e72eb3c2-6f07-42c8-b908-b492c4b43cf2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-05T07:03:26.498Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f325805
2023-01-05T07:03:26.499Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.499Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T07:03:26.500Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b814efb7-d217-49d8-8777-ff53a4eada98
2023-01-05T07:03:26.500Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b814efb7-d217-49d8-8777-ff53a4eada98
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=?
2023-01-05T07:03:26.504Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.505Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-05T07:03:26.505Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:03:26.506Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.506Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-05T07:03:26.506Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:03:26.507Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.507Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-05T07:03:26.508Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-05T07:03:26.508Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fd0cd6c2-efcc-4abc-b13f-0e6b7633a23a
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=?
2023-01-05T07:03:26.512Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.512Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-05T07:03:26.513Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:03:26.513Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.514Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-05T07:03:26.514Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e72eb3c2-6f07-42c8-b908-b492c4b43cf2
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=?
2023-01-05T07:03:26.517Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.517Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:26.518Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f11709ec-9bf3-4193-886d-fdd313b2345b: basic_cnf
2023-01-05T07:03:26.518Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.519Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:26.519Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.520Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:26.520Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.521Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:26.521Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.521Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:26.522Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:03:26.522Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:03:26.523Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||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 (?, ?, ?, ?, ?)
2023-01-05T07:03:26.601Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2fb16787-a81a-4c28-8600-53f8c5a09e8c 1 ASDC deployResourceStructure
2023-01-05T07:03:26.603Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-01-05T07:03:26.603Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-01-05T07:03:26.603Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-05T07:03:26.604Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:26.606Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:26.606Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902206602,
  "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"
}
2023-01-05T07:03:26.708Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-05T07:03:26.709Z||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.
2023-01-05T07:03:26.709Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:26.719Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:26.720Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:03:27.607Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-01-05T07:03:27.607Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-01-05T07:03:27.608Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-05T07:03:27.608Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:27.610Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:27.610Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902207607,
  "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"
}
2023-01-05T07:03:27.715Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2023-01-05T07:03:27.716Z||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.
2023-01-05T07:03:27.716Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:27.731Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:27.731Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:03:28.611Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-01-05T07:03:28.612Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-05T07:03:28.612Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:03:28.613Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:28.615Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:28.615Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902208611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T07:03:28.715Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:28.716Z||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.
2023-01-05T07:03:28.716Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:28.727Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:28.727Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:03:29.617Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-01-05T07:03:29.617Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-05T07:03:29.617Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:03:29.618Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:29.620Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:29.620Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902209616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T07:03:29.721Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T07:03:29.722Z||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.
2023-01-05T07:03:29.722Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:29.734Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:29.735Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:03:30.623Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-01-05T07:03:30.624Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-05T07:03:30.624Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:03:30.624Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:30.627Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:30.627Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902210623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-05T07:03:30.727Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:30.728Z||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.
2023-01-05T07:03:30.728Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:30.740Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:30.740Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:03:31.629Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-05T07:03:31.629Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-05T07:03:31.629Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:03:31.630Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:03:31.632Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:03:31.632Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902211629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:03:31.733Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:03:31.733Z||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.
2023-01-05T07:03:31.734Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:31.745Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:31.745Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:03:32.633Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54433458-5233-4d0f-85ea-56c94757d9be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T07:03:32.644Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54433458-5233-4d0f-85ea-56c94757d9be
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=?
2023-01-05T07:03:32.646Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T07:03:32.647Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T07:03:32.647Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T07:03:32.647Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T07:03:32.647Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:03:32.647Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:03:32.648Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:03:32.648Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:03:32.648Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:03:32.648Z|54433458-5233-4d0f-85ea-56c94757d9be|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=?
2023-01-05T07:03:32.652Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T07:03:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:03:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T07:03:55.033Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:03:55.059Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:03:55.060Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.060Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4d4fec-e183-4fcf-bc30-bc0d618c3712",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902139449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:03:55.061Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:03:55.061Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.062Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:03:55.062Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:03:55.062Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T07:03:55.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:03:55.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.063Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:03:55.064Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:03:55.064Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.064Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:03:55.065Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:03:55.065Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.066Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-05T07:03:55.066Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:03:55.066Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.067Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:03:55.067Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:03:55.067Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.068Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:03:55.068Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:03:55.068Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.068Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902147840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:03:55.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:03:55.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.069Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902150943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:03:55.070Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:03:55.070Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.070Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902152047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:03:55.071Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:03:55.071Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.071Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902153111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:03:55.072Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:03:55.072Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902154236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T07:03:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:03:55.073Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902155239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T07:03:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:03:55.074Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.075Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902156245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-05T07:03:55.075Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:03:55.075Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-05T07:03:55.076Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902157252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:03:55.076Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:04:02.653Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54433458-5233-4d0f-85ea-56c94757d9be 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=?
2023-01-05T07:04:02.665Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54433458-5233-4d0f-85ea-56c94757d9be and serviceModelVersionId: f11709ec-9bf3-4193-886d-fdd313b2345b
2023-01-05T07:04:02.665Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e351e5b-21e1-4f3f-b974-2076e4127fe9
2023-01-05T07:04:02.666Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e351e5b-21e1-4f3f-b974-2076e4127fe9/model-vers/model-ver/f11709ec-9bf3-4193-886d-fdd313b2345b?depth=0
2023-01-05T07:04:02.672Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T07:04:02.723Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e351e5b-21e1-4f3f-b974-2076e4127fe9/model-vers/model-ver/f11709ec-9bf3-4193-886d-fdd313b2345b?depth=0|INFO|500||Invoke
2023-01-05T07:04:02.724Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e351e5b-21e1-4f3f-b974-2076e4127fe9/model-vers/model-ver/f11709ec-9bf3-4193-886d-fdd313b2345b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e351e5b-21e1-4f3f-b974-2076e4127fe9/model-vers/model-ver/f11709ec-9bf3-4193-886d-fdd313b2345b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54433458-5233-4d0f-85ea-56c94757d9be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f01c9c4-3384-4a36-8727-1d8cfff1f5db], X-ECOMP-RequestID=[54433458-5233-4d0f-85ea-56c94757d9be], X-TransactionId=[], X-ONAP-RequestID=[54433458-5233-4d0f-85ea-56c94757d9be], Content-Type=[application/merge-patch+json]}
2023-01-05T07:04:02.751Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e351e5b-21e1-4f3f-b974-2076e4127fe9/model-vers/model-ver/f11709ec-9bf3-4193-886d-fdd313b2345b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-05T07:04:02.904Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e351e5b-21e1-4f3f-b974-2076e4127fe9/model-vers/model-ver/f11709ec-9bf3-4193-886d-fdd313b2345b?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/7e351e5b-21e1-4f3f-b974-2076e4127fe9/model-vers/model-ver/f11709ec-9bf3-4193-886d-fdd313b2345b?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 07:04:03 GMT], content-length=[0], vertex-id=[196856], x-aai-txid=[0-aai-resources-230105-07:04:03:601-9711], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T07:04:02.905Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e351e5b-21e1-4f3f-b974-2076e4127fe9/model-vers/model-ver/f11709ec-9bf3-4193-886d-fdd313b2345b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-05T07:04:02.906Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e351e5b-21e1-4f3f-b974-2076e4127fe9/model-vers/model-ver/f11709ec-9bf3-4193-886d-fdd313b2345b?depth=0|INFO|500||InvokeReturn
2023-01-05T07:04:02.906Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T07:04:02.908Z|54433458-5233-4d0f-85ea-56c94757d9be|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=?
2023-01-05T07:04:02.924Z|54433458-5233-4d0f-85ea-56c94757d9be|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)
2023-01-05T07:04:02.925Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54433458-5233-4d0f-85ea-56c94757d9be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T07:04:02.925Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T07:04:02.926Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:04:02.935Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:04:02.936Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902242925,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:04:03.034Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-05T07:04:03.035Z||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.
2023-01-05T07:04:03.035Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:04:03.049Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:04:03.050Z||pool-88-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=?
2023-01-05T07:04:03.958Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:04:03.959Z|54433458-5233-4d0f-85ea-56c94757d9be|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.
2023-01-05T07:04:03.959Z|54433458-5233-4d0f-85ea-56c94757d9be|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:04:14.266Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:04:14.268Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:04:14.269Z|54433458-5233-4d0f-85ea-56c94757d9be|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.
2023-01-05T07:04:14.269Z|54433458-5233-4d0f-85ea-56c94757d9be|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:04:23.805Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:04:23.807Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:04:23.808Z||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.
2023-01-05T07:04:23.808Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:04:33.344Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:04:33.346Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:04:33.347Z||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.
2023-01-05T07:04:33.347Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:04:42.898Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:04:55.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:04:55.019Z||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.
2023-01-05T07:04:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:04:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:04:55.032Z||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.
2023-01-05T07:04:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:04:55.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:04:55.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f19922f-00e8-437d-bf8b-e8ab44012251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902188553,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:04:55.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:04:55.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:04:55.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:04:55.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-05T07:04:55.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:04:55.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-05T07:04:55.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:04:55.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T07:04:55.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:04:55.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:04:55.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:04:55.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:04:55.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:04:55.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-05T07:04:55.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:04:55.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:04:55.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:04:55.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902092136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:04:55.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:04:55.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902198802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:04:55.079Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:04:55.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902201174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:04:55.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:04:55.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902202268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:04:55.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:04:55.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902203322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:04:55.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:04:55.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902204392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:04:55.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:04:55.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902205454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:04:55.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:04:55.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902206602,
  "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"
}
2023-01-05T07:04:55.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:04:55.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902207607,
  "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"
}
2023-01-05T07:04:55.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:04:55.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902208611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T07:04:55.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:04:55.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902209616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T07:04:55.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:04:55.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902210623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-05T07:04:55.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:04:55.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-05T07:04:55.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902211629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:04:55.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:05:04.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:05:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:05:55.020Z||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.
2023-01-05T07:05:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:05:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:05:55.032Z|54433458-5233-4d0f-85ea-56c94757d9be|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.
2023-01-05T07:05:55.032Z|54433458-5233-4d0f-85ea-56c94757d9be|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:05:55.557Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:05:55.558Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-05T07:05:55.558Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54433458-5233-4d0f-85ea-56c94757d9be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672902242925,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:05:55.560Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:06:04.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:06:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:06:55.019Z||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.
2023-01-05T07:06:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:06:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:06:55.032Z||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.
2023-01-05T07:06:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:07:04.573Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:07:04.573Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:07:55.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:07:55.019Z||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.
2023-01-05T07:07:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:07:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:07:55.031Z||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.
2023-01-05T07:07:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:08:04.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:08:04.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:08:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:08:55.020Z||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.
2023-01-05T07:08:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:08:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:08:55.032Z||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.
2023-01-05T07:08:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:09:04.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:09:04.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:09:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:09:55.019Z||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.
2023-01-05T07:09:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:09:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:09:55.031Z||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.
2023-01-05T07:09:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:10:04.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:10:04.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:10:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:10:55.020Z||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.
2023-01-05T07:10:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:10:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:10:55.032Z||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.
2023-01-05T07:10:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:11:04.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:11:04.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:11:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:11:55.019Z||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.
2023-01-05T07:11:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:11:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:11:55.031Z||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.
2023-01-05T07:11:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:12:04.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:12:04.579Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:12:55.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:12:55.019Z||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.
2023-01-05T07:12:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:12:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:12:55.031Z||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.
2023-01-05T07:12:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:13:04.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:13:04.567Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:13:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:13:55.019Z||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.
2023-01-05T07:13:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:13:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:13:55.038Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T07:13:55.039Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:14:04.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:14:04.612Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:14:55.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:14:55.018Z||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.
2023-01-05T07:14:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:14:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:14:55.031Z||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.
2023-01-05T07:14:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:15:04.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:15:04.567Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:15:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:15:55.019Z||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.
2023-01-05T07:15:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:15:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:15:55.032Z||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.
2023-01-05T07:15:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:16:04.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:16:04.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:16:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:16:55.019Z||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.
2023-01-05T07:16:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:16:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:16:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|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.
2023-01-05T07:16:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:17:04.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:17:04.565Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:17:55.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:17:55.018Z||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.
2023-01-05T07:17:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:17:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:17:55.031Z||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.
2023-01-05T07:17:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:18:04.563Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:18:04.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:18:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:18:55.019Z||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.
2023-01-05T07:18:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:18:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:18:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T07:18:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:19:04.563Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:19:04.567Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:19:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:19:55.018Z||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.
2023-01-05T07:19:55.018Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:19:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:19:55.033Z||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.
2023-01-05T07:19:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:20:04.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:20:04.571Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:20:55.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:20:55.018Z||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.
2023-01-05T07:20:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:20:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:20:55.032Z||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.
2023-01-05T07:20:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:21:04.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:21:04.571Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:21:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:21:55.019Z||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.
2023-01-05T07:21:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:21:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:21:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|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.
2023-01-05T07:21:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:22:04.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:22:04.566Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:22:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:22:55.019Z||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.
2023-01-05T07:22:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:22:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:22:55.031Z||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.
2023-01-05T07:22:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:23:04.563Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:23:04.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:23:55.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:23:55.018Z||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.
2023-01-05T07:23:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:23:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:23:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T07:23:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:24:04.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:24:04.567Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:24:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:24:55.019Z||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.
2023-01-05T07:24:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:24:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:24:55.031Z||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.
2023-01-05T07:24:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:25:04.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:25:04.567Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:25:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:25:55.019Z||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.
2023-01-05T07:25:55.020Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:25:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:25:55.031Z||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.
2023-01-05T07:25:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:26:04.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:26:04.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:26:55.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:26:55.019Z||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.
2023-01-05T07:26:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:26:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:26:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|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.
2023-01-05T07:26:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:27:04.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:27:04.567Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:27:55.017Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:27:55.019Z||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.
2023-01-05T07:27:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:27:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:27:55.031Z||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.
2023-01-05T07:27:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:27:55.153Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:27:55.650Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:27:55.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"92238c50-be5f-4a61-b2c6-d69ccd98858f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"b497f416-e02a-4023-85b8-91b0d87ca1dc","serviceDescription":"service","serviceInvariantUUID":"7ba8e19b-d3fd-4897-9ae3-a01cba7c4e67","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d51ed7b7-ff28-45b8-b50d-812d2b40851d","resourceInvariantUUID":"6ec70100-0cac-46b4-9fac-0f8f4f0b350f","resourceCustomizationUUID":"3c6452b2-35d6-43c9-9cb8-58f8cbb5de18","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":"YjJjNTRlNzNhYzZlMzMwMGRlYTBkODEzYmE2ZWE3MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b48fdd57-6e30-41c3-821a-8c1834930e35","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":"OGFlODBkZTUzNmZmN2FlODRmYzg2OWJmN2QzN2M4NTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81f0db79-1efc-4f81-813d-153e2d7d21ba","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":"3d5da205-80af-4b6d-bd79-afc138d4bad4","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":"4601a5e4-4c97-44a1-9643-f58feda0d21c","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":"e3b9cd8a-f009-4a75-8fe9-8fe2519e87b5","artifactVersion":"2","generatedFromUUID":"17dd6967-9023-4010-b1c7-5688a7d309f4"},{"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":"9fad5f7f-927b-400b-a294-be38cbacad27","artifactVersion":"2","generatedFromUUID":"3d5da205-80af-4b6d-bd79-afc138d4bad4"},{"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":"17dd6967-9023-4010-b1c7-5688a7d309f4","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":"cde60a1a-6f43-4b2c-b21a-8cd4c2ea0049","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":"ZGNjN2U4N2NkMDlmZWQyZmMyYTMyYWQwZTczZjJhOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6630079-22e9-4c8f-8f47-f0a638e88614","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OWI2YjUyY2Y0NjczMjk1NjQ0MGJiMzQ1NmJiNzg4YTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81001423-a407-48fa-a62d-3bcc38bf354d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T07:27:55.657Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:27:55.658Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:27:55.663Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:27:55.663Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903609169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903618538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903578532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903615867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903619576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903609169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903618538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903578532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903615867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903619576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903609169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.682Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903618538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.682Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903578532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903615867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903619576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903609169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903618538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903578532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903615867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903619576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903609169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903618538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903578532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903615867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903619576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903609169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903618538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903615867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903578532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903619576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903609169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903618538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903615867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903578532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903619576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903609169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903618538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903615867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903578532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903619576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903609169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903615867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903618538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903578532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903619576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903609169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903615867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903618538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903578532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903619576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903636847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:27:55.714Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903636842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:27:55.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903637050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:27:55.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903637122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:27:55.716Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903637926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:27:55.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903638995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:27:55.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903639970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T07:27:55.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 92238c50-be5f-4a61-b2c6-d69ccd98858f
2023-01-05T07:27:55.746Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92238c50-be5f-4a61-b2c6-d69ccd98858f 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 (?, ?, ?, ?, ?)
2023-01-05T07:27:55.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903639540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:27:55.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903640099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:27:55.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903640543,
  "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=?
2023-01-05T07:27:55.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 92238c50-be5f-4a61-b2c6-d69ccd98858f
2023-01-05T07:27:55.760Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92238c50-be5f-4a61-b2c6-d69ccd98858f 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=?
2023-01-05T07:27:55.763Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T07:27:55.764Z||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.
2023-01-05T07:27:55.764Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:27:55.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903641180,
  "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=?
2023-01-05T07:27:55.772Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92238c50-be5f-4a61-b2c6-d69ccd98858f
2023-01-05T07:27:55.773Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92238c50-be5f-4a61-b2c6-d69ccd98858f and ComponentName POLICY
2023-01-05T07:27:55.775Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2023-01-05T07:27:55.775Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T07:27:55.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903642182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T07:27:55.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903645835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:27:55.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903646838,
  "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=?
2023-01-05T07:27:55.787Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92238c50-be5f-4a61-b2c6-d69ccd98858f
2023-01-05T07:27:55.787Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92238c50-be5f-4a61-b2c6-d69ccd98858f 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 (?, ?, ?, ?, ?)
2023-01-05T07:27:55.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903643185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903647840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903638443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903640972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903649576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903647840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903643185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903638443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903640972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903649576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903647840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903643185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903638443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903640972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903649576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903647840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903643185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903638443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903640972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903649576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903647840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903638443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903640972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903643185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903649576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903647840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903638443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903640972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903643185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903649576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903647840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903638443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903640972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903643185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903638443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903649576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:55.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903647840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903640972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903643185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903649576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:27:55.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:27:55.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903657749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:27:55.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903657738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:27:55.814Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903657955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:27:55.814Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903658355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:27:55.814Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903658835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:27:55.815Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903659302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-05T07:27:55.829Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0b16f7d-e0f1-496d-8e4a-5cf49be82a83
2023-01-05T07:27:55.829Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0b16f7d-e0f1-496d-8e4a-5cf49be82a83 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 (?, ?, ?, ?, ?)
2023-01-05T07:27:55.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903659890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:27:55.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903660910,
  "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=?
2023-01-05T07:27:55.843Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0b16f7d-e0f1-496d-8e4a-5cf49be82a83
2023-01-05T07:27:55.843Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0b16f7d-e0f1-496d-8e4a-5cf49be82a83 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 (?, ?, ?, ?, ?)
2023-01-05T07:27:55.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903660566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:27:55.852Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903661912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T07:27:55.852Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903661570,
  "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=?
2023-01-05T07:27:55.857Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0b16f7d-e0f1-496d-8e4a-5cf49be82a83
2023-01-05T07:27:55.858Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0b16f7d-e0f1-496d-8e4a-5cf49be82a83 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 (?, ?, ?, ?, ?)
2023-01-05T07:27:55.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903665324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:27:55.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:27:55.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:27:55.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903666326,
  "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=?
2023-01-05T07:27:55.872Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0b16f7d-e0f1-496d-8e4a-5cf49be82a83
2023-01-05T07:27:55.873Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0b16f7d-e0f1-496d-8e4a-5cf49be82a83 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 (?, ?, ?, ?, ?)
2023-01-05T07:27:56.664Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:27:56.665Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:27:56.670Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:27:56.670Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T07:27:56.771Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:27:56.772Z||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.
2023-01-05T07:27:56.772Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:27:56.784Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:27:56.784Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:27:57.671Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:27:57.672Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:27:57.676Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:27:57.676Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:27:57.775Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-05T07:27:57.776Z||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.
2023-01-05T07:27:57.776Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:27:57.789Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:27:57.790Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:27:58.677Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:27:58.679Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:27:58.681Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:27:58.682Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:27:58.782Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:27:58.783Z||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.
2023-01-05T07:27:58.783Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:27:58.797Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:27:58.798Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:27:59.685Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:27:59.686Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:27:59.696Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:27:59.696Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-05T07:27:59.796Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:27:59.797Z||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.
2023-01-05T07:27:59.797Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:27:59.808Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:27:59.809Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:00.697Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:28:00.698Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:00.701Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:00.702Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-05T07:28:00.803Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:00.804Z||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.
2023-01-05T07:28:00.804Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:00.813Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:00.813Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:28:01.703Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:28:01.704Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:01.707Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:01.707Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-05T07:28:01.815Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2023-01-05T07:28:01.816Z||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.
2023-01-05T07:28:01.816Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:01.830Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:01.831Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:02.709Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:28:02.711Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:02.713Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:02.713Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:28:02.814Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:02.815Z||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.
2023-01-05T07:28:02.815Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:02.830Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:02.831Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:03.714Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:28:03.715Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:03.717Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:03.717Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:28:03.818Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T07:28:03.819Z||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.
2023-01-05T07:28:03.819Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:03.831Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:03.832Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:28:04.718Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:28:04.720Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:04.724Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:04.725Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:28:04.825Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:04.826Z||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.
2023-01-05T07:28:04.826Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:04.837Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:04.838Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:05.726Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b497f416-e02a-4023-85b8-91b0d87ca1dc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7ba8e19b-d3fd-4897-9ae3-a01cba7c4e67",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "3c6452b2-35d6-43c9-9cb8-58f8cbb5de18",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d51ed7b7-ff28-45b8-b50d-812d2b40851d",
      "resourceInvariantUUID": "6ec70100-0cac-46b4-9fac-0f8f4f0b350f",
      "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": "OGFlODBkZTUzNmZmN2FlODRmYzg2OWJmN2QzN2M4NTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81f0db79-1efc-4f81-813d-153e2d7d21ba",
          "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": "3d5da205-80af-4b6d-bd79-afc138d4bad4",
          "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": "9fad5f7f-927b-400b-a294-be38cbacad27",
            "generatedFromUUID": "3d5da205-80af-4b6d-bd79-afc138d4bad4"
          },
          "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": "e3b9cd8a-f009-4a75-8fe9-8fe2519e87b5",
          "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": "9fad5f7f-927b-400b-a294-be38cbacad27",
          "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": "17dd6967-9023-4010-b1c7-5688a7d309f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OWI2YjUyY2Y0NjczMjk1NjQ0MGJiMzQ1NmJiNzg4YTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "81001423-a407-48fa-a62d-3bcc38bf354d"
    }
  ],
  "workloadContext": "Production"
}
2023-01-05T07:28:05.727Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T07:28:05.727Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b497f416-e02a-4023-85b8-91b0d87ca1dc ASDC
2023-01-05T07:28:05.728Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:92238c50-be5f-4a61-b2c6-d69ccd98858f
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:b497f416-e02a-4023-85b8-91b0d87ca1dc
ServiceInvariantUUID:7ba8e19b-d3fd-4897-9ae3-a01cba7c4e67
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:81001423-a407-48fa-a62d-3bcc38bf354d
ArtifactChecksum:OWI2YjUyY2Y0NjczMjk1NjQ0MGJiMzQ1NmJiNzg4YTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:3c6452b2-35d6-43c9-9cb8-58f8cbb5de18
ResourceInvariantUUID:6ec70100-0cac-46b4-9fac-0f8f4f0b350f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:d51ed7b7-ff28-45b8-b50d-812d2b40851d
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:81f0db79-1efc-4f81-813d-153e2d7d21ba
ArtifactChecksum:OGFlODBkZTUzNmZmN2FlODRmYzg2OWJmN2QzN2M4NTQ=
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:3d5da205-80af-4b6d-bd79-afc138d4bad4
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:9fad5f7f-927b-400b-a294-be38cbacad27
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:e3b9cd8a-f009-4a75-8fe9-8fe2519e87b5
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:9fad5f7f-927b-400b-a294-be38cbacad27
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:17dd6967-9023-4010-b1c7-5688a7d309f4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-05T07:28:05.728Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b497f416-e02a-4023-85b8-91b0d87ca1dc 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=?
2023-01-05T07:28:05.769Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:28:05.770Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-05T07:28:05.770Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-05T07:28:05.771Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 81001423-a407-48fa-a62d-3bcc38bf354d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-05T07:28:05.771Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-05T07:28:05.771Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-05T07:28:05.901Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-05T07:28:05.912Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 81001423-a407-48fa-a62d-3bcc38bf354d 163283
2023-01-05T07:28:05.913Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-05T07:28:05.913Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-05T07:28:05.915Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:28:05.915Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:05.919Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:05.920Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903685913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:28:06.021Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T07:28:06.022Z||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.
2023-01-05T07:28:06.022Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:06.035Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:06.036Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:06.920Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:28:06.922Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-05T07:28:06.923Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 81001423-a407-48fa-a62d-3bcc38bf354d, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-05T07:28:06.924Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-05T07:28:06.925Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-05T07:28:06.925Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-05T07:28:07.190Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6355053604797117117/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-05T07:28:08.468Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T07:28:08.469Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-05T07:28:08.469Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-05T07:28:08.469Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-05T07:28:08.470Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:08.470Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:08.470Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:08.470Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:08.470Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-05T07:28:08.471Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.471Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:08.472Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-05T07:28:08.472Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-05T07:28:08.472Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:28:08.473Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.473Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:08.473Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-05T07:28:08.473Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-05T07:28:08.474Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:28:08.474Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.474Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:08.474Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.475Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-05T07:28:08.475Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-05T07:28:08.475Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-05T07:28:08.475Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-05T07:28:08.475Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.475Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T07:28:08.476Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.476Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-05T07:28:08.476Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:28:08.477Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.477Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-05T07:28:08.477Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:28:08.478Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.478Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-05T07:28:08.478Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:28:08.478Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.478Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-05T07:28:08.479Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:28:08.479Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.479Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-05T07:28:08.479Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-05T07:28:08.479Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=cf4df005-e999-4abd-92d2-0368bc284f06
2023-01-05T07:28:08.480Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.480Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:08.480Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.480Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:08.480Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.481Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:08.481Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:08.481Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:08.481Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:b497f416-e02a-4023-85b8-91b0d87ca1dc
Model Version:NULL
Model InvariantUuid:7ba8e19b-d3fd-4897-9ae3-a01cba7c4e67
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:ea727ed9-4649-46d9-b3c1-f7c76e327122
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6ec70100-0cac-46b4-9fac-0f8f4f0b350f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3c6452b2-35d6-43c9-9cb8-58f8cbb5de18
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d1952a05-c26e-4055-9283-8a1728dd873c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:3a614ae1-5945-4a75-b710-ebd9f5a36bf5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:1cafaa6b-8b06-45a7-bdd1-c7f25c15c15d
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:84d26e37-7317-40bb-a39d-387ba9d38c28
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cf4df005-e999-4abd-92d2-0368bc284f06
ModelInvariantUuid:71a0404a-bedd-42e8-9719-a11dcb22c9fd
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:46314e83-0d41-4c2c-a7a5-0d95fea6bdb7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:01bdb232-4184-4684-b6f9-2afa05cea4fd
ModelInvariantUuid:328f1cf6-7ac6-4c11-aa43-3b34e85f0a22
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:e7da13da-2665-4343-87eb-21f546e46a46
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=?
2023-01-05T07:28:08.488Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d51ed7b7-ff28-45b8-b50d-812d2b40851d
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=?
2023-01-05T07:28:08.493Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2023-01-05T07:28:08.493Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d51ed7b7-ff28-45b8-b50d-812d2b40851d
2023-01-05T07:28:08.494Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 81f0db79-1efc-4f81-813d-153e2d7d21ba from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-05T07:28:08.494Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-05T07:28:08.494Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:08.544Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-05T07:28:08.544Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 81f0db79-1efc-4f81-813d-153e2d7d21ba 1565
2023-01-05T07:28:08.545Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:08.545Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:08.545Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:28:08.546Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:08.548Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:08.548Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903688545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:28:08.648Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:08.649Z||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.
2023-01-05T07:28:08.649Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:08.660Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:08.660Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:09.549Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "1cafaa6b-8b06-45a7-bdd1-c7f25c15c15d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "84d26e37-7317-40bb-a39d-387ba9d38c28",
    "vfModuleModelCustomizationUUID": "8e84fddf-0582-43fa-b632-c476609596eb",
    "isBase": true,
    "artifacts": [
      "3d5da205-80af-4b6d-bd79-afc138d4bad4",
      "9fad5f7f-927b-400b-a294-be38cbacad27"
    ],
    "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": "d1952a05-c26e-4055-9283-8a1728dd873c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a614ae1-5945-4a75-b710-ebd9f5a36bf5",
    "vfModuleModelCustomizationUUID": "1a83409e-b2f4-4ef2-8065-90413b368e4e",
    "isBase": false,
    "artifacts": [
      "17dd6967-9023-4010-b1c7-5688a7d309f4"
    ],
    "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": ""
    }
  }
]
2023-01-05T07:28:09.555Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84d26e37-7317-40bb-a39d-387ba9d38c28
VfModuleModelInvariantUUID:1cafaa6b-8b06-45a7-bdd1-c7f25c15c15d
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d5da205-80af-4b6d-bd79-afc138d4bad4
,
9fad5f7f-927b-400b-a294-be38cbacad27

}
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:3a614ae1-5945-4a75-b710-ebd9f5a36bf5
VfModuleModelInvariantUUID:d1952a05-c26e-4055-9283-8a1728dd873c
VfModuleModelDescription:NULL
Artifacts UUID List:{
17dd6967-9023-4010-b1c7-5688a7d309f4

}
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


}

2023-01-05T07:28:09.557Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "1cafaa6b-8b06-45a7-bdd1-c7f25c15c15d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "84d26e37-7317-40bb-a39d-387ba9d38c28",
    "vfModuleModelCustomizationUUID": "8e84fddf-0582-43fa-b632-c476609596eb",
    "isBase": true,
    "artifacts": [
      "3d5da205-80af-4b6d-bd79-afc138d4bad4",
      "9fad5f7f-927b-400b-a294-be38cbacad27"
    ],
    "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": "d1952a05-c26e-4055-9283-8a1728dd873c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a614ae1-5945-4a75-b710-ebd9f5a36bf5",
    "vfModuleModelCustomizationUUID": "1a83409e-b2f4-4ef2-8065-90413b368e4e",
    "isBase": false,
    "artifacts": [
      "17dd6967-9023-4010-b1c7-5688a7d309f4"
    ],
    "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": ""
    }
  }
]
2023-01-05T07:28:09.558Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84d26e37-7317-40bb-a39d-387ba9d38c28
VfModuleModelInvariantUUID:1cafaa6b-8b06-45a7-bdd1-c7f25c15c15d
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d5da205-80af-4b6d-bd79-afc138d4bad4
,
9fad5f7f-927b-400b-a294-be38cbacad27

}
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:3a614ae1-5945-4a75-b710-ebd9f5a36bf5
VfModuleModelInvariantUUID:d1952a05-c26e-4055-9283-8a1728dd873c
VfModuleModelDescription:NULL
Artifacts UUID List:{
17dd6967-9023-4010-b1c7-5688a7d309f4

}
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


}

2023-01-05T07:28:09.558Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3d5da205-80af-4b6d-bd79-afc138d4bad4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-05T07:28:09.558Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-05T07:28:09.558Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:09.608Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-05T07:28:09.609Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 3d5da205-80af-4b6d-bd79-afc138d4bad4 914
2023-01-05T07:28:09.609Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:09.609Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:09.610Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:28:09.610Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:09.612Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:09.613Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903689609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:28:09.712Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:28:09.713Z||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.
2023-01-05T07:28:09.714Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:09.724Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:09.724Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:10.613Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e3b9cd8a-f009-4a75-8fe9-8fe2519e87b5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-05T07:28:10.617Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-05T07:28:10.618Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:10.684Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-05T07:28:10.685Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env e3b9cd8a-f009-4a75-8fe9-8fe2519e87b5 12
2023-01-05T07:28:10.685Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:10.685Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:10.685Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:28:10.686Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:10.688Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:10.688Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903690685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:28:10.788Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:10.789Z||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.
2023-01-05T07:28:10.789Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:10.801Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:10.801Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:11.693Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9fad5f7f-927b-400b-a294-be38cbacad27 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-05T07:28:11.693Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-05T07:28:11.693Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:11.747Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-05T07:28:11.748Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 9fad5f7f-927b-400b-a294-be38cbacad27 96
2023-01-05T07:28:11.749Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:11.749Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:11.750Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:28:11.750Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:11.755Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:11.755Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903691749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:28:11.855Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:11.856Z||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.
2023-01-05T07:28:11.856Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:11.872Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:11.872Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:12.760Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 17dd6967-9023-4010-b1c7-5688a7d309f4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-05T07:28:12.760Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-05T07:28:12.761Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:12.818Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-05T07:28:12.819Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 17dd6967-9023-4010-b1c7-5688a7d309f4 20206
2023-01-05T07:28:12.820Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:12.820Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:12.820Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:28:12.821Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:12.824Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:12.824Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903692820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:28:12.924Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:28:12.926Z||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.
2023-01-05T07:28:12.926Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:12.937Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:12.938Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:28:13.832Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b497f416-e02a-4023-85b8-91b0d87ca1dc
2023-01-05T07:28:13.832Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d51ed7b7-ff28-45b8-b50d-812d2b40851d 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=?
2023-01-05T07:28:13.845Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28dd5b5c, org.onap.sdc.toscaparser.api.parameters.Input@66ef1e27, org.onap.sdc.toscaparser.api.parameters.Input@545e0885, org.onap.sdc.toscaparser.api.parameters.Input@3965aea0, org.onap.sdc.toscaparser.api.parameters.Input@7ba0056b]
2023-01-05T07:28:13.847Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:13.848Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:13.848Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-01-05T07:28:13.848Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3c6452b2-35d6-43c9-9cb8-58f8cbb5de18
2023-01-05T07:28:13.849Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c6452b2-35d6-43c9-9cb8-58f8cbb5de18 matches Tosca VF Customization UUID: 3c6452b2-35d6-43c9-9cb8-58f8cbb5de18
2023-01-05T07:28:13.849Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3c6452b2-35d6-43c9-9cb8-58f8cbb5de18  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=?
2023-01-05T07:28:13.851Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:13.852Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:13.852Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3c6452b2-35d6-43c9-9cb8-58f8cbb5de18: {\"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\"}
2023-01-05T07:28:13.852Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@559aa222
2023-01-05T07:28:13.853Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:13.853Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T07:28:13.853Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1a83409e-b2f4-4ef2-8065-90413b368e4e
2023-01-05T07:28:13.853Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1a83409e-b2f4-4ef2-8065-90413b368e4e
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=?
2023-01-05T07:28:13.857Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:13.857Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-05T07:28:13.857Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:28:13.858Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:13.858Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-05T07:28:13.858Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:28:13.858Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:13.858Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-05T07:28:13.858Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3c6452b2-35d6-43c9-9cb8-58f8cbb5de18
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=?
2023-01-05T07:28:13.860Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:13.861Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:13.861Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b497f416-e02a-4023-85b8-91b0d87ca1dc: basic_cnf_macro
2023-01-05T07:28:13.861Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:13.861Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:13.861Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:13.861Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:13.862Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:13.862Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:13.862Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:13.862Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:13.862Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:28:13.863Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:28:13.863Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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 (?, ?, ?, ?, ?)
2023-01-05T07:28:13.918Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d51ed7b7-ff28-45b8-b50d-812d2b40851d 2 ASDC deployResourceStructure
2023-01-05T07:28:13.919Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:13.919Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:13.919Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:28:13.919Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:13.921Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:13.921Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903693918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T07:28:14.022Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:14.022Z||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.
2023-01-05T07:28:14.022Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:14.033Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:14.033Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:14.923Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:14.923Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:14.923Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:28:14.924Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:14.926Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:14.926Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903694923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T07:28:15.026Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:15.027Z||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.
2023-01-05T07:28:15.027Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:15.038Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:15.038Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:15.927Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:15.927Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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)
2023-01-05T07:28:15.928Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-05T07:28:15.928Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:15.932Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:15.932Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903695927,
  "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"
}
2023-01-05T07:28:16.033Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T07:28:16.034Z||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.
2023-01-05T07:28:16.034Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:16.043Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:16.044Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:16.934Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:16.935Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:16.935Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:28:16.935Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:16.938Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:16.938Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903696933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-05T07:28:17.039Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T07:28:17.040Z||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.
2023-01-05T07:28:17.040Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:17.055Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:17.055Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:17.941Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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
2023-01-05T07:28:17.942Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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)
2023-01-05T07:28:17.942Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-05T07:28:17.942Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:17.944Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:17.944Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903697941,
  "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"
}
2023-01-05T07:28:18.045Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:28:18.046Z||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.
2023-01-05T07:28:18.046Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:18.057Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:18.058Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:18.946Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-05T07:28:18.946Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-05T07:28:18.946Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:28:18.947Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:18.950Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:18.950Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903698945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:28:19.050Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-05T07:28:19.051Z||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.
2023-01-05T07:28:19.051Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:19.062Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:19.063Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:28:19.952Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92238c50-be5f-4a61-b2c6-d69ccd98858f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T07:28:19.969Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92238c50-be5f-4a61-b2c6-d69ccd98858f
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=?
2023-01-05T07:28:19.973Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T07:28:19.973Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T07:28:19.973Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T07:28:19.973Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T07:28:19.973Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:28:19.973Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:28:19.973Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:28:19.974Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:28:19.974Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:28:19.974Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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=?
2023-01-05T07:28:19.979Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T07:28:49.979Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 92238c50-be5f-4a61-b2c6-d69ccd98858f 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=?
2023-01-05T07:28:49.987Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 92238c50-be5f-4a61-b2c6-d69ccd98858f and serviceModelVersionId: b497f416-e02a-4023-85b8-91b0d87ca1dc
2023-01-05T07:28:49.987Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7ba8e19b-d3fd-4897-9ae3-a01cba7c4e67
2023-01-05T07:28:49.989Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7ba8e19b-d3fd-4897-9ae3-a01cba7c4e67/model-vers/model-ver/b497f416-e02a-4023-85b8-91b0d87ca1dc?depth=0
2023-01-05T07:28:49.995Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T07:28:50.051Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ba8e19b-d3fd-4897-9ae3-a01cba7c4e67/model-vers/model-ver/b497f416-e02a-4023-85b8-91b0d87ca1dc?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]}
2023-01-05T07:28:50.053Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ba8e19b-d3fd-4897-9ae3-a01cba7c4e67/model-vers/model-ver/b497f416-e02a-4023-85b8-91b0d87ca1dc?depth=0|INFO|500||Invoke
2023-01-05T07:28:50.076Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ba8e19b-d3fd-4897-9ae3-a01cba7c4e67/model-vers/model-ver/b497f416-e02a-4023-85b8-91b0d87ca1dc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-05T07:28:50.213Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ba8e19b-d3fd-4897-9ae3-a01cba7c4e67/model-vers/model-ver/b497f416-e02a-4023-85b8-91b0d87ca1dc?depth=0|INFO|500||InvokeReturn
2023-01-05T07:28:50.213Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ba8e19b-d3fd-4897-9ae3-a01cba7c4e67/model-vers/model-ver/b497f416-e02a-4023-85b8-91b0d87ca1dc?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 07:28:50 GMT], content-length=[0], vertex-id=[217336], x-aai-txid=[2-aai-resources-230105-07:28:50:939-49553], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T07:28:50.214Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-01-05T07:28:50.215Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T07:28:50.215Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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=?
2023-01-05T07:28:50.235Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||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)
2023-01-05T07:28:50.236Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 92238c50-be5f-4a61-b2c6-d69ccd98858f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T07:28:50.236Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T07:28:50.236Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:50.239Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:50.239Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903730236,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:28:50.339Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:50.340Z||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.
2023-01-05T07:28:50.340Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:50.364Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:50.365Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 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=?
2023-01-05T07:28:51.251Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:28:51.251Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0b16f7d-e0f1-496d-8e4a-5cf49be82a83","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e186485e-b479-4d91-8a4d-5acbc4769ff6","serviceDescription":"service","serviceInvariantUUID":"e5686ebb-a860-4e65-8cdd-a1dc0ccc3d6b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"660867d9-264d-4ecb-a174-742f99745fdf","resourceInvariantUUID":"aa0c86bb-5ce8-4ea7-be81-0f8211e1b350","resourceCustomizationUUID":"c91640fe-831d-4537-afc5-8986e363b057","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":"MzY5MzAwZmRiYzE2N2E2YjAxNThjOWVmYWJhZjc3YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9d708234-f97d-431b-ba65-4326dd26f6b7","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":"YWQ5NDIyN2I5NTA0Nzc0MTA1MzA2NjNhZTllOTRkYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad50af65-0eac-487c-b40b-53c16c0324a2","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":"853575fe-32c9-46d0-a13b-8cc9edad558f","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":"c19b023c-b01d-4bf4-953f-b1084106717d","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":"6a3cacfb-c9a7-4005-bd6a-7733c6c7a2f9","artifactVersion":"2","generatedFromUUID":"853575fe-32c9-46d0-a13b-8cc9edad558f"},{"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":"YjE2ZTUwNmUyNTg1YzQ0YjEyNWNjMDZhYjVlNmIyMTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5c9b742e-4b29-4c9f-9714-7b8129db0d2f","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":"N2M3ZWI0Njg4ZDAyYzQxZjQzYTUyZjI2MDI1NWQ5ZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77ac3aae-815c-4623-a523-fb326436e90a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YmNlMDEyODMxZDMxNzNmNGMwMjhmYTI0MjcyMjU4ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf5e4d62-8ce1-419d-a0df-2137fce1a34b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T07:28:51.251Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:28:51.252Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:51.253Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:51.254Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:28:51.354Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:51.355Z||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.
2023-01-05T07:28:51.355Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:51.368Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:51.368Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:28:52.254Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:28:52.255Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:52.257Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:52.257Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T07:28:52.358Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-05T07:28:52.359Z||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.
2023-01-05T07:28:52.359Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:52.371Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:52.371Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:28:53.258Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:28:53.259Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:53.261Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:53.261Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:28:53.361Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:53.362Z||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.
2023-01-05T07:28:53.363Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:53.374Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:53.374Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:28:54.262Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:28:54.262Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:54.265Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:54.265Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:28:54.365Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:54.366Z||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.
2023-01-05T07:28:54.366Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:54.378Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:54.378Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:28:55.032Z||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.
2023-01-05T07:28:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:55.152Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:55.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:28:55.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:28:55.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:28:55.267Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:28:55.268Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:55.270Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:55.270Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-05T07:28:55.370Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:28:55.372Z||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.
2023-01-05T07:28:55.372Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:55.390Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:55.390Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:56.271Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:28:56.272Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:56.274Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:56.274Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:28:56.375Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:56.376Z||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.
2023-01-05T07:28:56.376Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:56.389Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:56.390Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:57.275Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:28:57.276Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:57.278Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:57.278Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:28:57.378Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:57.380Z||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.
2023-01-05T07:28:57.380Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:57.391Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:57.392Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:58.283Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:28:58.283Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:58.287Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:58.287Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:28:58.387Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:28:58.388Z||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.
2023-01-05T07:28:58.388Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:58.400Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:58.400Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:28:59.288Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e186485e-b479-4d91-8a4d-5acbc4769ff6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e5686ebb-a860-4e65-8cdd-a1dc0ccc3d6b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "c91640fe-831d-4537-afc5-8986e363b057",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "660867d9-264d-4ecb-a174-742f99745fdf",
      "resourceInvariantUUID": "aa0c86bb-5ce8-4ea7-be81-0f8211e1b350",
      "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": "YWQ5NDIyN2I5NTA0Nzc0MTA1MzA2NjNhZTllOTRkYjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ad50af65-0eac-487c-b40b-53c16c0324a2",
          "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": "853575fe-32c9-46d0-a13b-8cc9edad558f",
          "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": "6a3cacfb-c9a7-4005-bd6a-7733c6c7a2f9",
            "generatedFromUUID": "853575fe-32c9-46d0-a13b-8cc9edad558f"
          },
          "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": "6a3cacfb-c9a7-4005-bd6a-7733c6c7a2f9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YmNlMDEyODMxZDMxNzNmNGMwMjhmYTI0MjcyMjU4ZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bf5e4d62-8ce1-419d-a0df-2137fce1a34b"
    }
  ],
  "workloadContext": "Production"
}
2023-01-05T07:28:59.289Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T07:28:59.289Z|92238c50-be5f-4a61-b2c6-d69ccd98858f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e186485e-b479-4d91-8a4d-5acbc4769ff6 ASDC
2023-01-05T07:28:59.289Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a0b16f7d-e0f1-496d-8e4a-5cf49be82a83
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e186485e-b479-4d91-8a4d-5acbc4769ff6
ServiceInvariantUUID:e5686ebb-a860-4e65-8cdd-a1dc0ccc3d6b
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:bf5e4d62-8ce1-419d-a0df-2137fce1a34b
ArtifactChecksum:YmNlMDEyODMxZDMxNzNmNGMwMjhmYTI0MjcyMjU4ZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:c91640fe-831d-4537-afc5-8986e363b057
ResourceInvariantUUID:aa0c86bb-5ce8-4ea7-be81-0f8211e1b350
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:660867d9-264d-4ecb-a174-742f99745fdf
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:ad50af65-0eac-487c-b40b-53c16c0324a2
ArtifactChecksum:YWQ5NDIyN2I5NTA0Nzc0MTA1MzA2NjNhZTllOTRkYjQ=
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:853575fe-32c9-46d0-a13b-8cc9edad558f
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:6a3cacfb-c9a7-4005-bd6a-7733c6c7a2f9
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:6a3cacfb-c9a7-4005-bd6a-7733c6c7a2f9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-05T07:28:59.290Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e186485e-b479-4d91-8a4d-5acbc4769ff6 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=?
2023-01-05T07:28:59.330Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:28:59.330Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-05T07:28:59.330Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-05T07:28:59.330Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bf5e4d62-8ce1-419d-a0df-2137fce1a34b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-05T07:28:59.331Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-05T07:28:59.331Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-05T07:28:59.412Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-05T07:28:59.420Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar bf5e4d62-8ce1-419d-a0df-2137fce1a34b 83005
2023-01-05T07:28:59.420Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-05T07:28:59.420Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-05T07:28:59.421Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:28:59.421Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:28:59.431Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:28:59.431Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903739420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:28:59.539Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2023-01-05T07:28:59.546Z||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.
2023-01-05T07:28:59.547Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:28:59.588Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:28:59.595Z||pool-120-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:29:00.433Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:29:00.434Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-05T07:29:00.434Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bf5e4d62-8ce1-419d-a0df-2137fce1a34b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-05T07:29:00.435Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-05T07:29:00.436Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-05T07:29:00.436Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-05T07:29:00.554Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4385773368792282366/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
2023-01-05T07:29:01.697Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T07:29:01.697Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-05T07:29:01.698Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-05T07:29:01.698Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-05T07:29:01.698Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:01.698Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:01.698Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:01.698Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:01.698Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:01.698Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:01.699Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:01.699Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-05T07:29:01.699Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:01.699Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:01.699Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-05T07:29:01.699Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-05T07:29:01.699Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:29:01.700Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:01.700Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:01.700Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-05T07:29:01.700Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-05T07:29:01.700Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:29:01.700Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:01.701Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:01.701Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:01.701Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-05T07:29:01.701Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-05T07:29:01.701Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-05T07:29:01.701Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-05T07:29:01.702Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-05T07:29:01.702Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-05T07:29:01.702Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:01.702Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T07:29:01.702Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:01.702Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-05T07:29:01.702Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:29:01.703Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:01.703Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-05T07:29:01.703Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:29:01.703Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:01.703Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-05T07:29:01.703Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:29:01.705Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:01.705Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-05T07:29:01.705Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-05T07:29:01.705Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-05T07:29:01.705Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6131d893-4179-4068-bd3c-74f9f8a08fe4
2023-01-05T07:29:01.706Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:01.706Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:01.706Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:01.706Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:01.706Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:01.706Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:01.706Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:01.707Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:01.707Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e186485e-b479-4d91-8a4d-5acbc4769ff6
Model Version:NULL
Model InvariantUuid:e5686ebb-a860-4e65-8cdd-a1dc0ccc3d6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f839f25a-348e-4a38-a2d9-9a101073f07e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aa0c86bb-5ce8-4ea7-be81-0f8211e1b350
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c91640fe-831d-4537-afc5-8986e363b057
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:089dfec3-ca66-4167-ae68-d2f428d5f6fc
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:22bad5cb-dbc9-4ba2-a1b1-051855752962
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6131d893-4179-4068-bd3c-74f9f8a08fe4
ModelInvariantUuid:594bc152-40c5-47a9-a2b4-c984945842a9
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:f2435f6f-ec66-408e-89b2-1854ce831eeb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a8144f38-2624-41e8-b381-c48e6d45ad53
ModelInvariantUuid:d6b9e931-2594-4224-843a-9b21c8b7271c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:7daabcf9-a79d-4601-9849-c756a3cde5e4
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=?
2023-01-05T07:29:01.720Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 660867d9-264d-4ecb-a174-742f99745fdf
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=?
2023-01-05T07:29:01.723Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2023-01-05T07:29:01.723Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 660867d9-264d-4ecb-a174-742f99745fdf
2023-01-05T07:29:01.723Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ad50af65-0eac-487c-b40b-53c16c0324a2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-05T07:29:01.723Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-05T07:29:01.724Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:01.792Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-05T07:29:01.792Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ad50af65-0eac-487c-b40b-53c16c0324a2 792
2023-01-05T07:29:01.793Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:01.793Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:01.793Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:29:01.793Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:01.815Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:01.816Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903741793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:01.896Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2023-01-05T07:29:01.897Z||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.
2023-01-05T07:29:01.897Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:01.908Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:01.909Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:29:02.816Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "089dfec3-ca66-4167-ae68-d2f428d5f6fc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22bad5cb-dbc9-4ba2-a1b1-051855752962",
    "vfModuleModelCustomizationUUID": "bdaaf72f-cb81-4457-bd32-3903c16c6dd7",
    "isBase": true,
    "artifacts": [
      "853575fe-32c9-46d0-a13b-8cc9edad558f",
      "6a3cacfb-c9a7-4005-bd6a-7733c6c7a2f9"
    ],
    "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": ""
    }
  }
]
2023-01-05T07:29:02.820Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22bad5cb-dbc9-4ba2-a1b1-051855752962
VfModuleModelInvariantUUID:089dfec3-ca66-4167-ae68-d2f428d5f6fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
853575fe-32c9-46d0-a13b-8cc9edad558f
,
6a3cacfb-c9a7-4005-bd6a-7733c6c7a2f9

}
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


}

2023-01-05T07:29:02.821Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "089dfec3-ca66-4167-ae68-d2f428d5f6fc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "22bad5cb-dbc9-4ba2-a1b1-051855752962",
    "vfModuleModelCustomizationUUID": "bdaaf72f-cb81-4457-bd32-3903c16c6dd7",
    "isBase": true,
    "artifacts": [
      "853575fe-32c9-46d0-a13b-8cc9edad558f",
      "6a3cacfb-c9a7-4005-bd6a-7733c6c7a2f9"
    ],
    "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": ""
    }
  }
]
2023-01-05T07:29:02.822Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22bad5cb-dbc9-4ba2-a1b1-051855752962
VfModuleModelInvariantUUID:089dfec3-ca66-4167-ae68-d2f428d5f6fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
853575fe-32c9-46d0-a13b-8cc9edad558f
,
6a3cacfb-c9a7-4005-bd6a-7733c6c7a2f9

}
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


}

2023-01-05T07:29:02.822Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 853575fe-32c9-46d0-a13b-8cc9edad558f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-05T07:29:02.822Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-05T07:29:02.822Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:02.864Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-05T07:29:02.865Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 853575fe-32c9-46d0-a13b-8cc9edad558f 5033
2023-01-05T07:29:02.865Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:02.865Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:02.866Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:29:02.866Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:02.868Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:02.868Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903742865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:02.969Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:02.970Z||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.
2023-01-05T07:29:02.970Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:02.981Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:02.982Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:29:03.869Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6a3cacfb-c9a7-4005-bd6a-7733c6c7a2f9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-05T07:29:03.870Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-05T07:29:03.870Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:03.923Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-05T07:29:03.924Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 6a3cacfb-c9a7-4005-bd6a-7733c6c7a2f9 903
2023-01-05T07:29:03.924Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:03.924Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:03.924Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:29:03.924Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:03.926Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:03.926Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903743924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:04.027Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:04.028Z||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.
2023-01-05T07:29:04.028Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:04.039Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:04.039Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:29:04.927Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e186485e-b479-4d91-8a4d-5acbc4769ff6
2023-01-05T07:29:04.928Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 660867d9-264d-4ecb-a174-742f99745fdf 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=?
2023-01-05T07:29:04.946Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43ec0e00, org.onap.sdc.toscaparser.api.parameters.Input@7eddd0bd, org.onap.sdc.toscaparser.api.parameters.Input@5177f064, org.onap.sdc.toscaparser.api.parameters.Input@1b4f9998, org.onap.sdc.toscaparser.api.parameters.Input@387008ff]
2023-01-05T07:29:04.948Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.948Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:04.948Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-01-05T07:29:04.949Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c91640fe-831d-4537-afc5-8986e363b057
2023-01-05T07:29:04.949Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c91640fe-831d-4537-afc5-8986e363b057 matches Tosca VF Customization UUID: c91640fe-831d-4537-afc5-8986e363b057
2023-01-05T07:29:04.949Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c91640fe-831d-4537-afc5-8986e363b057  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=?
2023-01-05T07:29:04.951Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.952Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:04.952Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c91640fe-831d-4537-afc5-8986e363b057: {\"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\"}
2023-01-05T07:29:04.953Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21c68cd2
2023-01-05T07:29:04.953Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.953Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-05T07:29:04.953Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bdaaf72f-cb81-4457-bd32-3903c16c6dd7
2023-01-05T07:29:04.953Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bdaaf72f-cb81-4457-bd32-3903c16c6dd7
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=?
2023-01-05T07:29:04.956Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.956Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-05T07:29:04.956Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:29:04.957Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.957Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-05T07:29:04.957Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:29:04.957Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.958Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-05T07:29:04.958Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-05T07:29:04.958Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-05T07:29:04.958Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6131d893-4179-4068-bd3c-74f9f8a08fe4
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=?
2023-01-05T07:29:04.962Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.962Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-05T07:29:04.962Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-05T07:29:04.963Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.963Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-05T07:29:04.964Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c91640fe-831d-4537-afc5-8986e363b057
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=?
2023-01-05T07:29:04.966Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.966Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:04.967Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e186485e-b479-4d91-8a4d-5acbc4769ff6: basic_vm_macro
2023-01-05T07:29:04.967Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.967Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:04.968Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.968Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:04.968Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.968Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:04.969Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.969Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:04.969Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:04.970Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:04.970Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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 (?, ?, ?, ?, ?)
2023-01-05T07:29:05.071Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 660867d9-264d-4ecb-a174-742f99745fdf 1 ASDC deployResourceStructure
2023-01-05T07:29:05.072Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:05.072Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:05.072Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:29:05.073Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:05.075Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:05.075Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903745071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T07:29:05.175Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:05.176Z||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.
2023-01-05T07:29:05.176Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:05.196Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:05.197Z||pool-124-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:29:06.076Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:06.076Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:06.076Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:29:06.077Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:06.078Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:06.079Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903746076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T07:29:06.179Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:06.180Z||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.
2023-01-05T07:29:06.180Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:06.192Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:06.192Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:29:07.080Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:07.080Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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
2023-01-05T07:29:07.080Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:29:07.081Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:07.083Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:07.083Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903747080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-05T07:29:07.183Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:07.184Z||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.
2023-01-05T07:29:07.184Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:07.194Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:07.195Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:29:08.086Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-05T07:29:08.086Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-05T07:29:08.086Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:29:08.086Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:08.089Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:08.089Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903748085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:29:08.189Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:08.190Z||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.
2023-01-05T07:29:08.190Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:08.201Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:08.202Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:29:09.090Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0b16f7d-e0f1-496d-8e4a-5cf49be82a83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T07:29:09.103Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0b16f7d-e0f1-496d-8e4a-5cf49be82a83
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=?
2023-01-05T07:29:09.107Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T07:29:09.107Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T07:29:09.108Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T07:29:09.108Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T07:29:09.108Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:29:09.108Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:29:09.108Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:29:09.108Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:29:09.108Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:29:09.108Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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=?
2023-01-05T07:29:09.113Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T07:29:39.114Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0b16f7d-e0f1-496d-8e4a-5cf49be82a83 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=?
2023-01-05T07:29:39.124Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0b16f7d-e0f1-496d-8e4a-5cf49be82a83 and serviceModelVersionId: e186485e-b479-4d91-8a4d-5acbc4769ff6
2023-01-05T07:29:39.124Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5686ebb-a860-4e65-8cdd-a1dc0ccc3d6b
2023-01-05T07:29:39.125Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5686ebb-a860-4e65-8cdd-a1dc0ccc3d6b/model-vers/model-ver/e186485e-b479-4d91-8a4d-5acbc4769ff6?depth=0
2023-01-05T07:29:39.131Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T07:29:39.196Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5686ebb-a860-4e65-8cdd-a1dc0ccc3d6b/model-vers/model-ver/e186485e-b479-4d91-8a4d-5acbc4769ff6?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]}
2023-01-05T07:29:39.197Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5686ebb-a860-4e65-8cdd-a1dc0ccc3d6b/model-vers/model-ver/e186485e-b479-4d91-8a4d-5acbc4769ff6?depth=0|INFO|500||Invoke
2023-01-05T07:29:39.241Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5686ebb-a860-4e65-8cdd-a1dc0ccc3d6b/model-vers/model-ver/e186485e-b479-4d91-8a4d-5acbc4769ff6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-05T07:29:39.373Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5686ebb-a860-4e65-8cdd-a1dc0ccc3d6b/model-vers/model-ver/e186485e-b479-4d91-8a4d-5acbc4769ff6?depth=0|INFO|500||InvokeReturn
2023-01-05T07:29:39.379Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5686ebb-a860-4e65-8cdd-a1dc0ccc3d6b/model-vers/model-ver/e186485e-b479-4d91-8a4d-5acbc4769ff6?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 07:29:40 GMT], content-length=[0], vertex-id=[249872], x-aai-txid=[1-aai-resources-230105-07:29:40:090-22681], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T07:29:39.380Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-01-05T07:29:39.380Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T07:29:39.380Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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=?
2023-01-05T07:29:39.387Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||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)
2023-01-05T07:29:39.388Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0b16f7d-e0f1-496d-8e4a-5cf49be82a83 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T07:29:39.388Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T07:29:39.389Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:39.392Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:39.392Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903779388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:29:39.492Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-05T07:29:39.493Z||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.
2023-01-05T07:29:39.494Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:39.510Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:39.510Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-05T07:29:40.409Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:29:40.410Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|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.
2023-01-05T07:29:40.410Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:41.050Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:41.050Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-05T07:29:41.051Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec1cac95-0405-46c9-b56b-bbd2b0f8ce04","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"64cc444c-e300-4615-b6e1-9884ce378cbb","serviceDescription":"service","serviceInvariantUUID":"56c917e5-e769-48c3-af8d-093862921ec5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"907ec2ab-e3a6-4ddd-8821-5cf51812bcb2","resourceInvariantUUID":"3ef32541-aba4-458f-bf3f-b21e3d6f0a5e","resourceCustomizationUUID":"5fcc6019-efe1-444e-bf99-b4c12ad824f7","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":"MmRkMDRiMGY2Y2Q0ZDYxODRlYjIyZDljZDExMmNjNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3edbfc7-115f-47cc-9ae2-5d5710175dc8","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":"aea42e3f-0ad7-4a19-9722-219fdf135586","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":"785c9b2d-4821-452e-a273-c47e5a79fad1","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":"YTNhMzFlYjI0NjVhOTQ2MjdlN2M1YTM5YTMzYmQ4YTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"87d0cd73-d675-4cac-adad-6a52defbd40c","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":"ea11bfe6-d018-4ff4-945d-e2612d7ef41e","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":"e90d24c4-fdc4-4307-b0ab-9e7e5d445ee1","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":"00193d49-19df-4dce-95d4-d1e0ca7e5aff","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":"NzNhNTM1NjUxMmJlZGZjYjRmNWUzYWNmMTQ5ZGY3MDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bad8cb05-e8e5-413b-a42c-c4e8c0d4cda6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YzZlYTBjNjE0M2MyZmZhNWViOTEwZDllODRhNjYzZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c14c9b6-4350-45df-a4e9-0a0dd5597f72","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-05T07:29:41.053Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:29:41.053Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:41.055Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:41.055Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:41.155Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:41.156Z||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.
2023-01-05T07:29:41.157Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:41.168Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:41.170Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:29:42.056Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:29:42.057Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:42.059Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:42.059Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:42.159Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:42.160Z||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.
2023-01-05T07:29:42.160Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:42.171Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:42.172Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:29:43.060Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:29:43.061Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:43.065Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:43.065Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:43.165Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:43.166Z||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.
2023-01-05T07:29:43.166Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:43.178Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:43.179Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:29:44.066Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:29:44.066Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:44.069Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:44.069Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:44.169Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:44.171Z||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.
2023-01-05T07:29:44.171Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:44.182Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:44.182Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:29:45.069Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:29:45.070Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:45.072Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:45.072Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:45.173Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:29:45.173Z||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.
2023-01-05T07:29:45.174Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:45.187Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:45.187Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:29:46.073Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:29:46.074Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:46.076Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:46.076Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:46.176Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:46.178Z||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.
2023-01-05T07:29:46.178Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:46.190Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:46.190Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:29:47.077Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:29:47.078Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:47.080Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:47.081Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:47.181Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:47.182Z||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.
2023-01-05T07:29:47.182Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:47.192Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:47.193Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:29:48.084Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:29:48.085Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:48.095Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:48.096Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:48.187Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2023-01-05T07:29:48.189Z||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.
2023-01-05T07:29:48.189Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:48.200Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:48.201Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:29:49.097Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-05T07:29:49.097Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:49.101Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:49.101Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:29:49.201Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:49.202Z||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.
2023-01-05T07:29:49.202Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:49.213Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:49.213Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:29:50.102Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "64cc444c-e300-4615-b6e1-9884ce378cbb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "56c917e5-e769-48c3-af8d-093862921ec5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "5fcc6019-efe1-444e-bf99-b4c12ad824f7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "907ec2ab-e3a6-4ddd-8821-5cf51812bcb2",
      "resourceInvariantUUID": "3ef32541-aba4-458f-bf3f-b21e3d6f0a5e",
      "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": "YzZlYTBjNjE0M2MyZmZhNWViOTEwZDllODRhNjYzZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2c14c9b6-4350-45df-a4e9-0a0dd5597f72"
    }
  ],
  "workloadContext": "Production"
}
2023-01-05T07:29:50.102Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-05T07:29:50.102Z|a0b16f7d-e0f1-496d-8e4a-5cf49be82a83|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 64cc444c-e300-4615-b6e1-9884ce378cbb ASDC
2023-01-05T07:29:50.103Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ec1cac95-0405-46c9-b56b-bbd2b0f8ce04
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:64cc444c-e300-4615-b6e1-9884ce378cbb
ServiceInvariantUUID:56c917e5-e769-48c3-af8d-093862921ec5
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:2c14c9b6-4350-45df-a4e9-0a0dd5597f72
ArtifactChecksum:YzZlYTBjNjE0M2MyZmZhNWViOTEwZDllODRhNjYzZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:5fcc6019-efe1-444e-bf99-b4c12ad824f7
ResourceInvariantUUID:3ef32541-aba4-458f-bf3f-b21e3d6f0a5e
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:907ec2ab-e3a6-4ddd-8821-5cf51812bcb2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-05T07:29:50.103Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 64cc444c-e300-4615-b6e1-9884ce378cbb 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 (?, ?, ?, ?, ?)
2023-01-05T07:29:50.137Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:29:50.138Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-05T07:29:50.138Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-05T07:29:50.138Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2c14c9b6-4350-45df-a4e9-0a0dd5597f72 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-05T07:29:50.138Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-05T07:29:50.138Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-05T07:29:50.202Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-05T07:29:50.208Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2c14c9b6-4350-45df-a4e9-0a0dd5597f72 111096
2023-01-05T07:29:50.208Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-05T07:29:50.208Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-05T07:29:50.208Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-05T07:29:50.209Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:50.211Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:50.211Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903790208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:50.311Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:50.312Z||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.
2023-01-05T07:29:50.312Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:50.322Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:50.323Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-05T07:29:51.211Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-05T07:29:51.212Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-05T07:29:51.213Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2c14c9b6-4350-45df-a4e9-0a0dd5597f72, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-05T07:29:51.213Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-01-05T07:29:51.214Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-05T07:29:51.214Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-05T07:29:51.311Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16289550256120524937/Definitions/service-TestPnfMacro-template.yml
2023-01-05T07:29:52.065Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-05T07:29:52.065Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-05T07:29:52.065Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-05T07:29:52.066Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-05T07:29:52.066Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||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
2023-01-05T07:29:52.066Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||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
2023-01-05T07:29:52.066Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||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
2023-01-05T07:29:52.066Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||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
2023-01-05T07:29:52.066Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||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
2023-01-05T07:29:52.067Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||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
2023-01-05T07:29:52.067Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||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
2023-01-05T07:29:52.067Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-05T07:29:52.067Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:52.068Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:52.068Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-05T07:29:52.068Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-05T07:29:52.069Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:29:52.069Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:52.069Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:52.069Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-05T07:29:52.070Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-05T07:29:52.070Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-05T07:29:52.070Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:52.070Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:52.071Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:52.071Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:52.071Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:52.072Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:52.072Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:52.072Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:52.072Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:52.073Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:52.073Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:64cc444c-e300-4615-b6e1-9884ce378cbb
Model Version:NULL
Model InvariantUuid:56c917e5-e769-48c3-af8d-093862921ec5
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=?
2023-01-05T07:29:52.083Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 907ec2ab-e3a6-4ddd-8821-5cf51812bcb2
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=?
2023-01-05T07:29:52.086Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||test-pnf 0
2023-01-05T07:29:52.087Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 907ec2ab-e3a6-4ddd-8821-5cf51812bcb2
2023-01-05T07:29:52.087Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 64cc444c-e300-4615-b6e1-9884ce378cbb
2023-01-05T07:29:52.087Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 64cc444c-e300-4615-b6e1-9884ce378cbb
2023-01-05T07:29:52.087Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 907ec2ab-e3a6-4ddd-8821-5cf51812bcb2 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=?
2023-01-05T07:29:52.093Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f1e3f4e, org.onap.sdc.toscaparser.api.parameters.Input@99493ca, org.onap.sdc.toscaparser.api.parameters.Input@19db3ba0, org.onap.sdc.toscaparser.api.parameters.Input@79c51d80, org.onap.sdc.toscaparser.api.parameters.Input@578fb9b9]
2023-01-05T07:29:52.094Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:52.094Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:52.094Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 64cc444c-e300-4615-b6e1-9884ce378cbb: test-pnf
2023-01-05T07:29:52.095Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||Processing PNF resource: 907ec2ab-e3a6-4ddd-8821-5cf51812bcb2
2023-01-05T07:29:52.095Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-05T07:29:52.095Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-05T07:29:52.096Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||Resource customization UUID: 5fcc6019-efe1-444e-bf99-b4c12ad824f7 is the same as notified resource customizationUUID: 5fcc6019-efe1-444e-bf99-b4c12ad824f7
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 (?, ?)
2023-01-05T07:29:52.130Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 907ec2ab-e3a6-4ddd-8821-5cf51812bcb2 0 ASDC deployResourceStructure
2023-01-05T07:29:52.130Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-05T07:29:52.130Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-05T07:29:52.130Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-05T07:29:52.131Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:29:52.132Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:29:52.132Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903792130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:29:52.233Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-05T07:29:52.234Z||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.
2023-01-05T07:29:52.234Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:52.246Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:52.246Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-05T07:29:53.133Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec1cac95-0405-46c9-b56b-bbd2b0f8ce04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T07:29:53.144Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec1cac95-0405-46c9-b56b-bbd2b0f8ce04
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=?
2023-01-05T07:29:53.146Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T07:29:53.146Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-05T07:29:53.146Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-05T07:29:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:29:55.032Z||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.
2023-01-05T07:29:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:29:55.058Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:29:55.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T07:29:55.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:29:55.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-05T07:29:55.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-05T07:29:55.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-05T07:29:55.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:29:55.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903685913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:55.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903669168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903662920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903678443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903660304,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903679576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903669168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903662920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903678443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903660304,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903688545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:55.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903679576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903669168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903662920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903678443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903660304,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903689609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:55.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903679576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903669168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903678443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903662920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903660304,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903690685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:55.071Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903679576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903669168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903678443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903662920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903660304,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903691749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:55.081Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903679576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903669168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903662920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903678443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903660304,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903692820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:55.082Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903679576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903669168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903678443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:29:55.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903662920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903660304,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903693918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T07:29:55.084Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903679576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903669168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903662920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903678443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903660304,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903694923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T07:29:55.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903679576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903669168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:29:55.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672903662920,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:29:55.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903678443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903660304,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:29:55.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903695927,
  "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"
}
2023-01-05T07:29:55.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903679576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:29:55.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903696799,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:55.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903696606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:55.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903696813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:55.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903696933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-05T07:29:55.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903697025,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:29:55.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903697841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T07:29:55.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672903698151,
  "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=?
2023-01-05T07:29:55.099Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec1cac95-0405-46c9-b56b-bbd2b0f8ce04
2023-01-05T07:29:55.099Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec1cac95-0405-46c9-b56b-bbd2b0f8ce04 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 (?, ?, ?, ?, ?)
2023-01-05T07:29:55.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903697941,
  "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"
}
2023-01-05T07:29:55.109Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672903698843,
  "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=?
2023-01-05T07:29:55.116Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ec1cac95-0405-46c9-b56b-bbd2b0f8ce04
2023-01-05T07:29:55.117Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec1cac95-0405-46c9-b56b-bbd2b0f8ce04 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 (?, ?, ?, ?, ?)
2023-01-05T07:29:55.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903698945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:29:55.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903698847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:29:55.127Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672903699850,
  "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=?
2023-01-05T07:29:55.133Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec1cac95-0405-46c9-b56b-bbd2b0f8ce04
2023-01-05T07:29:55.133Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec1cac95-0405-46c9-b56b-bbd2b0f8ce04 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 (?, ?, ?, ?, ?)
2023-01-05T07:29:55.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903702100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:29:55.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "aai-model-loader",
  "timestamp": 1672903703102,
  "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=?
2023-01-05T07:29:55.149Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec1cac95-0405-46c9-b56b-bbd2b0f8ce04
2023-01-05T07:29:55.150Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec1cac95-0405-46c9-b56b-bbd2b0f8ce04 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 (?, ?, ?, ?, ?)
2023-01-05T07:29:55.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92238c50-be5f-4a61-b2c6-d69ccd98858f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903730236,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:29:55.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:29:55.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-05T07:29:55.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-05T07:29:55.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:29:55.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:29:55.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:29:55.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:30:23.147Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec1cac95-0405-46c9-b56b-bbd2b0f8ce04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2023-01-05T07:30:23.161Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec1cac95-0405-46c9-b56b-bbd2b0f8ce04
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=?
2023-01-05T07:30:23.163Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-05T07:30:23.163Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-05T07:30:23.163Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-05T07:30:23.164Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-05T07:30:23.164Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:30:23.164Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:30:23.164Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:30:23.164Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:30:23.164Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-05T07:30:23.164Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||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=?
2023-01-05T07:30:23.169Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-05T07:30:53.171Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec1cac95-0405-46c9-b56b-bbd2b0f8ce04 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=?
2023-01-05T07:30:53.179Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec1cac95-0405-46c9-b56b-bbd2b0f8ce04 and serviceModelVersionId: 64cc444c-e300-4615-b6e1-9884ce378cbb
2023-01-05T07:30:53.179Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56c917e5-e769-48c3-af8d-093862921ec5
2023-01-05T07:30:53.180Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56c917e5-e769-48c3-af8d-093862921ec5/model-vers/model-ver/64cc444c-e300-4615-b6e1-9884ce378cbb?depth=0
2023-01-05T07:30:53.188Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-05T07:30:53.238Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56c917e5-e769-48c3-af8d-093862921ec5/model-vers/model-ver/64cc444c-e300-4615-b6e1-9884ce378cbb?depth=0|INFO|500||Invoke
2023-01-05T07:30:53.238Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56c917e5-e769-48c3-af8d-093862921ec5/model-vers/model-ver/64cc444c-e300-4615-b6e1-9884ce378cbb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56c917e5-e769-48c3-af8d-093862921ec5/model-vers/model-ver/64cc444c-e300-4615-b6e1-9884ce378cbb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec1cac95-0405-46c9-b56b-bbd2b0f8ce04], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9aba44cc-ea01-433a-80cd-99eddbb8ec5f], X-ECOMP-RequestID=[ec1cac95-0405-46c9-b56b-bbd2b0f8ce04], X-TransactionId=[], X-ONAP-RequestID=[ec1cac95-0405-46c9-b56b-bbd2b0f8ce04], Content-Type=[application/merge-patch+json]}
2023-01-05T07:30:53.263Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56c917e5-e769-48c3-af8d-093862921ec5/model-vers/model-ver/64cc444c-e300-4615-b6e1-9884ce378cbb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-05T07:30:53.402Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56c917e5-e769-48c3-af8d-093862921ec5/model-vers/model-ver/64cc444c-e300-4615-b6e1-9884ce378cbb?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/56c917e5-e769-48c3-af8d-093862921ec5/model-vers/model-ver/64cc444c-e300-4615-b6e1-9884ce378cbb?depth=0 has http status code:200 and response headers:{date=[Thu, 05 Jan 2023 07:30:54 GMT], content-length=[0], vertex-id=[229496], x-aai-txid=[1-aai-resources-230105-07:30:54:112-36232], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-05T07:30:53.403Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56c917e5-e769-48c3-af8d-093862921ec5/model-vers/model-ver/64cc444c-e300-4615-b6e1-9884ce378cbb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-05T07:30:53.404Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56c917e5-e769-48c3-af8d-093862921ec5/model-vers/model-ver/64cc444c-e300-4615-b6e1-9884ce378cbb?depth=0|INFO|500||InvokeReturn
2023-01-05T07:30:53.404Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-05T07:30:53.406Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||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=?
2023-01-05T07:30:53.412Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||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)
2023-01-05T07:30:53.413Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec1cac95-0405-46c9-b56b-bbd2b0f8ce04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-05T07:30:53.413Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-05T07:30:53.414Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-05T07:30:53.417Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-05T07:30:53.417Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903853413,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:30:53.516Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-05T07:30:53.518Z||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.
2023-01-05T07:30:53.518Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:30:53.535Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:30:53.536Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-05T07:30:54.437Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:30:54.438Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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.
2023-01-05T07:30:54.438Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:30:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:30:55.032Z||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.
2023-01-05T07:30:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:30:55.057Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:30:55.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:30:55.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-05T07:30:55.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:31:03.977Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:31:03.978Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:31:03.978Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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.
2023-01-05T07:31:03.978Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:31:13.536Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:31:55.018Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:31:55.019Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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.
2023-01-05T07:31:55.020Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:31:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:31:55.031Z||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.
2023-01-05T07:31:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:31:55.056Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:31:55.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:31:55.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:31:55.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:31:55.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:31:55.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903675017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:31:55.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:31:55.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903739420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:31:55.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:31:55.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903741793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:31:55.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:31:55.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903742865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:31:55.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:31:55.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903743924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:31:55.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:31:55.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903745071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-05T07:31:55.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:31:55.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903746076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-05T07:31:55.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:31:55.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903747080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-05T07:31:55.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:31:55.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903748085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:31:55.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:31:55.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0b16f7d-e0f1-496d-8e4a-5cf49be82a83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903779388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:31:55.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:31:55.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:31:55.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:31:55.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:31:55.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:31:55.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:31:55.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:31:55.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:31:55.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:31:55.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:31:55.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:31:55.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:31:55.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:31:55.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:31:55.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:31:55.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-05T07:31:55.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:31:55.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903780409,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-05T07:31:55.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2023-01-05T07:31:55.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903790208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-05T07:31:55.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:31:55.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-05T07:31:55.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903792130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-05T07:31:55.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:32:04.570Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:32:55.018Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:32:55.019Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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.
2023-01-05T07:32:55.019Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:32:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:32:55.031Z||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.
2023-01-05T07:32:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:32:55.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:32:55.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-05T07:32:55.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec1cac95-0405-46c9-b56b-bbd2b0f8ce04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672903853413,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-05T07:32:55.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-05T07:33:04.573Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:33:55.018Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:33:55.019Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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.
2023-01-05T07:33:55.019Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:33:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:33:55.031Z||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.
2023-01-05T07:33:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:34:04.565Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:34:04.570Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:34:55.018Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:34:55.019Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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.
2023-01-05T07:34:55.019Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:34:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:34:55.031Z||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.
2023-01-05T07:34:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:35:04.561Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:35:04.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:35:55.017Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:35:55.018Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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.
2023-01-05T07:35:55.019Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:35:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:35:55.031Z||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.
2023-01-05T07:35:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:36:04.562Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:36:04.586Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:36:55.018Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:36:55.020Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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.
2023-01-05T07:36:55.020Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:36:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:36:55.032Z|54433458-5233-4d0f-85ea-56c94757d9be|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.
2023-01-05T07:36:55.032Z|54433458-5233-4d0f-85ea-56c94757d9be|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:37:04.567Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:37:04.568Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:37:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:37:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T07:37:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:37:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:37:55.032Z||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.
2023-01-05T07:37:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:38:04.556Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:38:04.574Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:38:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:38:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T07:38:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:38:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:38:55.032Z||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.
2023-01-05T07:38:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:39:04.559Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:39:04.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:39:55.017Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:39:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T07:39:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:39:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:39:55.031Z||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.
2023-01-05T07:39:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:40:04.564Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:40:04.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:40:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:40:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:40:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:40:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:40:55.031Z||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.
2023-01-05T07:40:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:41:04.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:41:04.568Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:41:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:41:55.018Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:41:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:41:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:41:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|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.
2023-01-05T07:41:55.032Z|54433458-5233-4d0f-85ea-56c94757d9be|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:42:04.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:42:04.575Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:42:55.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:42:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:42:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:42:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:42:55.031Z||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.
2023-01-05T07:42:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:43:04.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:43:04.569Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:43:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:43:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:43:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:43:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:43:55.031Z||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.
2023-01-05T07:43:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:44:04.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:44:04.565Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:44:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:44:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:44:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:44:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:44:55.032Z||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.
2023-01-05T07:44:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:45:04.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:45:04.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:45:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:45:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:45:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:45:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:45:55.031Z||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.
2023-01-05T07:45:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:46:04.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:46:04.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:46:55.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:46:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:46:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:46:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:46:55.032Z||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.
2023-01-05T07:46:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:47:04.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:47:04.567Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:47:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:47:55.018Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:47:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:47:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:47:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T07:47:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:48:04.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:48:04.567Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:48:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:48:55.018Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:48:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:48:55.031Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:48:55.032Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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.
2023-01-05T07:48:55.032Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:49:04.565Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:49:04.566Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:49:55.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:49:55.018Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:49:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:49:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:49:55.031Z||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.
2023-01-05T07:49:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:50:04.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:50:04.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:50:55.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:50:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:50:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:50:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:50:55.031Z||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.
2023-01-05T07:50:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:51:04.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:51:04.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:51:55.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:51:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:51:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:51:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:51:55.032Z||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.
2023-01-05T07:51:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:52:04.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:52:04.574Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:52:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:52:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:52:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:52:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:52:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T07:52:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:53:04.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:53:04.573Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:53:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:53:55.018Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:53:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:53:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:53:55.031Z||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.
2023-01-05T07:53:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:54:04.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:54:04.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:54:55.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:54:55.018Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:54:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:54:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:54:55.031Z||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.
2023-01-05T07:54:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:55:04.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:55:04.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:55:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:55:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:55:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:55:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:55:55.031Z||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.
2023-01-05T07:55:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:56:04.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:56:04.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:56:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:56:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:56:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:56:55.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:56:55.032Z||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.
2023-01-05T07:56:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:57:04.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:57:04.566Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:57:55.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:57:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:57:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:57:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:57:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T07:57:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:58:04.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:58:04.577Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:58:55.021Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:58:55.023Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T07:58:55.024Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T07:58:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:58:55.031Z||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.
2023-01-05T07:58:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:59:04.568Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:59:04.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T07:59:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:59:55.019Z||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.
2023-01-05T07:59:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T07:59:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T07:59:55.032Z||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.
2023-01-05T07:59:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:00:04.567Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:00:04.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:00:55.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:00:55.019Z||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.
2023-01-05T08:00:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:00:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:00:55.031Z||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.
2023-01-05T08:00:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:01:04.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:01:04.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:01:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:01:55.019Z||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.
2023-01-05T08:01:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:01:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:01:55.031Z||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.
2023-01-05T08:01:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:02:04.581Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:02:04.583Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:02:55.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:02:55.018Z||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.
2023-01-05T08:02:55.018Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:02:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:02:55.031Z||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.
2023-01-05T08:02:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:03:04.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:03:04.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:03:55.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:03:55.018Z||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.
2023-01-05T08:03:55.018Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:03:55.031Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:03:55.031Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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.
2023-01-05T08:03:55.031Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:04:04.564Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:04:04.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:04:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:04:55.018Z||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.
2023-01-05T08:04:55.018Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:04:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:04:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|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.
2023-01-05T08:04:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:05:04.563Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:05:04.581Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:05:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:05:55.019Z||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.
2023-01-05T08:05:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:05:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:05:55.031Z||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.
2023-01-05T08:05:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:06:04.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:06:04.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:06:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:06:55.019Z||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.
2023-01-05T08:06:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:06:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:06:55.032Z||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.
2023-01-05T08:06:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:07:04.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:07:04.584Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:07:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:07:55.019Z||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.
2023-01-05T08:07:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:07:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:07:55.032Z||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.
2023-01-05T08:07:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:08:04.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:08:04.567Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:08:55.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:08:55.018Z||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.
2023-01-05T08:08:55.018Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:08:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:08:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:08:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:09:04.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:09:04.565Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:09:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:09:55.019Z||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.
2023-01-05T08:09:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:09:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:09:55.032Z||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.
2023-01-05T08:09:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:10:04.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:10:04.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:10:55.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:10:55.018Z||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.
2023-01-05T08:10:55.018Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:10:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:10:55.032Z||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.
2023-01-05T08:10:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:11:04.555Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:11:04.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:11:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:11:55.018Z||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.
2023-01-05T08:11:55.018Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:11:55.031Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:11:55.032Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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.
2023-01-05T08:11:55.032Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:12:04.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:12:04.561Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:12:55.017Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:12:55.018Z||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.
2023-01-05T08:12:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:12:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:12:55.031Z||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.
2023-01-05T08:12:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:13:04.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:13:04.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:13:55.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:13:55.019Z||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.
2023-01-05T08:13:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:13:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:13:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:13:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:14:04.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:14:04.563Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:14:55.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:14:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T08:14:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T08:14:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:14:55.032Z||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.
2023-01-05T08:14:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:15:04.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:15:04.572Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:15:55.017Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:15:55.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-05T08:15:55.019Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1LuqHecOUKGrZc6M) ...
2023-01-05T08:15:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:15:55.032Z||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.
2023-01-05T08:15:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:16:04.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:16:04.569Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:16:55.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:16:55.019Z||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.
2023-01-05T08:16:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:16:55.031Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:16:55.032Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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.
2023-01-05T08:16:55.032Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:17:04.560Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:17:04.568Z|ec1cac95-0405-46c9-b56b-bbd2b0f8ce04|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:17:55.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:17:55.019Z||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.
2023-01-05T08:17:55.019Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:17:55.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:17:55.032Z||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.
2023-01-05T08:17:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:18:04.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:18:04.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:18:55.017Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:18:55.018Z||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.
2023-01-05T08:18:55.018Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:18:55.031Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:18:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:18:55.032Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:19:04.572Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:19:04.572Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:19:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:19:55.020Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:19:55.020Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:19:55.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:19:55.032Z||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.
2023-01-05T08:19:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:20:04.559Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:20:04.562Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:20:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:20:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:20:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:20:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:20:55.031Z||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.
2023-01-05T08:20:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:21:04.571Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:21:04.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:21:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:21:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:21:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:21:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:21:55.031Z||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.
2023-01-05T08:21:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:22:04.562Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:22:04.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:22:55.017Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:22:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:22:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:22:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:22:55.032Z||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.
2023-01-05T08:22:55.033Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:23:04.559Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:23:04.568Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:23:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:23:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:23:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:23:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:23:55.031Z||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.
2023-01-05T08:23:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:24:04.561Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:24:04.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:24:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:24:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:24:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:24:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:24:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|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.
2023-01-05T08:24:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:25:04.564Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:25:04.566Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:25:55.017Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:25:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:25:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:25:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:25:55.031Z||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.
2023-01-05T08:25:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:26:04.555Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:26:04.568Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:26:55.017Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:26:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:26:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:26:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:26:55.031Z||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.
2023-01-05T08:26:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:27:04.559Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:27:04.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:27:55.017Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:27:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:27:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:27:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:27:55.031Z||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.
2023-01-05T08:27:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:28:04.561Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:28:04.564Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:28:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:28:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:28:55.020Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:28:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:28:55.031Z||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.
2023-01-05T08:28:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:29:04.563Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:29:04.565Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:29:55.017Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:29:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:29:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:29:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:29:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|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.
2023-01-05T08:29:55.032Z|54433458-5233-4d0f-85ea-56c94757d9be|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:30:04.563Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:30:04.568Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:30:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:30:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:30:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:30:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:30:55.032Z||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.
2023-01-05T08:30:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:31:04.563Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:31:04.563Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:31:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:31:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:31:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:31:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:31:55.032Z||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.
2023-01-05T08:31:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:32:04.590Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:32:04.597Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:32:55.017Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:32:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:32:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:32:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:32:55.032Z||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.
2023-01-05T08:32:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:33:04.557Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:33:04.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:33:55.017Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:33:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:33:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:33:55.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:33:55.032Z||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.
2023-01-05T08:33:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:34:04.560Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:34:04.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:34:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:34:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:34:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:34:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:34:55.031Z|54433458-5233-4d0f-85ea-56c94757d9be|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.
2023-01-05T08:34:55.032Z|54433458-5233-4d0f-85ea-56c94757d9be|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:35:04.559Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:35:04.570Z|54433458-5233-4d0f-85ea-56c94757d9be|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:35:55.017Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:35:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:35:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:35:55.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:35:55.031Z||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.
2023-01-05T08:35:55.031Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:36:04.556Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:36:04.574Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:36:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:36:55.020Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:36:55.020Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:36:55.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:36:55.031Z||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.
2023-01-05T08:36:55.032Z||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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:37:04.559Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:37:04.565Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2023-01-05T08:37:55.018Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:37:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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.
2023-01-05T08:37:55.019Z|1e6f981e-617d-4550-a9e1-c5049c0a732e|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 1LuqHecOUKGrZc6M) ...
2023-01-05T08:37:55.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-05T08:37:55.032Z||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.
2023-01-05T08:37:55.032Z||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 1LuqHecOUKGrZc6M) ...